tropo-provisioning 0.0.26 → 0.0.27
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/Gemfile.lock +1 -1
- data/lib/tropo-provisioning/version.rb +1 -1
- data/tropo-provisioning.gemspec +6 -6
- metadata +6 -4
data/Gemfile.lock
CHANGED
data/tropo-provisioning.gemspec
CHANGED
|
@@ -8,15 +8,15 @@ Gem::Specification.new do |s|
|
|
|
8
8
|
s.name = "tropo-provisioning"
|
|
9
9
|
s.version = TropoProvisioning::VERSION
|
|
10
10
|
|
|
11
|
-
s.authors = ["Jason Goecke", "Juan de Bravo"]
|
|
12
|
-
s.email = ["jsgoecke@voxeo.com", "juandebravo@gmail.com"]
|
|
11
|
+
s.authors = ["Jason Goecke", "John Dyer", "Juan de Bravo"]
|
|
12
|
+
s.email = ["jsgoecke@voxeo.com", "johntdyer@gmail.com", "juandebravo@gmail.com"]
|
|
13
13
|
|
|
14
|
-
s.date = %q{
|
|
14
|
+
s.date = %q{2013-01-04}
|
|
15
15
|
s.description = %q{Library for interacting with the Tropo Provisioning API}
|
|
16
16
|
s.summary = %q{Library for interacting with the Tropo Provisioning API}
|
|
17
|
-
|
|
17
|
+
|
|
18
18
|
s.rubyforge_project = "tropo-provisioning"
|
|
19
|
-
|
|
19
|
+
|
|
20
20
|
s.files = `git ls-files`.split("\n")
|
|
21
21
|
s.test_files = `git ls-files -- {examples,test,spec,features}/*`.split("\n")
|
|
22
22
|
|
|
@@ -28,7 +28,7 @@ Gem::Specification.new do |s|
|
|
|
28
28
|
s.add_development_dependency("yard")
|
|
29
29
|
s.add_development_dependency("rdoc")
|
|
30
30
|
s.add_development_dependency("rake")
|
|
31
|
-
|
|
31
|
+
|
|
32
32
|
s.add_runtime_dependency("hashie", ">= 0.2.1")
|
|
33
33
|
s.add_runtime_dependency("activesupport")
|
|
34
34
|
s.add_runtime_dependency("i18n")
|
metadata
CHANGED
|
@@ -1,16 +1,17 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tropo-provisioning
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.27
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
8
8
|
- Jason Goecke
|
|
9
|
+
- John Dyer
|
|
9
10
|
- Juan de Bravo
|
|
10
11
|
autorequire:
|
|
11
12
|
bindir: bin
|
|
12
13
|
cert_chain: []
|
|
13
|
-
date:
|
|
14
|
+
date: 2013-01-04 00:00:00.000000000 Z
|
|
14
15
|
dependencies:
|
|
15
16
|
- !ruby/object:Gem::Dependency
|
|
16
17
|
name: rspec
|
|
@@ -143,6 +144,7 @@ dependencies:
|
|
|
143
144
|
description: Library for interacting with the Tropo Provisioning API
|
|
144
145
|
email:
|
|
145
146
|
- jsgoecke@voxeo.com
|
|
147
|
+
- johntdyer@gmail.com
|
|
146
148
|
- juandebravo@gmail.com
|
|
147
149
|
executables: []
|
|
148
150
|
extensions: []
|
|
@@ -204,7 +206,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
204
206
|
version: '0'
|
|
205
207
|
segments:
|
|
206
208
|
- 0
|
|
207
|
-
hash:
|
|
209
|
+
hash: 1725582734627628660
|
|
208
210
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
209
211
|
none: false
|
|
210
212
|
requirements:
|
|
@@ -213,7 +215,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
213
215
|
version: '0'
|
|
214
216
|
segments:
|
|
215
217
|
- 0
|
|
216
|
-
hash:
|
|
218
|
+
hash: 1725582734627628660
|
|
217
219
|
requirements: []
|
|
218
220
|
rubyforge_project: tropo-provisioning
|
|
219
221
|
rubygems_version: 1.8.23
|