ugc 0.0.3 → 0.0.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (5) hide show
  1. data/.gitignore +1 -2
  2. data/Gemfile.lock +55 -0
  3. data/README.md +4 -0
  4. data/lib/ugc/version.rb +1 -1
  5. metadata +4 -3
data/.gitignore CHANGED
@@ -3,7 +3,6 @@
3
3
  .bundle
4
4
  .config
5
5
  .yardoc
6
- Gemfile.lock
7
6
  InstalledFiles
8
7
  _yardoc
9
8
  coverage
@@ -15,4 +14,4 @@ spec/reports
15
14
  test/tmp
16
15
  test/version_tmp
17
16
  tmp
18
- .idea
17
+ .idea
@@ -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
@@ -49,6 +49,10 @@ Connect to an Apigee administrator account:
49
49
 
50
50
  ## Release notes
51
51
 
52
+ ### 0.0.4
53
+ * Bug fixes
54
+ 1. include Gemfile.lock to ensure correct version of usergrid_iron is used
55
+
52
56
  ### 0.0.3
53
57
  * New features
54
58
  1. support for query result paging
@@ -1,3 +1,3 @@
1
1
  module Ugc
2
- VERSION = '0.0.3'
2
+ VERSION = '0.0.4'
3
3
  end
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.3
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: -3089552561571580179
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: -3089552561571580179
197
+ hash: -2840457187789729927
197
198
  requirements: []
198
199
  rubyforge_project:
199
200
  rubygems_version: 1.8.24