zenvia_s4m 0.4 → 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
2
  SHA1:
3
- metadata.gz: 0b13b5f3f346749d043443ae42003a28d4bf21fb
4
- data.tar.gz: 72bc2c22f9749261ab3964402218cc2f3741de32
3
+ metadata.gz: bba32088853564056974d4dd87b97ff8147f6ede
4
+ data.tar.gz: 3e35bcaa022536d0dadf0791c4d170b1b391d0cf
5
5
  SHA512:
6
- metadata.gz: 5906803416741f3546011cdc25fade1071985b7409e83b01cf1c037577424d26610c4b7446f3b16a9d2437a8180e9ec3e0c287d7f2579d340bad5e96d8939811
7
- data.tar.gz: 0a461ea721a535a1fbbe1c10f4d81b4d4907ab0b49caa72580910b47867ae147739bf8ed98def5c1e0f6ea13f68b7c4a2463c144deab773acd215b703b88d693
6
+ metadata.gz: b20cfc76de9ab21ae079cdc9d00930fb23ad9d6fb3f22074ceb1b772478b6896d8c23538e7f19d370079f54089b77e70b6e7a826fd5883faec661ec1590b091a
7
+ data.tar.gz: 063361f5bc71e823732eacc1fc7b0151b54596b24729c3f9c0b8605ecc5fdb700de50d5af904cd853edb0614f640c23421053c85de5613d6f8de064782826879
data/README.md CHANGED
@@ -10,7 +10,7 @@ Add this line to your application's Gemfile:
10
10
 
11
11
  ```ruby
12
12
  # zenvia SMS
13
- gem 'zenvia_s4m', '0.3', git: "git://github.com/lebas/zenvia_s4m.git"
13
+ gem 'zenvia_s4m', '0.5', git: "git://github.com/lebas/zenvia_s4m.git"
14
14
  ```
15
15
 
16
16
  And then execute:
@@ -7,7 +7,6 @@ module ZenviaS4m
7
7
  @params = params
8
8
  @res = nil
9
9
  puts @params if ZenviaS4m.config.log
10
- #self.check_params
11
10
  @info_SMS = {
12
11
  account: ZenviaS4m.config.account,
13
12
  code: ZenviaS4m.config.code,
@@ -33,11 +32,5 @@ module ZenviaS4m
33
32
  def return_codeSMS
34
33
  @res
35
34
  end
36
-
37
- #def check_params
38
- # @params[:message] = @params[:message][0,150] unless @params[:message].nil?
39
- # @params[:phone] = @params[:phone] unless @params[:phone].nil?
40
- # @params[:sms_id] = @params[:sms_id] unless @pamars[:sms_id].nil?
41
- #end
42
35
  end
43
36
  end
@@ -1,3 +1,3 @@
1
1
  module ZenviaS4m
2
- VERSION = "0.4"
2
+ VERSION = "0.5"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: zenvia_s4m
3
3
  version: !ruby/object:Gem::Version
4
- version: '0.4'
4
+ version: '0.5'
5
5
  platform: ruby
6
6
  authors:
7
7
  - Eduardo Alencar
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2015-08-28 00:00:00.000000000 Z
11
+ date: 2015-08-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler