mocha-on-bacon 0.2.1 → 0.2.2
Sign up to get free protection for your applications and to get access to all the features.
- data/README.md +1 -1
- data/lib/mocha-on-bacon.rb +1 -1
- metadata +16 -10
data/README.md
CHANGED
@@ -64,7 +64,7 @@ For more information see the Mocha and Bacon websites.
|
|
64
64
|
License
|
65
65
|
-------
|
66
66
|
|
67
|
-
Copyright (C) 2011-
|
67
|
+
Copyright (C) 2011-2013, Eloy Durán <eloy.de.enige@gmail.com>
|
68
68
|
|
69
69
|
Mocha-on-Bacon is available under the MIT license. See the LICENSE file or
|
70
70
|
http://www.opensource.org/licenses/mit-license.php
|
data/lib/mocha-on-bacon.rb
CHANGED
metadata
CHANGED
@@ -1,12 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: mocha-on-bacon
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
|
4
|
+
hash: 19
|
5
|
+
prerelease:
|
5
6
|
segments:
|
6
7
|
- 0
|
7
8
|
- 2
|
8
|
-
-
|
9
|
-
version: 0.2.
|
9
|
+
- 2
|
10
|
+
version: 0.2.2
|
10
11
|
platform: ruby
|
11
12
|
authors:
|
12
13
|
- Eloy Duran
|
@@ -14,21 +15,22 @@ autorequire:
|
|
14
15
|
bindir: bin
|
15
16
|
cert_chain: []
|
16
17
|
|
17
|
-
date:
|
18
|
-
default_executable:
|
18
|
+
date: 2013-01-28 00:00:00 Z
|
19
19
|
dependencies:
|
20
20
|
- !ruby/object:Gem::Dependency
|
21
21
|
name: mocha
|
22
22
|
prerelease: false
|
23
23
|
requirement: &id001 !ruby/object:Gem::Requirement
|
24
|
+
none: false
|
24
25
|
requirements:
|
25
26
|
- - ">="
|
26
27
|
- !ruby/object:Gem::Version
|
28
|
+
hash: 43
|
27
29
|
segments:
|
28
30
|
- 0
|
29
|
-
-
|
30
|
-
-
|
31
|
-
version: 0.
|
31
|
+
- 13
|
32
|
+
- 0
|
33
|
+
version: 0.13.0
|
32
34
|
type: :runtime
|
33
35
|
version_requirements: *id001
|
34
36
|
description: A Mocha adapter for Bacon, because it's yummy!
|
@@ -44,7 +46,6 @@ files:
|
|
44
46
|
- LICENSE
|
45
47
|
- README.md
|
46
48
|
- lib/mocha-on-bacon.rb
|
47
|
-
has_rdoc: true
|
48
49
|
homepage: https://github.com/alloy/mocha-on-bacon
|
49
50
|
licenses: []
|
50
51
|
|
@@ -54,25 +55,30 @@ rdoc_options:
|
|
54
55
|
require_paths:
|
55
56
|
- lib
|
56
57
|
required_ruby_version: !ruby/object:Gem::Requirement
|
58
|
+
none: false
|
57
59
|
requirements:
|
58
60
|
- - ">="
|
59
61
|
- !ruby/object:Gem::Version
|
62
|
+
hash: 3
|
60
63
|
segments:
|
61
64
|
- 0
|
62
65
|
version: "0"
|
63
66
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
67
|
+
none: false
|
64
68
|
requirements:
|
65
69
|
- - ">="
|
66
70
|
- !ruby/object:Gem::Version
|
71
|
+
hash: 3
|
67
72
|
segments:
|
68
73
|
- 0
|
69
74
|
version: "0"
|
70
75
|
requirements: []
|
71
76
|
|
72
77
|
rubyforge_project:
|
73
|
-
rubygems_version: 1.
|
78
|
+
rubygems_version: 1.8.24
|
74
79
|
signing_key:
|
75
80
|
specification_version: 3
|
76
81
|
summary: A Mocha adapter for Bacon
|
77
82
|
test_files: []
|
78
83
|
|
84
|
+
has_rdoc:
|