Skip to content

Commit ca0e921

Browse files
committed
Rename the module to ChartJs
1 parent 4317757 commit ca0e921

File tree

3 files changed

+6
-8
lines changed

3 files changed

+6
-8
lines changed

chart-js-rails.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Gem::Specification.new do |gem|
1313
gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
1414
gem.name = "chart-js-rails"
1515
gem.require_paths = ["lib"]
16-
gem.version = Chart::Js::Rails::VERSION
16+
gem.version = ChartJs::Rails::VERSION
1717

1818
gem.add_dependency "railties", "~> 3.1"
1919
end

lib/chart-js-rails.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
require 'chart-js-rails/version'
22

3-
module Chart
3+
module ChartJs
44
module Rails
55
class Engine < ::Rails::Engine
66
end

lib/chart-js-rails/version.rb

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
1-
module Chart
2-
module Js
3-
module Rails
4-
VERSION = "0.0.4"
5-
end
6-
end
1+
module ChartJs
2+
module Rails
3+
VERSION = "0.0.4"
4+
end
75
end

0 commit comments

Comments
 (0)