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 +4 -4
- data/lib/vagrant-execute.rb +2 -2
- data/lib/vagrant-execute/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ff21ee4f3121bed95a49aa288fe6d16b0f9c6ee1
|
4
|
+
data.tar.gz: 8394e0f67439bf63f9acf4fb82b57681a04ed736
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 030f1e1f32684f262da48562908720f0a7e5077b961f18eed0d21febe2d440caf5f547ea55ce08fbf5fa3635f8eda83e9b2ca9c0b091a210b414fe1418b41077
|
7
|
+
data.tar.gz: 6dcc9f9062bf3cde20ad12b64102a9af16668a0d20bf20c2b22fddefdcff65ceff398e3be0930afa2af534565c74ae1f215f4f040576a7d3688721ea8d4e6470
|
data/lib/vagrant-execute.rb
CHANGED
@@ -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 < "
|
8
|
-
raise "The Vagrant Execute plugin is only compatible with Vagrant
|
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
|
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.
|
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:
|
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.
|