smshelper 0.3.0 → 0.3.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.
Files changed (4) hide show
  1. data/Rakefile +2 -2
  2. data/VERSION +1 -1
  3. data/smshelper.gemspec +3 -3
  4. metadata +8 -5
data/Rakefile CHANGED
@@ -17,8 +17,8 @@ Jeweler::Tasks.new do |gem|
17
17
  gem.name = "smshelper"
18
18
  gem.homepage = "http://github.com/voipscout/smshelper"
19
19
  gem.license = "MIT"
20
- gem.summary = %Q{sms helper gem}
21
- gem.description = %Q{works with esendex, textmagic, smstrade, bulksms, routomessaging, smswarehouse, mediaburst, clickatell, webtext}
20
+ gem.summary = %Q{send sms with: www.bulksms.com, www.webtext.com, www.clickatell.com, www.textmagic.com, www.smstrade.eu, www.esendex.com, www.mediaburst.co.uk, www.nexmo.com, www.vianett.com, www.traitel.com.au, www.my-cool-sms.com, www.aql.com}
21
+ gem.description = %Q{works www.bulksms.com, www.webtext.com, www.clickatell.com, www.textmagic.com, www.smstrade.eu, www.esendex.com, www.mediaburst.co.uk, www.nexmo.com, www.vianett.com, www.traitel.com.au, www.my-cool-sms.com, www.aql.com}
22
22
  gem.email = "voipscout@gmail.com"
23
23
  gem.authors = ["Voip Scout"]
24
24
  # dependencies defined in Gemfile
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.3.0
1
+ 0.3.1
data/smshelper.gemspec CHANGED
@@ -5,12 +5,12 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = "smshelper"
8
- s.version = "0.3.0"
8
+ s.version = "0.3.1"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Voip Scout"]
12
12
  s.date = "2012-05-19"
13
- s.description = "works with esendex, textmagic, smstrade, bulksms, routomessaging, smswarehouse, mediaburst, clickatell, webtext"
13
+ s.description = "works www.bulksms.com, www.webtext.com, www.clickatell.com, www.textmagic.com, www.smstrade.eu, www.esendex.com, www.mediaburst.co.uk, www.nexmo.com, www.vianett.com, www.traitel.com.au, www.my-cool-sms.com, www.aql.com"
14
14
  s.email = "voipscout@gmail.com"
15
15
  s.extra_rdoc_files = [
16
16
  "LICENSE.txt",
@@ -55,7 +55,7 @@ Gem::Specification.new do |s|
55
55
  s.licenses = ["MIT"]
56
56
  s.require_paths = ["lib"]
57
57
  s.rubygems_version = "1.8.24"
58
- s.summary = "sms helper gem"
58
+ s.summary = "send sms with: www.bulksms.com, www.webtext.com, www.clickatell.com, www.textmagic.com, www.smstrade.eu, www.esendex.com, www.mediaburst.co.uk, www.nexmo.com, www.vianett.com, www.traitel.com.au, www.my-cool-sms.com, www.aql.com"
59
59
 
60
60
  if s.respond_to? :specification_version then
61
61
  s.specification_version = 3
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: smshelper
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.3.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -203,8 +203,9 @@ dependencies:
203
203
  - - ! '>='
204
204
  - !ruby/object:Gem::Version
205
205
  version: '0'
206
- description: works with esendex, textmagic, smstrade, bulksms, routomessaging, smswarehouse,
207
- mediaburst, clickatell, webtext
206
+ description: works www.bulksms.com, www.webtext.com, www.clickatell.com, www.textmagic.com,
207
+ www.smstrade.eu, www.esendex.com, www.mediaburst.co.uk, www.nexmo.com, www.vianett.com,
208
+ www.traitel.com.au, www.my-cool-sms.com, www.aql.com
208
209
  email: voipscout@gmail.com
209
210
  executables: []
210
211
  extensions: []
@@ -260,7 +261,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
260
261
  version: '0'
261
262
  segments:
262
263
  - 0
263
- hash: -2282137222022673328
264
+ hash: -3617912919464630746
264
265
  required_rubygems_version: !ruby/object:Gem::Requirement
265
266
  none: false
266
267
  requirements:
@@ -272,5 +273,7 @@ rubyforge_project:
272
273
  rubygems_version: 1.8.24
273
274
  signing_key:
274
275
  specification_version: 3
275
- summary: sms helper gem
276
+ summary: ! 'send sms with: www.bulksms.com, www.webtext.com, www.clickatell.com, www.textmagic.com,
277
+ www.smstrade.eu, www.esendex.com, www.mediaburst.co.uk, www.nexmo.com, www.vianett.com,
278
+ www.traitel.com.au, www.my-cool-sms.com, www.aql.com'
276
279
  test_files: []