rfetion 0.3.10 → 0.3.11
Sign up to get free protection for your applications and to get access to all the features.
- data/Rakefile +1 -1
- data/VERSION +1 -1
- data/lib/rfetion/fetion.rb +1 -1
- data/rfetion.gemspec +4 -4
- metadata +2 -2
data/Rakefile
CHANGED
@@ -9,7 +9,7 @@ Jeweler::Tasks.new do |gemspec|
|
|
9
9
|
gemspec.homepage = ''
|
10
10
|
gemspec.authors = ['Richard Huang']
|
11
11
|
gemspec.files.exclude '.gitignore'
|
12
|
-
gemspec.add_dependency 'guid'
|
12
|
+
gemspec.add_dependency 'guid', '>= 0.1.1'
|
13
13
|
gemspec.executables << 'rfetion'
|
14
14
|
end
|
15
15
|
Jeweler::GemcutterTasks.new
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.3.
|
1
|
+
0.3.11
|
data/lib/rfetion/fetion.rb
CHANGED
@@ -9,7 +9,7 @@ class Fetion
|
|
9
9
|
FETION_LOGIN_URL = 'https://uid.fetion.com.cn/ssiportal/SSIAppSignIn.aspx'
|
10
10
|
FETION_CONFIG_URL = 'http://nav.fetion.com.cn/nav/getsystemconfig.aspx'
|
11
11
|
FETION_SIPP = 'SIPP'
|
12
|
-
GUID = Guid.new.to_s
|
12
|
+
GUID = ::Guid.new.to_s
|
13
13
|
@nonce = nil
|
14
14
|
|
15
15
|
def initialize
|
data/rfetion.gemspec
CHANGED
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
Gem::Specification.new do |s|
|
7
7
|
s.name = %q{rfetion}
|
8
|
-
s.version = "0.3.
|
8
|
+
s.version = "0.3.11"
|
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"]
|
@@ -38,12 +38,12 @@ Gem::Specification.new do |s|
|
|
38
38
|
s.specification_version = 3
|
39
39
|
|
40
40
|
if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
|
41
|
-
s.add_runtime_dependency(%q<guid>, [">= 0"])
|
41
|
+
s.add_runtime_dependency(%q<guid>, [">= 0.1.1"])
|
42
42
|
else
|
43
|
-
s.add_dependency(%q<guid>, [">= 0"])
|
43
|
+
s.add_dependency(%q<guid>, [">= 0.1.1"])
|
44
44
|
end
|
45
45
|
else
|
46
|
-
s.add_dependency(%q<guid>, [">= 0"])
|
46
|
+
s.add_dependency(%q<guid>, [">= 0.1.1"])
|
47
47
|
end
|
48
48
|
end
|
49
49
|
|
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.3.
|
4
|
+
version: 0.3.11
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Richard Huang
|
@@ -20,7 +20,7 @@ dependencies:
|
|
20
20
|
requirements:
|
21
21
|
- - ">="
|
22
22
|
- !ruby/object:Gem::Version
|
23
|
-
version:
|
23
|
+
version: 0.1.1
|
24
24
|
version:
|
25
25
|
description: rfetion is a ruby gem for China Mobile fetion service that you can send SMS free.
|
26
26
|
email: flyerhzm@gmail.com
|