Skip to content

Commit

Permalink
Moving active_wrapper to dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
winton committed Oct 8, 2011
1 parent ef520dd commit e510eb9
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions gem_template.gemspec
Expand Up @@ -19,7 +19,6 @@ Gem::Specification.new do |s|
s.require_paths = %w(lib)
s.test_files = `cd #{root} && git ls-files -- {features,test,spec}/*`.split("\n")

s.add_development_dependency "rspec", "~> 1.0"

s.add_dependency "active_wrapper", "= 0.4.5"
s.add_development_dependency "active_wrapper", "= 0.4.5"
s.add_development_dependency "rspec", "~> 1.0"
end

0 comments on commit e510eb9

Please sign in to comment.