mandy 0.5.5 → 0.5.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/VERSION +1 -1
- data/geminstaller.yml +0 -1
- metadata +10 -3
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.5.
|
|
1
|
+
0.5.6
|
data/geminstaller.yml
CHANGED
metadata
CHANGED
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: mandy
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
+
hash: 7
|
|
4
5
|
prerelease: false
|
|
5
6
|
segments:
|
|
6
7
|
- 0
|
|
7
8
|
- 5
|
|
8
|
-
-
|
|
9
|
-
version: 0.5.
|
|
9
|
+
- 6
|
|
10
|
+
version: 0.5.6
|
|
10
11
|
platform: ruby
|
|
11
12
|
authors:
|
|
12
13
|
- Andy Kent
|
|
@@ -22,9 +23,11 @@ dependencies:
|
|
|
22
23
|
name: json
|
|
23
24
|
prerelease: false
|
|
24
25
|
requirement: &id001 !ruby/object:Gem::Requirement
|
|
26
|
+
none: false
|
|
25
27
|
requirements:
|
|
26
28
|
- - ">="
|
|
27
29
|
- !ruby/object:Gem::Version
|
|
30
|
+
hash: 3
|
|
28
31
|
segments:
|
|
29
32
|
- 0
|
|
30
33
|
version: "0"
|
|
@@ -111,23 +114,27 @@ rdoc_options: []
|
|
|
111
114
|
require_paths:
|
|
112
115
|
- lib
|
|
113
116
|
required_ruby_version: !ruby/object:Gem::Requirement
|
|
117
|
+
none: false
|
|
114
118
|
requirements:
|
|
115
119
|
- - ">="
|
|
116
120
|
- !ruby/object:Gem::Version
|
|
121
|
+
hash: 3
|
|
117
122
|
segments:
|
|
118
123
|
- 0
|
|
119
124
|
version: "0"
|
|
120
125
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
126
|
+
none: false
|
|
121
127
|
requirements:
|
|
122
128
|
- - ">="
|
|
123
129
|
- !ruby/object:Gem::Version
|
|
130
|
+
hash: 3
|
|
124
131
|
segments:
|
|
125
132
|
- 0
|
|
126
133
|
version: "0"
|
|
127
134
|
requirements: []
|
|
128
135
|
|
|
129
136
|
rubyforge_project:
|
|
130
|
-
rubygems_version: 1.3.
|
|
137
|
+
rubygems_version: 1.3.7
|
|
131
138
|
signing_key:
|
|
132
139
|
specification_version: 2
|
|
133
140
|
summary: Map/Reduce Framework
|