dnapi 1.1.84.php → 1.1.84
Sign up to get free protection for your applications and to get access to all the features.
@@ -212,7 +212,7 @@ module DNApi
|
|
212
212
|
belongs_to Environment
|
213
213
|
|
214
214
|
NAME = 'Rubinius'.freeze
|
215
|
-
VERSION = '2.0.0-
|
215
|
+
VERSION = '2.0.0-r3'.freeze
|
216
216
|
VM_VERSION = '1.8'.freeze
|
217
217
|
PATCH_LEVEL = nil
|
218
218
|
|
@@ -247,7 +247,7 @@ module DNApi
|
|
247
247
|
belongs_to Environment
|
248
248
|
|
249
249
|
NAME = 'Rubinius'.freeze
|
250
|
-
VERSION = '2.0.0'.freeze
|
250
|
+
VERSION = '2.0.0-r3'.freeze
|
251
251
|
VM_VERSION = '1.9'.freeze
|
252
252
|
PATCH_LEVEL = nil
|
253
253
|
|
data/lib/dnapi/components/v8.rb
CHANGED
data/lib/dnapi/version.rb
CHANGED
@@ -8,8 +8,8 @@ describe DNApi::Components::NodeJS do
|
|
8
8
|
|
9
9
|
describe "#label" do
|
10
10
|
it "should have the right label" do
|
11
|
-
described_class.label.should == 'Node.js - 0.6.
|
12
|
-
@nodejs.label.should == 'Node.js - 0.6.
|
11
|
+
described_class.label.should == 'Node.js - 0.6.8'
|
12
|
+
@nodejs.label.should == 'Node.js - 0.6.8'
|
13
13
|
end
|
14
14
|
end
|
15
15
|
|
@@ -22,6 +22,6 @@ describe DNApi::Components::NodeJS do
|
|
22
22
|
end
|
23
23
|
|
24
24
|
describe "#patch_level" do
|
25
|
-
it { @nodejs.patch_level.should == '
|
25
|
+
it { @nodejs.patch_level.should == '8' }
|
26
26
|
end
|
27
27
|
end
|
@@ -217,7 +217,7 @@ describe DNApi::Components::Rubinius do
|
|
217
217
|
|
218
218
|
describe "#version" do
|
219
219
|
it 'is 2.0' do
|
220
|
-
@ruby.version.should == '2.0.0-
|
220
|
+
@ruby.version.should == '2.0.0-r3'
|
221
221
|
end
|
222
222
|
end
|
223
223
|
|
@@ -254,7 +254,7 @@ describe DNApi::Components::Rubinius19 do
|
|
254
254
|
|
255
255
|
describe "#version" do
|
256
256
|
it 'is 2.0.0' do
|
257
|
-
@ruby.version.should == '2.0.0'
|
257
|
+
@ruby.version.should == '2.0.0-r3'
|
258
258
|
end
|
259
259
|
end
|
260
260
|
|
metadata
CHANGED
@@ -1,14 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: dnapi
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
5
|
-
prerelease:
|
4
|
+
hash: 187
|
5
|
+
prerelease:
|
6
6
|
segments:
|
7
7
|
- 1
|
8
8
|
- 1
|
9
9
|
- 84
|
10
|
-
|
11
|
-
version: 1.1.84.php
|
10
|
+
version: 1.1.84
|
12
11
|
platform: ruby
|
13
12
|
authors:
|
14
13
|
- Engine Yard
|
@@ -16,8 +15,7 @@ autorequire:
|
|
16
15
|
bindir: bin
|
17
16
|
cert_chain: []
|
18
17
|
|
19
|
-
date: 2011-07-26 00:00:00
|
20
|
-
default_executable:
|
18
|
+
date: 2011-07-26 00:00:00 Z
|
21
19
|
dependencies:
|
22
20
|
- !ruby/object:Gem::Dependency
|
23
21
|
name: json
|
@@ -127,7 +125,6 @@ files:
|
|
127
125
|
- spec/spec_helper.rb
|
128
126
|
- spec/stack_spec.rb
|
129
127
|
- spec/struct_spec.rb
|
130
|
-
has_rdoc: true
|
131
128
|
homepage: http://github.com/engineyard/dnapi
|
132
129
|
licenses: []
|
133
130
|
|
@@ -159,7 +156,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
159
156
|
requirements: []
|
160
157
|
|
161
158
|
rubyforge_project:
|
162
|
-
rubygems_version: 1.
|
159
|
+
rubygems_version: 1.8.6
|
163
160
|
signing_key:
|
164
161
|
specification_version: 3
|
165
162
|
summary: API for chef DNA.
|