Skip to content

Commit

Permalink
Move development dependencies into the gemspec.
Browse files Browse the repository at this point in the history
Which allows the gemspec to properly declare all dependencies.
  • Loading branch information
stevenharman committed Jul 19, 2012
1 parent 7b6fd84 commit 231e39d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Gemfile
@@ -1,8 +1,3 @@
source "http://rubygems.org"

gemspec

group :test do
gem 'rake'
gem 'rspec', '~> 2'
end
2 changes: 2 additions & 0 deletions rakismet.gemspec
Expand Up @@ -14,6 +14,8 @@ Gem::Specification.new do |s|
s.date = "2012-04-22"

s.rubyforge_project = "rakismet"
s.add_development_dependency "rake"
s.add_development_dependency "rspec", "~> 2.11"

s.files = `git ls-files`.split("\n")
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
Expand Down

0 comments on commit 231e39d

Please sign in to comment.