zenvia-rest-rails 0.2.4 → 0.2.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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/VERSION +1 -1
  3. data/zenvia-rest-rails.gemspec +3 -3
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 302f94cce6139e5299359b1e67e3a724733d7ecc
4
- data.tar.gz: 4dc9bf43170abb1f6265f2615c2d5da0a9d5554e
3
+ metadata.gz: a17b2ad36028b44183f824471c8afe9a0b9839fb
4
+ data.tar.gz: c7a309f32cf25139ee8c51cdb261989bd63eceff
5
5
  SHA512:
6
- metadata.gz: 5f12032f03034b7e14e0d871d2b373f3808524cce87a15509f09240f10f9f6cba641a8dea3f959b5d0b0797ed5c8af21bfd996c8764133380bbb234064f1d3a8
7
- data.tar.gz: 75c96bad97ab4bf95e479b487a513004b85c10b468613b19bb89759acf330637e9e05c9caadd4bd3f30de6661d223733f99d79f502edb4c71c5e4230acafdd0d
6
+ metadata.gz: 1c81d2bbea5a4f66b22c6bd7fa790259a6796b7b9a851af717aee8a87d25a96fda001745329901d8b8b17f147a519295961de512f84e07dc1bb1329ac75fc263
7
+ data.tar.gz: 65172ae6aa5a40d871d6059f27156f82232842a434581d66c9817f18661033e480b7a92c7207c93311ae64528095f6b8fa664e134660bd711326a4462539123b
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.2.4
1
+ 0.2.5
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = "zenvia-rest-rails"
8
- s.version = "0.2.4"
8
+ s.version = "0.2.5"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["lucmousinho", "leonelmorais", "araanbranco"]
@@ -35,10 +35,10 @@ Gem::Specification.new do |s|
35
35
  "spec/zenvia-rest-rails_spec.rb",
36
36
  "zenvia-rest-rails.gemspec"
37
37
  ]
38
- s.homepage = "http://github.com/leonelmorais/zenvia-rest-rails"
38
+ s.homepage = "http://github.com/lucmousinho/zenvia-rest-rails"
39
39
  s.licenses = ["MIT"]
40
40
  s.require_paths = ["lib"]
41
- s.rubygems_version = "0.2.4"
41
+ s.rubygems_version = "0.2.5"
42
42
  s.summary = "Send sms with Zenvia's REST Api"
43
43
 
44
44
  if s.respond_to? :specification_version then
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: zenvia-rest-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.4
4
+ version: 0.2.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - lucmousinho
@@ -107,7 +107,7 @@ files:
107
107
  - spec/spec_helper.rb
108
108
  - spec/zenvia-rest-rails_spec.rb
109
109
  - zenvia-rest-rails.gemspec
110
- homepage: http://github.com/leonelmorais/zenvia-rest-rails
110
+ homepage: http://github.com/lucmousinho/zenvia-rest-rails
111
111
  licenses:
112
112
  - MIT
113
113
  metadata: {}