knife-solo 0.4.2 → 0.4.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d1be6240f65ce8b7255b2da87a1aadad46e91139
4
- data.tar.gz: dafd0b80483566f921c9ce779fa1baa0ced57d0d
3
+ metadata.gz: 185d7ad8aab05bbb1f49d75b658736269c881988
4
+ data.tar.gz: d168feaaf06c9c58d6828aafa0aa87016cd35e5e
5
5
  SHA512:
6
- metadata.gz: d72d04c97936e105e7d60d62399ad156500843b25023f8feea4d844cd8c01720e8f612521f14697050ab0ab424e192982f941e9d8c324d82c578da64daa5f43f
7
- data.tar.gz: 55556df5ca2c38708d85b384f7a8b1108638fabb2b9d35dc42a83e1b3b86eef6d72b359523d93ae9627624171ca40e5377b0319ea5a3308f680b91aed1207887
6
+ metadata.gz: e2e27539c89353f585dcc643722e5b8fc0751b8e2e4dfdbc9134f9002355c82bb6511e862ec8ed73a09764d666e6ae095848f1422f1582b932561c8cfb2ec3e3
7
+ data.tar.gz: 24e8fe991daa1990bbed002508e5cb933af0e0f7406905fb945e863f63535708cbff6bfde3ba8f24a60dd0fdb0f098ea5a4c2dd0818256e2881993b600674b0d
@@ -1,3 +1,13 @@
1
+ # 0.4.3 / 2015-09-10
2
+
3
+ ## Fixes
4
+
5
+ * Pass node name down to solo.rb ([452][])
6
+
7
+ ## Thanks to our contributors!
8
+
9
+ * [aaadschutz][aaadschutz]
10
+
1
11
  # 0.4.2 / 2014-06-05
2
12
 
3
13
  ## Changes and new features
@@ -503,3 +513,4 @@ And a special thanks to [Teemu Matilainen][tmatilai] who is now on the list of d
503
513
  [brainopia]: https://github.com/brainopia
504
514
  [Domon]: https://github.com/Domon
505
515
  [angelabad]: https://github.com/angelabad
516
+ [aaadschutz]: https://github.com/aaadschutz
@@ -1,6 +1,6 @@
1
1
  module KnifeSolo
2
2
  def self.version
3
- '0.4.2'
3
+ '0.4.3'
4
4
  end
5
5
 
6
6
  def self.post_install_message
@@ -1,4 +1,4 @@
1
- node_name <%= host.inspect %>
1
+ node_name <%= node_name.inspect %>
2
2
 
3
3
  base = File.expand_path('..', __FILE__)
4
4
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: knife-solo
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.2
4
+ version: 0.4.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mat Schaffer
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-06-06 00:00:00.000000000 Z
11
+ date: 2015-09-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: berkshelf
@@ -363,7 +363,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
363
363
  version: '0'
364
364
  requirements: []
365
365
  rubyforge_project:
366
- rubygems_version: 2.2.2
366
+ rubygems_version: 2.4.6
367
367
  signing_key:
368
368
  specification_version: 4
369
369
  summary: A collection of knife plugins for dealing with chef solo