Skip to content

Commit

Permalink
add development dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
johnmcaliley committed Mar 12, 2012
1 parent 3f4f9f2 commit bfa4da9
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion impressionist.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,15 @@ require File.expand_path('../lib/impressionist/version', __FILE__)
Gem::Specification.new do |s|
s.add_dependency 'httpclient', '~> 2.2'
s.add_dependency 'nokogiri', '~> 1.5'
s.add_development_dependency 'capybara'
s.add_development_dependency 'rake', '>= 0.9'
s.add_development_dependency 'rails', '~>3.1'
s.add_development_dependency 'rdoc', '>= 2.4.2'
s.authors = ["cowboycoded"]
s.add_development_dependency 'rspec-rails'
s.add_development_dependency 'simplecov'
s.add_development_dependency 'sqlite3'
s.add_development_dependency 'systemu'
s.authors = ["johnmcaliley"]
s.description = "Log impressions from controller actions or from a model"
s.email = "[email protected]"
s.files = `git ls-files`.split("\n")
Expand Down

0 comments on commit bfa4da9

Please sign in to comment.