txyun-sms 0.1.0 → 0.1.1

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
  SHA256:
3
- metadata.gz: bfd220e0848b5365bb176c4ac7d7bc56993c012bc04bf3b4ba2eb091eb5b29e5
4
- data.tar.gz: f86763638f34a4dcc0b06e9b6348d04bd8e0f2e9e7f9d63d85bbb87b8db46235
3
+ metadata.gz: 6bcde8e4c2ea901c25212342b6bc21fbf72c4f30fc893942d9425078d7b1e053
4
+ data.tar.gz: 8b12d442151e4b3393307af126142ee95c00504f3f6dda4acbf4301e10beca01
5
5
  SHA512:
6
- metadata.gz: 3cb37fd4fe938cb596b0f14c88baead3ee6f23141955f6c4639aaa9645dc753f137967d06720dad569368a5ab69655828464c48f48d332b54a6d91894792ccf7
7
- data.tar.gz: 5dd94c56104af5de342fb34cc8fcf889169508306057f3453ab9c005bda6f7fe0a74e8ff73b4373e1439d671b68824e78c5f1177a0a7dcf23862fda1d451d555
6
+ metadata.gz: 5a40518fff5789707cf25477977b0097eee16855886c1b1332f462a586e2ae42d7f3adbd46b81a0448368827d73c6fcb78c4a5ca6180af0be2a3971a62087ee6
7
+ data.tar.gz: f21fe31611d67bbcb18e5957cfd0c2ec34bf49104fa69810e652dd9a78df4a4c707a7ccb2f644d219bffe161c3ec3fde383fa6d9580d30966fc7c06b8b47eaf6
data/README.md CHANGED
@@ -43,4 +43,4 @@ Or install it yourself as:
43
43
 
44
44
  ## Contributing
45
45
 
46
- Bug reports and pull requests are welcome on GitHub at https://gitlab.com/sunjirui/txyun-sms.
46
+ Bug reports and pull requests are welcome on GitHub at https://github.com/sunjirui/txyun_sms.
@@ -1,5 +1,5 @@
1
1
  module Txyun
2
2
  module Sms
3
- VERSION = "0.1.0"
3
+ VERSION = "0.1.1"
4
4
  end
5
5
  end
data/txyun-sms.gemspec CHANGED
@@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
11
11
 
12
12
  spec.summary = %q{A Ruby Gem for using tx-sms service.}
13
13
  spec.description = %q{A Ruby Gem for using tx-sms service.}
14
- spec.homepage = "https://gitlab.com/sunjirui/txyun-sms"
14
+ spec.homepage = "https://github.com/sunjirui/txyun_sms"
15
15
  spec.license = "MIT"
16
16
  # Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'
17
17
  # to allow pushing to a single host or delete this section to allow pushing to any host.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: txyun-sms
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - sunjirui
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2019-03-14 00:00:00.000000000 Z
11
+ date: 2019-07-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -92,7 +92,7 @@ files:
92
92
  - lib/txyun/sms.rb
93
93
  - lib/txyun/sms/version.rb
94
94
  - txyun-sms.gemspec
95
- homepage: https://gitlab.com/sunjirui/txyun-sms
95
+ homepage: https://github.com/sunjirui/txyun_sms
96
96
  licenses:
97
97
  - MIT
98
98
  metadata: {}