active_remote 1.4.0 → 1.4.1

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.
@@ -25,19 +25,6 @@ module ActiveRemote
25
25
  @publishable_attributes += attributes
26
26
  end
27
27
 
28
- # Set the number of records per page when auto paging.
29
- #
30
- # ====Examples
31
- #
32
- # class User < ActiveRemote::Base
33
- # auto_paging_size 100
34
- # end
35
- #
36
- def auto_paging_size(size=nil)
37
- @auto_paging_size = size unless size.nil?
38
- @auto_paging_size ||= 1000
39
- end
40
-
41
28
  # Set the namespace for the underlying RPC service class. If no namespace
42
29
  # is given, then none will be used.
43
30
  #
@@ -1,3 +1,3 @@
1
1
  module ActiveRemote
2
- VERSION = "1.4.0"
2
+ VERSION = "1.4.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: active_remote
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.0
4
+ version: 1.4.1
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-02-02 00:00:00.000000000 Z
12
+ date: 2013-02-07 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: active_attr
@@ -219,7 +219,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
219
219
  version: '0'
220
220
  segments:
221
221
  - 0
222
- hash: -2137387569376097013
222
+ hash: -2023512064389771027
223
223
  required_rubygems_version: !ruby/object:Gem::Requirement
224
224
  none: false
225
225
  requirements:
@@ -228,7 +228,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
228
228
  version: '0'
229
229
  segments:
230
230
  - 0
231
- hash: -2137387569376097013
231
+ hash: -2023512064389771027
232
232
  requirements: []
233
233
  rubyforge_project:
234
234
  rubygems_version: 1.8.24