telcosms 0.0.2 → 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 +5 -5
- data/README.md +2 -2
- data/lib/telcosms/version.rb +1 -1
- data/telcosms-0.0.2.gem +0 -0
- data/telcosms-0.0.3.gem +0 -0
- data/telcosms-0.0.4.gem +0 -0
- data/telcosms.gemspec +6 -8
- metadata +15 -12
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: 5e68690fcdd43021822bffc2ba421d27a9b7d064549340f451eb871738efd5b5
|
4
|
+
data.tar.gz: f6cfacd0dc481ebf22dd4b19e4239afe7dac8f590979f2c26c2899493ffb744a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
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
|
|
@@ -40,7 +40,7 @@ Telcosms.new_sms(numbers, message, username, password, servico)
|
|
40
40
|
## Help and Docs
|
41
41
|
|
42
42
|
- [TelcoSMS](http://telcosms.co.ao)
|
43
|
-
- [RDOC](http://www.rubydoc.info/gems/telcosms/0.0.
|
43
|
+
- [RDOC](http://www.rubydoc.info/gems/telcosms/0.0.4)
|
44
44
|
|
45
45
|
## Development
|
46
46
|
|
data/lib/telcosms/version.rb
CHANGED
data/telcosms-0.0.2.gem
ADDED
Binary file
|
data/telcosms-0.0.3.gem
ADDED
Binary file
|
data/telcosms-0.0.4.gem
ADDED
Binary file
|
data/telcosms.gemspec
CHANGED
@@ -9,18 +9,16 @@ 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
|
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/
|
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'
|
18
18
|
# to allow pushing to a single host or delete this section to allow pushing to any host.
|
19
|
-
#
|
20
|
-
|
21
|
-
|
22
|
-
# raise "RubyGems 2.0 or newer is required to protect against public gem pushes."
|
23
|
-
# end
|
19
|
+
#if spec.respond_to?(:metadata)
|
20
|
+
spec.metadata['allowed_push_host'] = "https://rubygems.org"
|
21
|
+
|
24
22
|
|
25
23
|
spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
|
26
24
|
spec.bindir = "exe"
|
@@ -29,5 +27,5 @@ Gem::Specification.new do |spec|
|
|
29
27
|
|
30
28
|
spec.add_development_dependency "bundler", "~> 1.12"
|
31
29
|
spec.add_development_dependency "rake", "~> 10.0"
|
32
|
-
spec.add_dependency 'httparty', "~> 0.
|
30
|
+
spec.add_dependency 'httparty', "~> 0.18.1"
|
33
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
|
+
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:
|
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.
|
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.
|
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:
|
@@ -70,12 +70,16 @@ files:
|
|
70
70
|
- bin/setup
|
71
71
|
- lib/telcosms.rb
|
72
72
|
- lib/telcosms/version.rb
|
73
|
+
- telcosms-0.0.2.gem
|
74
|
+
- telcosms-0.0.3.gem
|
75
|
+
- telcosms-0.0.4.gem
|
73
76
|
- telcosms.gemspec
|
74
|
-
homepage: https://github.com/
|
77
|
+
homepage: https://github.com/nextbss/telcosms
|
75
78
|
licenses:
|
76
79
|
- MIT
|
77
|
-
metadata:
|
78
|
-
|
80
|
+
metadata:
|
81
|
+
allowed_push_host: https://rubygems.org
|
82
|
+
post_install_message:
|
79
83
|
rdoc_options: []
|
80
84
|
require_paths:
|
81
85
|
- lib
|
@@ -90,9 +94,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
90
94
|
- !ruby/object:Gem::Version
|
91
95
|
version: '0'
|
92
96
|
requirements: []
|
93
|
-
|
94
|
-
|
95
|
-
signing_key:
|
97
|
+
rubygems_version: 3.1.4
|
98
|
+
signing_key:
|
96
99
|
specification_version: 4
|
97
|
-
summary: A Ruby gem for TelcoSMS API(http://telcosms.co.ao) made by
|
100
|
+
summary: A Ruby gem for TelcoSMS API(http://telcosms.co.ao) made by Sergio Maziano(http://github.com/smaziano)
|
98
101
|
test_files: []
|