twsms2 0.9.5 → 0.9.6
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.
- checksums.yaml +4 -4
- data/lib/twsms2/version.rb +1 -1
- data/twsms2.gemspec +3 -3
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1c6a3d0b82c5acbd7e92e0e4606428e287e28ec7
|
|
4
|
+
data.tar.gz: 36aae1b4477240809bba8f0d3f5e53f4ba3d0eb8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9f9e25670a47929cd7cd34db2a949e45a82213fd110246dfc7ab0f59bbfee65e91ad509cdcef957dbb0fd80b23c39276019fa20c235083fe2fd7d4039a0a74da
|
|
7
|
+
data.tar.gz: 3b367c6f8cb032126a7b33f39b16904529f78200134fb81b935021006281b66fac1829e880537537ccad0233b2abd23842745bdcbb53e79c5d6d3c435b52d8fe
|
data/lib/twsms2/version.rb
CHANGED
data/twsms2.gemspec
CHANGED
|
@@ -10,9 +10,9 @@ Gem::Specification.new do |spec|
|
|
|
10
10
|
spec.email = ["cgt886@gmail.com"]
|
|
11
11
|
spec.license = "MIT"
|
|
12
12
|
spec.platform = Gem::Platform::RUBY
|
|
13
|
-
spec.summary = %q{2016 台灣簡訊 TwSMS API ( for ruby
|
|
14
|
-
spec.description = %q{2016 台灣簡訊 TwSMS API ( for ruby
|
|
15
|
-
spec.homepage = "https://github.com/guanting112"
|
|
13
|
+
spec.summary = %q{2016 台灣簡訊 TwSMS API ( for ruby / rails )}
|
|
14
|
+
spec.description = %q{2016 台灣簡訊 TwSMS API ( for ruby / rails )}
|
|
15
|
+
spec.homepage = "https://github.com/guanting112/twsms2"
|
|
16
16
|
|
|
17
17
|
# Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'
|
|
18
18
|
# to allow pushing to a single host or delete this section to allow pushing to any host.
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: twsms2
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.9.
|
|
4
|
+
version: 0.9.6
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Guanting Chen
|
|
@@ -66,7 +66,7 @@ dependencies:
|
|
|
66
66
|
- - "~>"
|
|
67
67
|
- !ruby/object:Gem::Version
|
|
68
68
|
version: '5.0'
|
|
69
|
-
description: 2016 台灣簡訊 TwSMS API ( for ruby
|
|
69
|
+
description: 2016 台灣簡訊 TwSMS API ( for ruby / rails )
|
|
70
70
|
email:
|
|
71
71
|
- cgt886@gmail.com
|
|
72
72
|
executables: []
|
|
@@ -86,7 +86,7 @@ files:
|
|
|
86
86
|
- lib/twsms2/network.rb
|
|
87
87
|
- lib/twsms2/version.rb
|
|
88
88
|
- twsms2.gemspec
|
|
89
|
-
homepage: https://github.com/guanting112
|
|
89
|
+
homepage: https://github.com/guanting112/twsms2
|
|
90
90
|
licenses:
|
|
91
91
|
- MIT
|
|
92
92
|
metadata:
|
|
@@ -110,5 +110,5 @@ rubyforge_project:
|
|
|
110
110
|
rubygems_version: 2.5.1
|
|
111
111
|
signing_key:
|
|
112
112
|
specification_version: 4
|
|
113
|
-
summary: 2016 台灣簡訊 TwSMS API ( for ruby
|
|
113
|
+
summary: 2016 台灣簡訊 TwSMS API ( for ruby / rails )
|
|
114
114
|
test_files: []
|