Skip to content

Commit

Permalink
Additional gemspec cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
sferik committed Apr 15, 2012
1 parent a875895 commit de33055
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions appscrolls.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,24 +9,23 @@ Gem::Specification.new do |s|
s.authors = ["Michael Bleigh", "Dr Nic Williams"]
s.email = ["michael@intridea.com", "drnicwilliams@gmail.com"]
s.homepage = "http://appscrolls.org/"
s.summary = %q{The App Scrolls is a magical tool to generate new Rails and modify existing Rails applications (coming) to include your favourite, powerful magic. }
s.description = %q{The App Scrolls is a magical tool to generate new Rails and modify existing Rails applications (coming) to include your favourite, powerful magic. }
s.summary = %q{The App Scrolls is a magical tool to generate new Rails and modify existing Rails applications (coming) to include your favourite, powerful magic.}
s.description = s.summary

s.add_dependency "rails", "~> 3.2.2"
s.add_dependency "activesupport", "~> 3.0"
s.add_dependency "i18n"
s.add_dependency "json", "1.6.5"
s.add_dependency "activesupport", "~> 3.0"
s.add_dependency "rails", "~> 3.2.2"
s.add_dependency "thor"
s.add_development_dependency "rspec"
s.add_development_dependency "guard-rspec"
s.add_development_dependency "cucumber"
s.add_development_dependency "guard-cucumber"
s.add_development_dependency "bundler", "~> 1.1.0"
s.add_development_dependency "cucumber"
s.add_development_dependency "guard-bundler"
s.add_development_dependency "guard-cucumber"
s.add_development_dependency "guard-rspec"
s.add_development_dependency "rspec"

s.files = `git ls-files`.split("\n")
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
s.require_paths = ["lib"]
end

0 comments on commit de33055

Please sign in to comment.