Skip to content
This repository has been archived by the owner on May 17, 2023. It is now read-only.

Commit

Permalink
revert to Jeweler-style dependencies
Browse files Browse the repository at this point in the history
Jeweler likes the dependencies in the Gemfile and *doesn't* like
the usage of "gemspec" in the Gemfile.
  • Loading branch information
James A. Rosen committed Sep 5, 2012
1 parent e5b9094 commit 0a7b883
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 18 deletions.
9 changes: 8 additions & 1 deletion Gemfile
@@ -1,3 +1,10 @@
source :rubygems

gemspec
gem 'rspec', '~> 2.0'

group :development do
gem 'rake'
gem 'jeweler'
gem 'rdoc'
gem 'appraisal'
end
9 changes: 1 addition & 8 deletions Gemfile.lock
@@ -1,10 +1,3 @@
PATH
remote: .
specs:
rspec-spies (2.1.1)
rspec (~> 2.0)
rspec-spies

GEM
remote: http://rubygems.org/
specs:
Expand Down Expand Up @@ -36,4 +29,4 @@ DEPENDENCIES
jeweler
rake
rdoc
rspec-spies!
rspec (~> 2.0)
7 changes: 0 additions & 7 deletions Rakefile
Expand Up @@ -13,13 +13,6 @@ Jeweler::Tasks.new do |gem|
gem.email = "josh@technicalpickles.com"
gem.homepage = "http://github.com/technicalpickles/rspec-spies"
gem.authors = ["Joshua Nichols"]

gem.add_runtime_dependency 'rspec', '~> 2.0'

gem.add_development_dependency 'rake'
gem.add_development_dependency 'jeweler'
gem.add_development_dependency 'rdoc'
gem.add_development_dependency 'appraisal'
# gem is a Gem::Specification... see http://www.rubygems.org/read/chapter/20 for additional settings
end
Jeweler::GemcutterTasks.new
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rspec-2-11.gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: /Users/jamesarosen/Projects/rspec-spies
specs:
rspec-spies (2.1.1)
rspec-spies (2.1.2)
rspec (~> 2.0)
rspec-spies

Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rspec-2-8.gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: /Users/jamesarosen/Projects/rspec-spies
specs:
rspec-spies (2.1.1)
rspec-spies (2.1.2)
rspec (~> 2.0)
rspec-spies

Expand Down

0 comments on commit 0a7b883

Please sign in to comment.