smsgh_sms 1.0.4 → 1.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: 7058946b80752a213b1a63a145fcefe29a4a022a
4
- data.tar.gz: 6007ee74997789aa72ac0e4063fcc830845936ed
3
+ metadata.gz: c88a91530cf7d3fa69826a63dbe9a0c396218e56
4
+ data.tar.gz: cf4d8f0bb6b5364debc68ae4d52702af2c7e6a8a
5
5
  SHA512:
6
- metadata.gz: d85fb1b3524910bd34a959095a759cf5bcab9ad9093e068240cf12ade2a0f4fb3c9b31257229868756ee68a510b230e93cbd20b4da1e46f2d2aba42936943865
7
- data.tar.gz: c7d087714581deffaba4307cc1f64bf61af04d492823c3007df143c90b590019977639b90fd322bdfcaf2ad71570010734750947ba187a70b9fc53ae5d75834e
6
+ metadata.gz: 3a2f8a817ca6c99b46ae7a0b01259700685a4609d73f2d890335314755385730c1adf5fdb6ff9d69422b7ea4d668d7121febf332f32e0b083633fe7610f59a77
7
+ data.tar.gz: 3545eb7a6945931de0d2b28fb808cc649f929f4054637867dadca9928d65e4d69492d1afac9e5c0ce79fcd3c59dc9e1fe8aa4ce8471e6f55d9446b478edf0bb9
data/lib/smsgh_sms.rb CHANGED
@@ -33,16 +33,17 @@ module SmsghSms
33
33
 
34
34
  def self.api_username=(api_username); @@api_username = api_username; end
35
35
  def self.api_username; @@api_username; end
36
+
36
37
  def self.api_password=(api_password); @@api_password = api_password; end
37
38
  def self.api_password; @@api_password; end
39
+
38
40
  def self.api_client_id=(api_client_id); @@api_client_id = api_client_id; end
39
41
  def self.api_client_id; @@api_client_id; end
42
+
40
43
  def self.api_client_secret=(api_client_secret); @@api_client_secret = api_client_secret; end
41
44
  def self.api_client_secret; @@api_client_secret; end
42
- def self.api_senderid=(api_senderid); @@api_senderid = api_senderid; end
43
- def self.api_senderid; @@api_senderid; end
44
45
 
45
- endd); @@api_senderid = api_senderid; end
46
+ def self.api_senderid=(api_senderid); @@api_senderid = api_senderid; end
46
47
  def self.api_senderid; @@api_senderid; end
47
48
 
48
49
  end
@@ -1,3 +1,3 @@
1
1
  module SmsghSms
2
- VERSION = "1.0.4"
2
+ VERSION = "1.0.5"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: smsgh_sms
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.4
4
+ version: 1.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alfred Rowe