Skip to content

Commit

Permalink
bundler; release v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mislav committed Nov 25, 2010
1 parent 04a740e commit cecbc50
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 3 deletions.
5 changes: 5 additions & 0 deletions Gemfile
@@ -0,0 +1,5 @@
source :rubygems

gem 'rspec-rails'
gem 'activesupport'
gem 'mocha'
26 changes: 26 additions & 0 deletions Gemfile.lock
@@ -0,0 +1,26 @@
GEM
remote: http://rubygems.org/
specs:
activesupport (3.0.1)
diff-lcs (1.1.2)
mocha (0.9.9)
rake
rake (0.8.7)
rspec (2.1.0)
rspec-core (~> 2.1.0)
rspec-expectations (~> 2.1.0)
rspec-mocks (~> 2.1.0)
rspec-core (2.1.0)
rspec-expectations (2.1.0)
diff-lcs (~> 1.1.2)
rspec-mocks (2.1.0)
rspec-rails (2.1.0)
rspec (~> 2.1.0)

PLATFORMS
ruby

DEPENDENCIES
activesupport
mocha
rspec-rails
2 changes: 1 addition & 1 deletion Rakefile
@@ -1,5 +1,5 @@
task :default => :spec

task :spec do
exec 'ruby -Ilib -rubygems spec/mocha_spec.rb --color'
exec 'bundle exec ruby -Ilib spec/mocha_spec.rb --color'
end
3 changes: 1 addition & 2 deletions rspec-rails-mocha.gemspec
@@ -1,11 +1,10 @@
Gem::Specification.new do |gem|
gem.name = 'rspec-rails-mocha'
gem.version = '0.2.0'
gem.version = '0.2.1'
gem.date = Date.today.to_s

gem.add_dependency 'mocha', '>= 0.9.8'
gem.add_dependency 'rspec-rails', '>= 2.0.0'
gem.add_development_dependency 'rspec', '>= 2.0.0'

gem.summary = "mock_model and stub_model with Mocha"
gem.description = "Ports functionality of mock_model and stub_model from rspec-rails using Mocha."
Expand Down

0 comments on commit cecbc50

Please sign in to comment.