action_sms 0.1.0 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
- data/action_sms.gemspec +1 -1
- data/lib/action_sms/version.rb +1 -1
- metadata +6 -4
data/action_sms.gemspec
CHANGED
data/lib/action_sms/version.rb
CHANGED
metadata
CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
5
5
|
segments:
|
6
6
|
- 0
|
7
7
|
- 1
|
8
|
-
-
|
9
|
-
version: 0.1.
|
8
|
+
- 1
|
9
|
+
version: 0.1.1
|
10
10
|
platform: ruby
|
11
11
|
authors:
|
12
12
|
- David Wilkie
|
@@ -14,7 +14,7 @@ autorequire:
|
|
14
14
|
bindir: bin
|
15
15
|
cert_chain: []
|
16
16
|
|
17
|
-
date: 2010-11-
|
17
|
+
date: 2010-11-15 00:00:00 +07:00
|
18
18
|
default_executable:
|
19
19
|
dependencies:
|
20
20
|
- !ruby/object:Gem::Dependency
|
@@ -27,7 +27,9 @@ dependencies:
|
|
27
27
|
- !ruby/object:Gem::Version
|
28
28
|
segments:
|
29
29
|
- 0
|
30
|
-
|
30
|
+
- 1
|
31
|
+
- 0
|
32
|
+
version: 0.1.0
|
31
33
|
type: :runtime
|
32
34
|
version_requirements: *id001
|
33
35
|
description: Switch between SMS Gateways at a whim without modifying your application code or tests
|