Commit 546524fd by Jeremy Olliver

Adding rake as a runtime dependency

parent 74030874
...@@ -45,6 +45,7 @@ Gem::Specification.new do |s| ...@@ -45,6 +45,7 @@ Gem::Specification.new do |s|
"spec/annotate_spec.rb", "spec/annotate_spec.rb",
"spec/spec_helper.rb" "spec/spec_helper.rb"
] ]
s.add_runtime_dependency('rake')
s.add_development_dependency('jeweler') s.add_development_dependency('jeweler')
s.add_development_dependency('rspec', '~> 1.3.2') s.add_development_dependency('rspec', '~> 1.3.2')
s.add_development_dependency('activesupport', '>= 2.1.0') s.add_development_dependency('activesupport', '>= 2.1.0')
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment