simple_record 1.1.32 → 1.1.33
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 +1 -1
- metadata +2 -2
data/lib/simple_record.rb
CHANGED
|
@@ -930,7 +930,7 @@ module SimpleRecord
|
|
|
930
930
|
results = SimpleRecord::ResultsArray.new(self, params, results, next_token)
|
|
931
931
|
end
|
|
932
932
|
end
|
|
933
|
-
rescue
|
|
933
|
+
rescue Aws::AwsError, Aws::ActiveSdb::ActiveSdbError
|
|
934
934
|
puts "RESCUED: " + $!.message
|
|
935
935
|
if ($!.message().index("NoSuchDomain") != nil)
|
|
936
936
|
# this is ok
|
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.1.
|
|
4
|
+
version: 1.1.33
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Travis Reeder
|
|
@@ -11,7 +11,7 @@ autorequire:
|
|
|
11
11
|
bindir: bin
|
|
12
12
|
cert_chain: []
|
|
13
13
|
|
|
14
|
-
date: 2009-11-
|
|
14
|
+
date: 2009-11-13 00:00:00 -08:00
|
|
15
15
|
default_executable:
|
|
16
16
|
dependencies:
|
|
17
17
|
- !ruby/object:Gem::Dependency
|