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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: 3b6eb147bac5b814c97c90ded0e7798859cd7e0d
4
- data.tar.gz: ffc86c25ddeb16f6719580b2f15c4ad2ee0857f8
2
+ SHA256:
3
+ metadata.gz: 5e68690fcdd43021822bffc2ba421d27a9b7d064549340f451eb871738efd5b5
4
+ data.tar.gz: f6cfacd0dc481ebf22dd4b19e4239afe7dac8f590979f2c26c2899493ffb744a
5
5
  SHA512:
6
- metadata.gz: 141f58b0aced469cb6e004c887ba570378f2028baa8cc81d1bd8d29f24228f5de0bd6dd37271e49e0fbedfa7e555737e21816fc354c5368631e4360472fd177c
7
- data.tar.gz: 0b6b246f3aaf5e0033c4621e9d910a899dc3bc301adecf24ea63b1c42c9c9410e3cc140a837aec185093a799da311713afe91c8928143d761e7b87f7a338d1ae
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
 
@@ -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.1)
43
+ - [RDOC](http://www.rubydoc.info/gems/telcosms/0.0.4)
44
44
 
45
45
  ## Development
46
46
 
@@ -1,3 +1,3 @@
1
1
  module Telcosms
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.5"
3
3
  end
Binary file
Binary file
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 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'
18
18
  # to allow pushing to a single host or delete this section to allow pushing to any host.
19
- # if spec.respond_to?(:metadata)
20
- # spec.metadata['allowed_push_host'] = "TODO: Set to 'http://mygemserver.com'"
21
- # else
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.13.7"
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.2
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: 2016-06-24 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:
@@ -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/smaziano/telcosms
77
+ homepage: https://github.com/nextbss/telcosms
75
78
  licenses:
76
79
  - MIT
77
- metadata: {}
78
- post_install_message:
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
- rubyforge_project:
94
- rubygems_version: 2.5.1
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 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)
98
101
  test_files: []