telcosms 0.0.4 → 0.0.5

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
- SHA1:
3
- metadata.gz: 0afe24f55d0a12aa9f4e19969a02bf83585aa228
4
- data.tar.gz: 856779e9152c010379b8f6fe44f5e1b288afce40
2
+ SHA256:
3
+ metadata.gz: 5e68690fcdd43021822bffc2ba421d27a9b7d064549340f451eb871738efd5b5
4
+ data.tar.gz: f6cfacd0dc481ebf22dd4b19e4239afe7dac8f590979f2c26c2899493ffb744a
5
5
  SHA512:
6
- metadata.gz: ca204fb28128dd035dd48e96ca55c9142c1b95f99ef1b69b98bb7d3007c202bc300b1cb2932b3c6e95d4efede3566aed46b49da1fdbd817e69598609923e3535
7
- data.tar.gz: e306246dc2a7370ce2321bf5fa9bd25106fc7fdcdb42c0199659b03e2c30245c5b309b84a0f615c8b6bed1bab68eab45f7f7b6f60aa422767df96557b03a9f93
6
+ metadata.gz: f824d5a61a2c8afad14f5e7ef45a27fcc4a4d02f062cfab472a9b2671b77f8abecc92b4982c02751cbb77c27aeb3916309fd00cce3beaffec65e33f6554a67e1
7
+ data.tar.gz: 1f5d8dbb034985df167c89ab799d1aaf553c7651485c100ff2826dfe723a7470468a1bde13958aa9be1eb61c9198d23bc78e2666731727d267bf68390aff3593
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Telcosms
2
2
 
3
- A ruby gem createb by [SmartTechys](http://www.smarttechys.co.ao) for the [TelcoSMS](http://telcosms.co.ao) API that allows your application to send sms to Angolan Numbers.
3
+ A ruby gem created by [NEXT Solutions](http://www.nextbss.co.ao/) for the [TelcoSMS](http://telcosms.co.ao) API that allows your application to send sms to Angolan Numbers.
4
4
 
5
5
  ## Installation
6
6
 
@@ -1,3 +1,3 @@
1
1
  module Telcosms
2
- VERSION = "0.0.4"
2
+ VERSION = "0.0.5"
3
3
  end
Binary file
data/telcosms.gemspec CHANGED
@@ -9,9 +9,9 @@ Gem::Specification.new do |spec|
9
9
  spec.authors = ["Sergio Maziano"]
10
10
  spec.email = ["sergio.maziano@gmail.com"]
11
11
 
12
- spec.summary = %q{A Ruby gem for TelcoSMS API(http://telcosms.co.ao) made by SmartTechys(http://www.smarttechys.co.ao)}
12
+ spec.summary = %q{A Ruby gem for TelcoSMS API(http://telcosms.co.ao) made by Sergio Maziano(http://github.com/smaziano)}
13
13
  spec.description = %q{A Ruby gem to connect your application with the TelcoSMS API(http://telcosms.co.ao) to allow your application to send sms through Angolan numbers}
14
- spec.homepage = "https://github.com/smaziano/telcosms"
14
+ spec.homepage = "https://github.com/nextbss/telcosms"
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'
@@ -27,5 +27,5 @@ Gem::Specification.new do |spec|
27
27
 
28
28
  spec.add_development_dependency "bundler", "~> 1.12"
29
29
  spec.add_development_dependency "rake", "~> 10.0"
30
- spec.add_dependency 'httparty', "~> 0.13.7"
30
+ spec.add_dependency 'httparty', "~> 0.18.1"
31
31
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: telcosms
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sergio Maziano
8
- autorequire:
8
+ autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2018-01-04 00:00:00.000000000 Z
11
+ date: 2022-03-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -44,14 +44,14 @@ dependencies:
44
44
  requirements:
45
45
  - - "~>"
46
46
  - !ruby/object:Gem::Version
47
- version: 0.13.7
47
+ version: 0.18.1
48
48
  type: :runtime
49
49
  prerelease: false
50
50
  version_requirements: !ruby/object:Gem::Requirement
51
51
  requirements:
52
52
  - - "~>"
53
53
  - !ruby/object:Gem::Version
54
- version: 0.13.7
54
+ version: 0.18.1
55
55
  description: A Ruby gem to connect your application with the TelcoSMS API(http://telcosms.co.ao)
56
56
  to allow your application to send sms through Angolan numbers
57
57
  email:
@@ -72,13 +72,14 @@ files:
72
72
  - lib/telcosms/version.rb
73
73
  - telcosms-0.0.2.gem
74
74
  - telcosms-0.0.3.gem
75
+ - telcosms-0.0.4.gem
75
76
  - telcosms.gemspec
76
- homepage: https://github.com/smaziano/telcosms
77
+ homepage: https://github.com/nextbss/telcosms
77
78
  licenses:
78
79
  - MIT
79
80
  metadata:
80
81
  allowed_push_host: https://rubygems.org
81
- post_install_message:
82
+ post_install_message:
82
83
  rdoc_options: []
83
84
  require_paths:
84
85
  - lib
@@ -93,9 +94,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
93
94
  - !ruby/object:Gem::Version
94
95
  version: '0'
95
96
  requirements: []
96
- rubyforge_project:
97
- rubygems_version: 2.6.10
98
- signing_key:
97
+ rubygems_version: 3.1.4
98
+ signing_key:
99
99
  specification_version: 4
100
- summary: A Ruby gem for TelcoSMS API(http://telcosms.co.ao) made by SmartTechys(http://www.smarttechys.co.ao)
100
+ summary: A Ruby gem for TelcoSMS API(http://telcosms.co.ao) made by Sergio Maziano(http://github.com/smaziano)
101
101
  test_files: []