vagrant-execute 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: d22a45518eaffdece6e86b712d26c00fac9eb072
4
- data.tar.gz: 2e39ec11f406ad908a39ed7c45385409e5187e32
3
+ metadata.gz: ff21ee4f3121bed95a49aa288fe6d16b0f9c6ee1
4
+ data.tar.gz: 8394e0f67439bf63f9acf4fb82b57681a04ed736
5
5
  SHA512:
6
- metadata.gz: e335f450ac9658db8ce396179aaf06c7f7170657c64520829caebe4b23abbfc4fe8c7a922728427dbf63c16fba60d709044808b3f6d84438c923625d96b2679b
7
- data.tar.gz: a509557e47306429b28c2b64c86f294ecc509b1ddc1d69de7eb1e0a6a21823da505b0d929b3fc8d9b762ef2e81e5fe915fdf9142dd8b0f8a97830294f056d08b
6
+ metadata.gz: 030f1e1f32684f262da48562908720f0a7e5077b961f18eed0d21febe2d440caf5f547ea55ce08fbf5fa3635f8eda83e9b2ca9c0b091a210b414fe1418b41077
7
+ data.tar.gz: 6dcc9f9062bf3cde20ad12b64102a9af16668a0d20bf20c2b22fddefdcff65ceff398e3be0930afa2af534565c74ae1f215f4f040576a7d3688721ea8d4e6470
@@ -4,8 +4,8 @@ rescue LoadError
4
4
  raise "The Vagrant Execute plugin must be run within Vagrant."
5
5
  end
6
6
 
7
- if Vagrant::VERSION < "1.9.0"
8
- raise "The Vagrant Execute plugin is only compatible with Vagrant 1.9+"
7
+ if Vagrant::VERSION < "2.0.3"
8
+ raise "The Vagrant Execute plugin is only compatible with Vagrant 2.0.3+"
9
9
  end
10
10
 
11
11
  module VagrantPlugins
@@ -1,5 +1,5 @@
1
1
  module VagrantPlugins
2
2
  module Execute
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-execute
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
  - Rui Lopes
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-04-26 00:00:00.000000000 Z
11
+ date: 2018-04-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake
@@ -52,7 +52,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
52
52
  version: '0'
53
53
  requirements: []
54
54
  rubyforge_project:
55
- rubygems_version: 2.5.2
55
+ rubygems_version: 2.5.2.1
56
56
  signing_key:
57
57
  specification_version: 4
58
58
  summary: Vagrant plugin for executing commands.