msg91 0.2.1 → 0.2.2
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 +5 -5
- data/lib/msg91/version.rb +1 -1
- data/msg91.gemspec +3 -3
- metadata +6 -7
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: 55e54160ba5b9cfc522335a1ae457fc847e03e2dd6f90bd1716541651640b6c1
|
4
|
+
data.tar.gz: fed96306414452ce9f9d17f8bf89ade4acfde2347d79bcdc0587b040f4670a6f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fac81a955ba910997f6be6be3173e08ed6e10e95ca6522ae7238d25abfb381d79c11bd98f10112a9dafcf9d5af2478ca3e4fa52829550efa15c6e6702600295a
|
7
|
+
data.tar.gz: affaecbba47a8c6e105e5bc1afbf230441cf5c882cb9c6d96b4388608c3783983d7ce7cdd80730c9db85f5445a3f959878733420083467661c014b59f7c00560
|
data/lib/msg91/version.rb
CHANGED
data/msg91.gemspec
CHANGED
@@ -6,11 +6,11 @@ require 'msg91/version'
|
|
6
6
|
Gem::Specification.new do |spec|
|
7
7
|
spec.name = "msg91"
|
8
8
|
spec.version = Msg91::VERSION
|
9
|
-
spec.authors = ["
|
10
|
-
spec.email = ["
|
9
|
+
spec.authors = ["sureshprasanna70@gmail.com"]
|
10
|
+
spec.email = ["sureshprasanna70+github@gmail.com"]
|
11
11
|
|
12
12
|
spec.summary = %q{Send SMS using MSG91}
|
13
|
-
spec.homepage = "https://github.com/
|
13
|
+
spec.homepage = "https://github.com/sureshprasanna70/msg91"
|
14
14
|
spec.license = "MIT"
|
15
15
|
|
16
16
|
# Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: msg91
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
|
-
-
|
7
|
+
- sureshprasanna70@gmail.com
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2019-08-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -54,7 +54,7 @@ dependencies:
|
|
54
54
|
version: '3.0'
|
55
55
|
description:
|
56
56
|
email:
|
57
|
-
-
|
57
|
+
- sureshprasanna70+github@gmail.com
|
58
58
|
executables: []
|
59
59
|
extensions: []
|
60
60
|
extra_rdoc_files: []
|
@@ -76,7 +76,7 @@ files:
|
|
76
76
|
- lib/msg91/message.rb
|
77
77
|
- lib/msg91/version.rb
|
78
78
|
- msg91.gemspec
|
79
|
-
homepage: https://github.com/
|
79
|
+
homepage: https://github.com/sureshprasanna70/msg91
|
80
80
|
licenses:
|
81
81
|
- MIT
|
82
82
|
metadata:
|
@@ -96,8 +96,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
96
96
|
- !ruby/object:Gem::Version
|
97
97
|
version: '0'
|
98
98
|
requirements: []
|
99
|
-
|
100
|
-
rubygems_version: 2.6.14
|
99
|
+
rubygems_version: 3.0.3
|
101
100
|
signing_key:
|
102
101
|
specification_version: 4
|
103
102
|
summary: Send SMS using MSG91
|