dnapi 1.1.90 → 1.1.91

Sign up to get free protection for your applications and to get access to all the features.
@@ -11,7 +11,7 @@ module DNApi
11
11
 
12
12
  NAME = 'Node.js'.freeze
13
13
  VERSION = '0.6'.freeze
14
- PATCH_LEVEL = '18'.freeze
14
+ PATCH_LEVEL = '17'.freeze
15
15
 
16
16
  def self.label
17
17
  "#{NAME} - #{VERSION}.x"
@@ -1,3 +1,3 @@
1
1
  module DNApi
2
- VERSION = '1.1.90'
2
+ VERSION = '1.1.91'
3
3
  end
@@ -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 == '18' }
25
+ it { @nodejs.patch_level.should == '17' }
26
26
  end
27
27
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dnapi
3
3
  version: !ruby/object:Gem::Version
4
- hash: 167
4
+ hash: 165
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 1
9
- - 90
10
- version: 1.1.90
9
+ - 91
10
+ version: 1.1.91
11
11
  platform: ruby
12
12
  authors:
13
13
  - Engine Yard