Skip to content

Commit 382ca71

Browse files
committedAug 24, 2021
Make it a new Gem as upstream doesn't seem to be responding
1 parent e9d3aab commit 382ca71

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
 
File renamed without changes.

‎chartjs-ror.gemspec ‎tracks-chartjs-ror.gemspec

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
44
require 'chartjs/version'
55

66
Gem::Specification.new do |gem|
7-
gem.name = "chartjs-ror"
7+
gem.name = "tracks-chartjs-ror"
88
gem.version = Chartjs::VERSION
9-
gem.authors = ["Andy Stewart"]
10-
gem.email = ["boss@airbladesoftware.com"]
9+
gem.authors = ["Jyri-Petteri Paloposki", "Andy Stewart"]
10+
gem.email = ["jyri-petteri.paloposki@ardcroas.fi"]
1111
gem.description = 'Simplifies using Chart.js in Rails'
1212
gem.summary = 'Simplifies using Chart.js in Rails'
13-
gem.homepage = 'https://github.com/airblade/chartjs-ror'
13+
gem.homepage = 'https://github.com/TracksApp/chartjs-ror'
1414

1515
gem.files = `git ls-files`.split($/)
1616
gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }

0 commit comments

Comments
 (0)
Please sign in to comment.