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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e5a9a3ef4feed05f9a86b7bd560496befd38d3ae
4
- data.tar.gz: 3e7a3ea26b4277b4de7a3cecb506f61f587a1449
3
+ metadata.gz: 1c6a3d0b82c5acbd7e92e0e4606428e287e28ec7
4
+ data.tar.gz: 36aae1b4477240809bba8f0d3f5e53f4ba3d0eb8
5
5
  SHA512:
6
- metadata.gz: 27af245bfc614037b1f24fcca4cf9cc5d85107b60e3b81585181e3e131d2a15262f60e058439ec4497b004bf002fb047f0720c3807e3a115e7d527ced2d7cb06
7
- data.tar.gz: 5dcc9589447a55a6c98f025fbdfddffddda4b60a5df9070b8cc89a07d89e05f04eef0a7dbdd88065dcb76ed30628e8a1017837bb25a771c96ea72ef78b94eee7
6
+ metadata.gz: 9f9e25670a47929cd7cd34db2a949e45a82213fd110246dfc7ab0f59bbfee65e91ad509cdcef957dbb0fd80b23c39276019fa20c235083fe2fd7d4039a0a74da
7
+ data.tar.gz: 3b367c6f8cb032126a7b33f39b16904529f78200134fb81b935021006281b66fac1829e880537537ccad0233b2abd23842745bdcbb53e79c5d6d3c435b52d8fe
@@ -1,3 +1,3 @@
1
1
  module Twsms2
2
- VERSION = "0.9.5"
2
+ VERSION = "0.9.6"
3
3
  end
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 >= 2.1 )}
14
- spec.description = %q{2016 台灣簡訊 TwSMS API ( for ruby >= 2.1 )}
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.5
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 >= 2.1 )
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 >= 2.1 )
113
+ summary: 2016 台灣簡訊 TwSMS API ( for ruby / rails )
114
114
  test_files: []