vagrant-managed-servers 0.5.0 → 0.5.1

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: ef79dda1ac0ab0b9f493d3b8355ba75319d77371
4
- data.tar.gz: 06602d43f9ffd6fbc07803106075918405c6c386
3
+ metadata.gz: 445f04ad575586e20633baf0ead9e159cec90776
4
+ data.tar.gz: dd27205055a9462408469606fed28f33e1335ca7
5
5
  SHA512:
6
- metadata.gz: 780884c3ce763012c705821edbfbeb6cb00b0c4367edae2a2dbfcdd4a48b70ee741b0a5a18f7015f2b5433ce91c248daf8edb366d999ce5f0135583f5707039a
7
- data.tar.gz: 27f25a107778e394349c45c83c1c353724992251d85c6ada790655fea2fbdf8fcb42b1b39ac40ffd4c6482ed82c128e99e892a3ee4de38a5b6a875d28b0c2e82
6
+ metadata.gz: 377246085b0eeeebc8a9a8731f740742f349b42661f6d6cd180cad5561ca2073def2a986eef0bd2b04b03cec9801f4b862e85e38e6313341345e40108af02239
7
+ data.tar.gz: ca0ed566920828ed83284144a41cd2b9b9dc601bad82b5b0e110409dd18d7fc87ef3ac87c951b262c054fd112fd48551e5019026f48290bf6944bd98aec9c9fa
data/CHANGELOG.md CHANGED
@@ -1,6 +1,10 @@
1
1
 
2
2
  # Changelog
3
3
 
4
+ ## 0.5.1 (released 2015-02-15)
5
+
6
+ * fix bug where `vagrant help` failed due a leftover command declaration ([#32](https://github.com/tknerr/vagrant-managed-servers/pull/32), thanks @chrisbaldauf for reporting!)
7
+
4
8
  ## 0.5.0 (released 2015-02-08)
5
9
 
6
10
  * add `reload` functionality ([#31](https://github.com/tknerr/vagrant-managed-servers/pull/31), thanks @jdaviscooke!)
data/README.md CHANGED
@@ -84,7 +84,7 @@ $ vagrant destroy -f
84
84
  ==> default: -- Server: foo.acme.com
85
85
  ```
86
86
 
87
- If you try any of the other VM lifecycle commands like `halt`, `resume`, `reload`, etc... you will get a warning that these commands are not supported with the vagrant-managed-servers provider.
87
+ If you try any of the other VM lifecycle commands like `halt`, `suspend`, `resume`, etc... you will get a warning that these commands are not supported with the vagrant-managed-servers provider.
88
88
 
89
89
  ## Box Format
90
90
 
@@ -23,11 +23,6 @@ module VagrantPlugins
23
23
  Config
24
24
  end
25
25
 
26
- command(:reboot) do
27
- require_relative "command/reboot"
28
- Command::Reboot
29
- end
30
-
31
26
  provider(:managed, parallel: true) do
32
27
  # Setup logging and i18n
33
28
  setup_logging
@@ -1,5 +1,5 @@
1
1
  module VagrantPlugins
2
2
  module ManagedServers
3
- VERSION = "0.5.0"
3
+ VERSION = "0.5.1"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vagrant-managed-servers
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.0
4
+ version: 0.5.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Torben Knerr
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-02-08 00:00:00.000000000 Z
11
+ date: 2015-02-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake