api_client 0.4.1 → 0.4.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -5,7 +5,7 @@ module ApiClient
5
5
  extend ApiClient::Mixins::Configuration
6
6
  extend ApiClient::Mixins::Delegation
7
7
 
8
- delegate :scoped, :to => :scopeable
8
+ delegate :prefix, :scoped, :to => :scopeable
9
9
 
10
10
  dsl_accessor :endpoint, :adapter, :return_self => true
11
11
 
@@ -1,3 +1,3 @@
1
1
  module ApiClient
2
- VERSION = "0.4.1"
2
+ VERSION = "0.4.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: api_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.1
4
+ version: 0.4.2
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-03-22 00:00:00.000000000 Z
12
+ date: 2013-06-20 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: yajl-ruby
@@ -158,7 +158,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
158
158
  version: '0'
159
159
  requirements: []
160
160
  rubyforge_project: api_client
161
- rubygems_version: 1.8.24
161
+ rubygems_version: 1.8.25
162
162
  signing_key:
163
163
  specification_version: 3
164
164
  summary: API client builder