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.
@@ -19,6 +19,6 @@ Gem::Specification.new do |s|
19
19
  s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
20
20
  s.require_paths = ["lib"]
21
21
 
22
- s.add_runtime_dependency "tropo_message"
22
+ s.add_runtime_dependency "tropo_message", ">=0.1.0"
23
23
  end
24
24
 
@@ -1,4 +1,4 @@
1
1
  module ActionSms
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
4
4
 
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 1
8
- - 0
9
- version: 0.1.0
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-12 00:00:00 +07:00
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
- version: "0"
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