rfetion 0.4.4 → 0.4.5
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/VERSION +1 -1
- data/lib/rfetion/fetion.rb +2 -2
- data/rfetion.gemspec +2 -2
- metadata +2 -2
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.4.
|
|
1
|
+
0.4.5
|
data/lib/rfetion/fetion.rb
CHANGED
|
@@ -166,14 +166,14 @@ class Fetion
|
|
|
166
166
|
# get nonce, it failed, try again 16s later
|
|
167
167
|
begin
|
|
168
168
|
register_first(call, arg)
|
|
169
|
-
rescue
|
|
169
|
+
rescue FetionException
|
|
170
170
|
sleep 16
|
|
171
171
|
register_first(call, arg)
|
|
172
172
|
end
|
|
173
173
|
|
|
174
174
|
begin
|
|
175
175
|
register_second(call, arg)
|
|
176
|
-
rescue
|
|
176
|
+
rescue FetionException
|
|
177
177
|
sleep 16
|
|
178
178
|
register_second(call, arg)
|
|
179
179
|
end
|
data/rfetion.gemspec
CHANGED
|
@@ -5,11 +5,11 @@
|
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = %q{rfetion}
|
|
8
|
-
s.version = "0.4.
|
|
8
|
+
s.version = "0.4.5"
|
|
9
9
|
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
11
11
|
s.authors = ["Richard Huang"]
|
|
12
|
-
s.date = %q{2010-01-
|
|
12
|
+
s.date = %q{2010-01-24}
|
|
13
13
|
s.description = %q{rfetion is a ruby gem for China Mobile fetion service that you can send SMS free.}
|
|
14
14
|
s.email = %q{flyerhzm@gmail.com}
|
|
15
15
|
s.executables = ["rfetion", "rfetion"]
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rfetion
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.4.
|
|
4
|
+
version: 0.4.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Richard Huang
|
|
@@ -9,7 +9,7 @@ autorequire:
|
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
11
|
|
|
12
|
-
date: 2010-01-
|
|
12
|
+
date: 2010-01-24 00:00:00 +08:00
|
|
13
13
|
default_executable:
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|