locasms 0.3.0 → 0.3.1
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/.travis.yml +1 -0
- data/README.md +1 -1
- data/lib/locasms/client.rb +1 -1
- data/lib/locasms/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
2
|
+
SHA256:
|
|
3
|
+
metadata.gz: 6d7c390189fc1d7a40e5444c114567147c7405b654e53b57fdb0e8792ac8f02c
|
|
4
|
+
data.tar.gz: 1083947e5c289fdfa78a7803f3f9ba2bb3b21bc4f9a1730a14ba8fc581d657ee
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a65d52d1d7cc42af2fda922fccde890d97201a0c8b5073c83c93a0326b510e2a53a4d213733d7d8719ed9d4d08e64c9c66b09a58e102cb528e1b868ecc3b42fd
|
|
7
|
+
data.tar.gz: 724ed24711b57e94dd5753111ef9eb774688f50a5b1fef5f58fa61aadec3ba8860c254b7e54bcd4496ec6f4d4e3d92e2db7e9f418ab87ca0b1158f32443b4688
|
data/.travis.yml
CHANGED
data/README.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# locasms
|
|
2
2
|
[](http://badge.fury.io/rb/locasms) [](https://travis-ci.org/mcorp/locasms) [](https://gemnasium.com/mcorp/locasms) [](https://codeclimate.com/github/mcorp/locasms) [](http://inch-ci.org/github/mcorp/locasms)
|
|
3
3
|
|
|
4
|
-
> :warning: After `
|
|
4
|
+
> :warning: After `February, 10, 2018` the base IP of the service will change as noticed on this[issue](https://github.com/mcorp/locasms/issues/21). If you don't upgrade to version `0.3.1` your app will stop delivering SMS.
|
|
5
5
|
|
|
6
6
|
Client to consume API's from [LocaSMS][0] and its Short Code SMS version [SMS Plataforma][1].
|
|
7
7
|
|
data/lib/locasms/client.rb
CHANGED
data/lib/locasms/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: locasms
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.3.
|
|
4
|
+
version: 0.3.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Adilson Carvalho
|
|
@@ -10,7 +10,7 @@ authors:
|
|
|
10
10
|
autorequire:
|
|
11
11
|
bindir: bin
|
|
12
12
|
cert_chain: []
|
|
13
|
-
date:
|
|
13
|
+
date: 2018-02-02 00:00:00.000000000 Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: bundler
|
|
@@ -167,7 +167,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
167
167
|
version: '0'
|
|
168
168
|
requirements: []
|
|
169
169
|
rubyforge_project:
|
|
170
|
-
rubygems_version: 2.
|
|
170
|
+
rubygems_version: 2.7.4
|
|
171
171
|
signing_key:
|
|
172
172
|
specification_version: 4
|
|
173
173
|
summary: Cliente para disparo de SMS, regular e Short Code, através da LocaSMS/SMS
|