clickatell 0.8.0 → 0.8.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,6 @@
1
+ == 0.8.1
2
+ * Updated the sms utility error message
3
+
1
4
  == 0.8
2
5
 
3
6
  * Added fix for Ruby 1.9 (Ahmed Al Hafoudh)
data/bin/sms CHANGED
@@ -51,7 +51,8 @@ rescue Clickatell::API::Error => e
51
51
  exit 1
52
52
  else
53
53
  puts "Unexpected error occurred. #{e.message} (error code: #{e.code})."
54
- puts "Please contact the author (contact@lukeredpath.co.uk) with the above error."
54
+ puts "Please file any bugs on GitHub (http://github.com/lukeredpath/clickatell/issues)."
55
+ puts "A list of Clickatell error codes can be found in their API documentation (http://is.gd/egeS7)."
55
56
  exit 1
56
57
  end
57
58
 
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{clickatell}
8
- s.version = "0.8.0"
8
+ s.version = "0.8.1"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Luke Redpath"]
12
- s.date = %q{2010-07-26}
12
+ s.date = %q{2010-08-13}
13
13
  s.default_executable = %q{sms}
14
14
  s.email = %q{luke@lukeredpath.co.uk}
15
15
  s.executables = ["sms"]
@@ -2,7 +2,7 @@ module Clickatell #:nodoc:
2
2
  module VERSION #:nodoc:
3
3
  MAJOR = 0
4
4
  MINOR = 8
5
- TINY = 0
5
+ TINY = 1
6
6
 
7
7
  STRING = [MAJOR, MINOR, TINY].join('.')
8
8
 
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: clickatell
3
3
  version: !ruby/object:Gem::Version
4
- hash: 63
4
+ hash: 61
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 8
9
- - 0
10
- version: 0.8.0
9
+ - 1
10
+ version: 0.8.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - Luke Redpath
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2010-07-26 00:00:00 +01:00
18
+ date: 2010-08-13 00:00:00 +01:00
19
19
  default_executable: sms
20
20
  dependencies: []
21
21