smsgh_sms 1.0.1 → 1.0.2

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.
data/lib/smsgh_sms.rb CHANGED
@@ -1,5 +1,6 @@
1
1
  require "smsgh_sms/version"
2
2
  require 'cgi'
3
+ require 'curb-fu'
3
4
 
4
5
  module SmsghSms
5
6
  API_URL = "http://api.smsgh.com/v2/messages/send?"
@@ -22,7 +23,7 @@ module SmsghSms
22
23
 
23
24
  end
24
25
 
25
- def self.api_url(url=''); @@api_base + url; end
26
+
26
27
  def self.api_username=(api_username); @@api_username = api_username; end
27
28
  def self.api_username; @@api_username; end
28
29
  def self.api_password=(api_password); @@api_password = api_password; end
@@ -1,3 +1,3 @@
1
1
  module SmsghSms
2
- VERSION = "1.0.1"
2
+ VERSION = "1.0.2"
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: smsgh_sms
3
3
  version: !ruby/object:Gem::Version
4
- hash: 21
4
+ hash: 19
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 0
9
- - 1
10
- version: 1.0.1
9
+ - 2
10
+ version: 1.0.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - Alfred Rowe