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.
Files changed (4) hide show
  1. checksums.yaml +5 -5
  2. data/lib/msg91/version.rb +1 -1
  3. data/msg91.gemspec +3 -3
  4. metadata +6 -7
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: 6f45f40a23dfa661ccecc56d74ac560fb24b2f3b
4
- data.tar.gz: b7a67aaf25173ea69796c46b0b376530a39264c2
2
+ SHA256:
3
+ metadata.gz: 55e54160ba5b9cfc522335a1ae457fc847e03e2dd6f90bd1716541651640b6c1
4
+ data.tar.gz: fed96306414452ce9f9d17f8bf89ade4acfde2347d79bcdc0587b040f4670a6f
5
5
  SHA512:
6
- metadata.gz: d57243f44b45139fcbf4bb831593fa97068b86c5fc057576a52ebe8c5a9fe3a828b5a40df39ba7f8cec49db415435effc1b992773703b071da8e27f7dff71d66
7
- data.tar.gz: 812935e08634ba22ad6e7b71508921c2b731a6811f8d3189cc95b28c12164bb1384eea20a043349030486e70abed67f88ba758d176968b68459559010392535b
6
+ metadata.gz: fac81a955ba910997f6be6be3173e08ed6e10e95ca6522ae7238d25abfb381d79c11bd98f10112a9dafcf9d5af2478ca3e4fa52829550efa15c6e6702600295a
7
+ data.tar.gz: affaecbba47a8c6e105e5bc1afbf230441cf5c882cb9c6d96b4388608c3783983d7ce7cdd80730c9db85f5445a3f959878733420083467661c014b59f7c00560
@@ -1,3 +1,3 @@
1
1
  module Msg91
2
- VERSION = "0.2.1"
2
+ VERSION = "0.2.2"
3
3
  end
@@ -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 = ["digiryte"]
10
- spec.email = ["support@digiryte.com"]
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/digiryte"
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.1
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
- - digiryte
7
+ - sureshprasanna70@gmail.com
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2018-08-01 00:00:00.000000000 Z
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
- - support@digiryte.com
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/digiryte
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
- rubyforge_project:
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