smsgh_sms 0.1.0 → 1.0.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.
@@ -1,3 +1,3 @@
1
1
  module SmsghSms
2
- VERSION = "0.1.0"
2
+ VERSION = "1.0.1"
3
3
  end
data/smsgh_sms.gemspec CHANGED
@@ -6,7 +6,7 @@ Gem::Specification.new do |gem|
6
6
  gem.email = ["alfred@ncodedevlabs.com"]
7
7
  gem.description = %q{This is a ruby wrapper that abstracts the SMSGH's SMS API. This gem has extra garnishing to make smsing via Ruby more tasteful and less painful.'}
8
8
  gem.summary = %q{Send SMS via SMSGH's API}
9
- gem.homepage = ""
9
+ gem.homepage = "https://github.com/nukturnal/smsgh_sms"
10
10
 
11
11
  gem.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
12
12
  gem.files = `git ls-files`.split("\n")
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: 27
4
+ hash: 21
5
5
  prerelease:
6
6
  segments:
7
- - 0
8
7
  - 1
9
8
  - 0
10
- version: 0.1.0
9
+ - 1
10
+ version: 1.0.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - Alfred Rowe
@@ -49,7 +49,7 @@ files:
49
49
  - lib/smsgh_sms.rb
50
50
  - lib/smsgh_sms/version.rb
51
51
  - smsgh_sms.gemspec
52
- homepage: ""
52
+ homepage: https://github.com/nukturnal/smsgh_sms
53
53
  licenses: []
54
54
 
55
55
  post_install_message: