usergrid_iron 0.0.8 → 0.0.9

Sign up to get free protection for your applications and to get access to all the features.
data/README.md CHANGED
@@ -181,6 +181,10 @@ usergrid_iron/spec/spec_settings.yaml to match.)
181
181
 
182
182
  ## Release notes
183
183
 
184
+ ### 0.0.9
185
+ * Backend changes
186
+ 1. made Resource::response accessor public to support ugc
187
+
184
188
  ### 0.0.8
185
189
  * Bug fixes
186
190
  1. better handling of paging
@@ -7,7 +7,7 @@ module Usergrid
7
7
  DEFAULT_API_URL = 'https://api.usergrid.com'
8
8
  TYPE_HEADERS = { content_type: :json, accept: :json }
9
9
 
10
- attr_reader :current_user, :api_url
10
+ attr_reader :current_user, :api_url, :response
11
11
 
12
12
  def initialize(resource_url=DEFAULT_API_URL, api_url=nil, options={}, response=nil)
13
13
  options[:headers] = TYPE_HEADERS.merge options[:headers] || {}
@@ -120,8 +120,6 @@ module Usergrid
120
120
 
121
121
  protected
122
122
 
123
- attr_reader :response
124
-
125
123
  def response=(response)
126
124
  @response = response
127
125
  end
@@ -1,3 +1,3 @@
1
1
  module Usergrid
2
- VERSION = '0.0.8'
2
+ VERSION = '0.0.9'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: usergrid_iron
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.8
4
+ version: 0.0.9
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-01-02 00:00:00.000000000 Z
12
+ date: 2013-01-04 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rest-client
@@ -149,7 +149,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
149
149
  version: '0'
150
150
  segments:
151
151
  - 0
152
- hash: -759495065477750704
152
+ hash: 4080770765701078401
153
153
  required_rubygems_version: !ruby/object:Gem::Requirement
154
154
  none: false
155
155
  requirements:
@@ -158,7 +158,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
158
158
  version: '0'
159
159
  segments:
160
160
  - 0
161
- hash: -759495065477750704
161
+ hash: 4080770765701078401
162
162
  requirements: []
163
163
  rubyforge_project:
164
164
  rubygems_version: 1.8.24