clickatell 0.8.0 → 0.8.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.
- data/History.txt +3 -0
- data/bin/sms +2 -1
- data/clickatell.gemspec +2 -2
- data/lib/clickatell/version.rb +1 -1
- metadata +4 -4
data/History.txt
CHANGED
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
|
|
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
|
|
data/clickatell.gemspec
CHANGED
|
@@ -5,11 +5,11 @@
|
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = %q{clickatell}
|
|
8
|
-
s.version = "0.8.
|
|
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-
|
|
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"]
|
data/lib/clickatell/version.rb
CHANGED
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:
|
|
4
|
+
hash: 61
|
|
5
5
|
prerelease: false
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 8
|
|
9
|
-
-
|
|
10
|
-
version: 0.8.
|
|
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-
|
|
18
|
+
date: 2010-08-13 00:00:00 +01:00
|
|
19
19
|
default_executable: sms
|
|
20
20
|
dependencies: []
|
|
21
21
|
|