Skip to content

Commit c9ce541

Browse files
committed
Addressed gem build warnings.
1 parent 3e8c08a commit c9ce541

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

rails_script.gemspec

+4-4
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ Gem::Specification.new do |spec|
88
spec.version = RailsScript::VERSION
99
spec.authors = ['Kevin Pheasey']
1010
spec.email = ['[email protected]']
11-
spec.summary = %q{A CoffeeScript framework for the Rails asset pipeline.}
12-
spec.description = %q{A CoffeeScript framework for the Rails asset pipeline.}
11+
spec.summary = %q{A Rails-centric, object oriented, featherweight framework for writting CoffeeScript}
12+
spec.description = %q{Rails Script is a Rails-centric, object oriented, featherweight framework for writting CoffeeScript. It is optomized for the Rails Asset Pipeline and is compatible with TurboLinks. Using Rails controller names and actions to call JavaScript, it has never been easier to write clean, concise, and maintanable page specific JavaScript.}
1313
spec.homepage = 'https://github.com/gemgento/rails_script'
1414
spec.license = 'MIT'
1515

@@ -19,7 +19,7 @@ Gem::Specification.new do |spec|
1919
spec.require_paths = ['lib']
2020

2121
spec.add_development_dependency 'bundler', '~> 1.6'
22-
spec.add_development_dependency 'rake'
22+
spec.add_development_dependency 'rake', '~> 0'
2323

24-
spec.add_dependency 'coffee-rails', '~> 4.0.0'
24+
spec.add_runtime_dependency 'coffee-rails', '~> 4.0', '>= 4.0.0'
2525
end

0 commit comments

Comments
 (0)