simple_record 1.4.5 → 1.4.6

Sign up to get free protection for your applications and to get access to all the features.
@@ -83,9 +83,9 @@ module SimpleRecord
83
83
  end
84
84
 
85
85
  def size
86
- if @options[:per_page]
87
- return @items.size - @start_at
88
- end
86
+ # if @options[:per_page]
87
+ # return @items.size - @start_at
88
+ # end
89
89
  if @next_token.nil?
90
90
  return @items.size
91
91
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: simple_record
3
3
  version: !ruby/object:Gem::Version
4
- hash: 13
4
+ hash: 11
5
5
  prerelease: false
6
6
  segments:
7
7
  - 1
8
8
  - 4
9
- - 5
10
- version: 1.4.5
9
+ - 6
10
+ version: 1.4.6
11
11
  platform: ruby
12
12
  authors:
13
13
  - Travis Reeder
@@ -17,7 +17,7 @@ autorequire:
17
17
  bindir: bin
18
18
  cert_chain: []
19
19
 
20
- date: 2010-07-18 00:00:00 -07:00
20
+ date: 2010-07-20 00:00:00 -07:00
21
21
  default_executable:
22
22
  dependencies:
23
23
  - !ruby/object:Gem::Dependency