vagrant-down 0.0.1 → 0.0.2

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 17e54986f57f54424e7c4ca9ba405fe4a2b544a4
4
- data.tar.gz: d30f8309495822b8a85e8c9c10588dee3a8e0134
3
+ metadata.gz: 15495beefb21705866a56c0d8d5a4e32fc9ad4d7
4
+ data.tar.gz: 40eec2675b29a01065695061a0f202691306ae20
5
5
  SHA512:
6
- metadata.gz: c59116e087dd1198a41657c82c4a93e4a99ad02974f1b7841db2cdcb0af1a548aa4d18058049affa911d91e97e571f7d84a9fefb2acbd6bfe47550d86c5fbf9c
7
- data.tar.gz: 2e45b1ed2f273ffd80b7f8f5a3516835dc8cef21204c05bf311b714f79128009484d8fae122dc2845f36a492f8ba0f125b820567dd0009c197980aef35aae08a
6
+ metadata.gz: 4a4a633bd484e7fef1765e8f6f1772f1407cfd3ca1e9cd8f4122f663d2704921ef60f476d0fe8133bc93163ab404eeedda56631920c72e4972b69fbfe693a5d7
7
+ data.tar.gz: 7f13114f7959cd0a5b0ba529b9c504d20d9c56982d7062a16bf8801e28487873a1560ec32007e80023df047fbc3bc553d4017b91637d7f49cfa7ba8e98f639a0
@@ -4,17 +4,22 @@ require "vagrant"
4
4
  module VagrantPlugins
5
5
  module Down
6
6
  class Plugin < Vagrant.plugin("2")
7
+
7
8
  name "vagrant-down"
8
- description <<-DESC
9
- This plugin is an alias for the `destroy` command.
10
- DESC
9
+ description "This plugin is an alias for the `destroy` command."
11
10
 
12
- command("down") do
11
+ command :down do
13
12
  Command
14
13
  end
14
+
15
15
  end
16
16
 
17
17
  class Command < Vagrant.plugin(2, :command)
18
+
19
+ def self.synopsis
20
+ 'alias for destroy command'
21
+ end
22
+
18
23
  def execute
19
24
  options = {
20
25
  force: false
@@ -1,5 +1,5 @@
1
1
  module VagrantPlugins
2
2
  module Down
3
- VERSION = '0.0.1'
3
+ VERSION = '0.0.2'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vagrant-down
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Justin Downing
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-10-09 00:00:00.000000000 Z
11
+ date: 2014-04-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  version: '0'
76
76
  requirements: []
77
77
  rubyforge_project:
78
- rubygems_version: 2.0.6
78
+ rubygems_version: 2.0.2
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Vagrant destroy alias