simple_record 1.0.9 → 1.0.10
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/simple_record.rb +3 -3
- metadata +2 -2
data/lib/simple_record.rb
CHANGED
@@ -28,7 +28,7 @@ require 'sdb/active_sdb'
|
|
28
28
|
|
29
29
|
module SimpleRecord
|
30
30
|
|
31
|
-
VERSION = '1.0.
|
31
|
+
VERSION = '1.0.10'
|
32
32
|
|
33
33
|
class Base < RightAws::ActiveSdb::Base
|
34
34
|
|
@@ -693,9 +693,9 @@ This is done on getters now
|
|
693
693
|
|
694
694
|
# Pad and Offset number attributes
|
695
695
|
options = params[1]
|
696
|
-
puts 'options=' + options.inspect
|
696
|
+
# puts 'options=' + options.inspect
|
697
697
|
convert_condition_params(options)
|
698
|
-
puts 'after collect=' + options.inspect
|
698
|
+
# puts 'after collect=' + options.inspect
|
699
699
|
|
700
700
|
results = all ? [] : nil
|
701
701
|
begin
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: simple_record
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.10
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Travis Reeder
|
@@ -9,7 +9,7 @@ autorequire:
|
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
11
|
|
12
|
-
date: 2009-06-
|
12
|
+
date: 2009-06-11 00:00:00 -07:00
|
13
13
|
default_executable:
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|