simple_record 2.1.8 → 2.1.9

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.
data/lib/simple_record.rb CHANGED
@@ -962,7 +962,7 @@ module SimpleRecord
962
962
  ret = q_type == :all ? [] : nil
963
963
  begin
964
964
  results=find_with_metadata(*params_dup)
965
- puts "RESULT=" + results.inspect
965
+ #puts "RESULT=" + results.inspect
966
966
  write_usage(:select, domain, q_type, options, results)
967
967
  #puts 'params3=' + params.inspect
968
968
  SimpleRecord.stats.selects += 1
@@ -380,7 +380,7 @@ module SimpleRecord
380
380
  options[:conditions] = options[:conditions].blank? ? ids_cond : "(#{options[:conditions]}) AND #{ids_cond}"
381
381
  #puts 'options=' + options.inspect
382
382
  result = sql_select(options)
383
- puts 'select_from_ids result=' + result.inspect
383
+ #puts 'select_from_ids result=' + result.inspect
384
384
  # if one record was requested then return it
385
385
  unless bunch_of_records_requested
386
386
  result[:single_only] = true
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: simple_record
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 2.1.8
5
+ version: 2.1.9
6
6
  platform: ruby
7
7
  authors:
8
8
  - Travis Reeder
@@ -12,7 +12,7 @@ autorequire:
12
12
  bindir: bin
13
13
  cert_chain: []
14
14
 
15
- date: 2011-06-10 00:00:00 Z
15
+ date: 2011-07-04 00:00:00 Z
16
16
  dependencies:
17
17
  - !ruby/object:Gem::Dependency
18
18
  name: aws
@@ -75,7 +75,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
75
75
  requirements:
76
76
  - - ">="
77
77
  - !ruby/object:Gem::Version
78
- hash: 4074993841537630187
78
+ hash: -2581267806330643541
79
79
  segments:
80
80
  - 0
81
81
  version: "0"
@@ -88,7 +88,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
88
88
  requirements: []
89
89
 
90
90
  rubyforge_project:
91
- rubygems_version: 1.7.2
91
+ rubygems_version: 1.8.5
92
92
  signing_key:
93
93
  specification_version: 3
94
94
  summary: ActiveRecord like interface for Amazon SimpleDB. By http://www.appoxy.com