simple_record 1.0.9 → 1.0.10

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.
Files changed (2) hide show
  1. data/lib/simple_record.rb +3 -3
  2. 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.9'
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.9
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-04 00:00:00 -07:00
12
+ date: 2009-06-11 00:00:00 -07:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency