tropo-provisioning 0.0.27 → 0.0.28
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 +6 -6
- data/changelog.md +3 -0
- data/lib/tropo-provisioning/version.rb +1 -1
- data/tropo-provisioning.gemspec +1 -1
- metadata +7 -7
data/Gemfile.lock
CHANGED
|
@@ -1,23 +1,23 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
tropo-provisioning (0.0.
|
|
5
|
-
activesupport
|
|
4
|
+
tropo-provisioning (0.0.28)
|
|
5
|
+
activesupport (= 3.2.13)
|
|
6
6
|
hashie (>= 0.2.1)
|
|
7
7
|
i18n
|
|
8
8
|
|
|
9
9
|
GEM
|
|
10
10
|
remote: http://rubygems.org/
|
|
11
11
|
specs:
|
|
12
|
-
activesupport (3.2.
|
|
13
|
-
i18n (
|
|
12
|
+
activesupport (3.2.13)
|
|
13
|
+
i18n (= 0.6.1)
|
|
14
14
|
multi_json (~> 1.0)
|
|
15
15
|
diff-lcs (1.1.3)
|
|
16
16
|
fakeweb (1.3.0)
|
|
17
|
-
hashie (
|
|
17
|
+
hashie (2.0.5)
|
|
18
18
|
i18n (0.6.1)
|
|
19
19
|
json (1.7.3)
|
|
20
|
-
multi_json (1.
|
|
20
|
+
multi_json (1.7.7)
|
|
21
21
|
rake (0.9.2.2)
|
|
22
22
|
rdoc (3.12)
|
|
23
23
|
json (~> 1.4)
|
data/changelog.md
CHANGED
data/tropo-provisioning.gemspec
CHANGED
|
@@ -30,7 +30,7 @@ Gem::Specification.new do |s|
|
|
|
30
30
|
s.add_development_dependency("rake")
|
|
31
31
|
|
|
32
32
|
s.add_runtime_dependency("hashie", ">= 0.2.1")
|
|
33
|
-
s.add_runtime_dependency("activesupport")
|
|
33
|
+
s.add_runtime_dependency("activesupport","= 3.2.13")
|
|
34
34
|
s.add_runtime_dependency("i18n")
|
|
35
35
|
s.add_runtime_dependency("json") if RUBY_VERSION =~ /1.8/
|
|
36
36
|
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
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.28
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -114,17 +114,17 @@ dependencies:
|
|
|
114
114
|
requirement: !ruby/object:Gem::Requirement
|
|
115
115
|
none: false
|
|
116
116
|
requirements:
|
|
117
|
-
- -
|
|
117
|
+
- - '='
|
|
118
118
|
- !ruby/object:Gem::Version
|
|
119
|
-
version:
|
|
119
|
+
version: 3.2.13
|
|
120
120
|
type: :runtime
|
|
121
121
|
prerelease: false
|
|
122
122
|
version_requirements: !ruby/object:Gem::Requirement
|
|
123
123
|
none: false
|
|
124
124
|
requirements:
|
|
125
|
-
- -
|
|
125
|
+
- - '='
|
|
126
126
|
- !ruby/object:Gem::Version
|
|
127
|
-
version:
|
|
127
|
+
version: 3.2.13
|
|
128
128
|
- !ruby/object:Gem::Dependency
|
|
129
129
|
name: i18n
|
|
130
130
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -206,7 +206,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
206
206
|
version: '0'
|
|
207
207
|
segments:
|
|
208
208
|
- 0
|
|
209
|
-
hash:
|
|
209
|
+
hash: 3633713919048124025
|
|
210
210
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
211
211
|
none: false
|
|
212
212
|
requirements:
|
|
@@ -215,7 +215,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
215
215
|
version: '0'
|
|
216
216
|
segments:
|
|
217
217
|
- 0
|
|
218
|
-
hash:
|
|
218
|
+
hash: 3633713919048124025
|
|
219
219
|
requirements: []
|
|
220
220
|
rubyforge_project: tropo-provisioning
|
|
221
221
|
rubygems_version: 1.8.23
|