AliDayuSms 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
  SHA1:
3
- metadata.gz: c422efc412ed66c4afdfd70ba31768f93526936a
4
- data.tar.gz: 1d6741a3301a6782f30dfdb1bcc02e826ab083a1
3
+ metadata.gz: 99137bafe14f396cd98fa5f42abcaf0f58441e2f
4
+ data.tar.gz: f5a8b3681afe1933ff241854d4857d2e616addd1
5
5
  SHA512:
6
- metadata.gz: d741652421c17105482ba744102b4f96e5a1db30b44853bae5d887d9fa095a32805618b63718bbdb1564a693c785613ff3cf649f3a1fa6a4559b7bdbe94415ef
7
- data.tar.gz: b79ff280ebe8d347a054f36fcc05dfe604bb6837b95ca87ca9935c53eb0562ea3172c17301babf6a8d9a64f27f525e7975d438d60b8f4bf921d05ef00125f479
6
+ metadata.gz: 7e99cd82e587df46f663b08eecc2b659f24d3179d1f7144691c5d3a52ae65d6db55f66229b93d0e460e5351ba83e539fe95f25ffeb7154afa20aabcd505ac846
7
+ data.tar.gz: a656f4c2d19ade31c575bcb3bb17070cd6b4c8c36e327179b771141b6c85e10425236547c4b26969b7fdbcff4d763b7234291e7d7afab63b500dfc66cf6e08a1
@@ -10,8 +10,8 @@ Gem::Specification.new do |spec|
10
10
  spec.email = ["zlw302323@gmail.com"]
11
11
 
12
12
  spec.summary = %q{阿里大于发送短信通知插件}
13
- spec.description = %q{阿里大于发送短信通知插件}
14
- # spec.homepage = "TODO: Put your gem's website or public repo URL here."
13
+ spec.description = %q{阿里大于发送短信通知插件, 可以发送验证码并且验证验证码,发送任何文字短信}
14
+ spec.homepage = "https://github.com/leo302323/AliDayuSms"
15
15
  spec.license = "MIT"
16
16
 
17
17
  # Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'
@@ -1,3 +1,3 @@
1
1
  module AliDayuSms
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: AliDayuSms
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
  - zhaolongwen
@@ -94,7 +94,7 @@ dependencies:
94
94
  - - "~>"
95
95
  - !ruby/object:Gem::Version
96
96
  version: '3.0'
97
- description: 阿里大于发送短信通知插件
97
+ description: 阿里大于发送短信通知插件, 可以发送验证码并且验证验证码,发送任何文字短信
98
98
  email:
99
99
  - zlw302323@gmail.com
100
100
  executables: []
@@ -117,7 +117,7 @@ files:
117
117
  - lib/AliDayuSms/send_sms.rb
118
118
  - lib/AliDayuSms/validation.rb
119
119
  - lib/AliDayuSms/version.rb
120
- homepage:
120
+ homepage: https://github.com/leo302323/AliDayuSms
121
121
  licenses:
122
122
  - MIT
123
123
  metadata: {}
@@ -137,7 +137,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
137
137
  version: '0'
138
138
  requirements: []
139
139
  rubyforge_project:
140
- rubygems_version: 2.5.2
140
+ rubygems_version: 2.6.13
141
141
  signing_key:
142
142
  specification_version: 4
143
143
  summary: 阿里大于发送短信通知插件