floehopper-mocha 0.9.6.20090629165308 → 0.9.6.20090701111305

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/mocha/standalone.rb +1 -0
  2. metadata +3 -2
@@ -0,0 +1 @@
1
+ require 'mocha/api'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: floehopper-mocha
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.6.20090629165308
4
+ version: 0.9.6.20090701111305
5
5
  platform: ruby
6
6
  authors:
7
7
  - James Mead
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-06-29 00:00:00 -07:00
12
+ date: 2009-07-01 00:00:00 -07:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
@@ -97,6 +97,7 @@ files:
97
97
  - lib/mocha/sequence.rb
98
98
  - lib/mocha/single_return_value.rb
99
99
  - lib/mocha/single_yield.rb
100
+ - lib/mocha/standalone.rb
100
101
  - lib/mocha/state_machine.rb
101
102
  - lib/mocha/stubbing_error.rb
102
103
  - lib/mocha/unexpected_invocation.rb