ugc 0.0.3 → 0.0.4
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/.gitignore +1 -2
- data/Gemfile.lock +55 -0
- data/README.md +4 -0
- data/lib/ugc/version.rb +1 -1
- metadata +4 -3
data/.gitignore
CHANGED
data/Gemfile.lock
ADDED
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
PATH
|
|
2
|
+
remote: .
|
|
3
|
+
specs:
|
|
4
|
+
ugc (0.0.4)
|
|
5
|
+
command_line_reporter
|
|
6
|
+
gli (= 2.5.0)
|
|
7
|
+
highline
|
|
8
|
+
usergrid_iron
|
|
9
|
+
|
|
10
|
+
GEM
|
|
11
|
+
remote: http://rubygems.org/
|
|
12
|
+
specs:
|
|
13
|
+
aruba (0.5.1)
|
|
14
|
+
childprocess (~> 0.3.6)
|
|
15
|
+
cucumber (>= 1.1.1)
|
|
16
|
+
rspec-expectations (>= 2.7.0)
|
|
17
|
+
builder (3.1.4)
|
|
18
|
+
childprocess (0.3.6)
|
|
19
|
+
ffi (~> 1.0, >= 1.0.6)
|
|
20
|
+
colored (1.2)
|
|
21
|
+
command_line_reporter (3.2.1)
|
|
22
|
+
colored (>= 1.2)
|
|
23
|
+
cucumber (1.2.1)
|
|
24
|
+
builder (>= 2.1.2)
|
|
25
|
+
diff-lcs (>= 1.1.3)
|
|
26
|
+
gherkin (~> 2.11.0)
|
|
27
|
+
json (>= 1.4.6)
|
|
28
|
+
diff-lcs (1.1.3)
|
|
29
|
+
ffi (1.2.0)
|
|
30
|
+
gherkin (2.11.5)
|
|
31
|
+
json (>= 1.4.6)
|
|
32
|
+
gli (2.5.0)
|
|
33
|
+
highline (1.6.15)
|
|
34
|
+
json (1.7.6)
|
|
35
|
+
mime-types (1.19)
|
|
36
|
+
multi_json (1.5.0)
|
|
37
|
+
rake (10.0.3)
|
|
38
|
+
rdoc (3.12)
|
|
39
|
+
json (~> 1.4)
|
|
40
|
+
rest-client (1.6.7)
|
|
41
|
+
mime-types (>= 1.16)
|
|
42
|
+
rspec-expectations (2.12.1)
|
|
43
|
+
diff-lcs (~> 1.1.3)
|
|
44
|
+
usergrid_iron (0.0.8)
|
|
45
|
+
multi_json
|
|
46
|
+
rest-client
|
|
47
|
+
|
|
48
|
+
PLATFORMS
|
|
49
|
+
ruby
|
|
50
|
+
|
|
51
|
+
DEPENDENCIES
|
|
52
|
+
aruba
|
|
53
|
+
rake
|
|
54
|
+
rdoc
|
|
55
|
+
ugc!
|
data/README.md
CHANGED
data/lib/ugc/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: ugc
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.4
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -135,6 +135,7 @@ files:
|
|
|
135
135
|
- .gitignore
|
|
136
136
|
- .rvmrc
|
|
137
137
|
- Gemfile
|
|
138
|
+
- Gemfile.lock
|
|
138
139
|
- README.md
|
|
139
140
|
- README.rdoc
|
|
140
141
|
- Rakefile
|
|
@@ -184,7 +185,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
184
185
|
version: '0'
|
|
185
186
|
segments:
|
|
186
187
|
- 0
|
|
187
|
-
hash: -
|
|
188
|
+
hash: -2840457187789729927
|
|
188
189
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
189
190
|
none: false
|
|
190
191
|
requirements:
|
|
@@ -193,7 +194,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
193
194
|
version: '0'
|
|
194
195
|
segments:
|
|
195
196
|
- 0
|
|
196
|
-
hash: -
|
|
197
|
+
hash: -2840457187789729927
|
|
197
198
|
requirements: []
|
|
198
199
|
rubyforge_project:
|
|
199
200
|
rubygems_version: 1.8.24
|