vagrant-orchestrate 0.8.0.pre.3 → 0.8.0
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/CHANGELOG.md +1 -1
- data/lib/vagrant-orchestrate/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: 37de356c3b4f24be00f41e51a4053c66a5dd2270
|
|
4
|
+
data.tar.gz: d529c26ba8c312e51a7d8c28d39d2a174492b7cf
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6de119d7951feea5bec998db68e9b8a70c32b95cf4ed860b20cf52e4a9401b331b6d80bbae1b48b12df6705fe88615680894a1cc988ce33977f97b844c8928e1
|
|
7
|
+
data.tar.gz: 3e284ae7173bb4b29880b94488324dd9e7f4fab63be372585e517c1edfd12bdccec2d5395ce316a7e83df4e8324d7ced4a97ce6ccf6fe3b00439cd7608a9b6ea
|
data/CHANGELOG.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
0.8.0 (
|
|
1
|
+
0.8.0 (November 23rd, 2015)
|
|
2
2
|
|
|
3
3
|
- Add an action as part of the push command that will change ownership of all synced folders to the configured user to avoid permission conflicts.
|
|
4
4
|
- Added config.orchestrate.take_synced_file_ownership and documented in docs/config.md (default is true)
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: vagrant-orchestrate
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.8.0
|
|
4
|
+
version: 0.8.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Christopher Baldauf
|
|
@@ -164,9 +164,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
164
164
|
version: '0'
|
|
165
165
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
166
166
|
requirements:
|
|
167
|
-
- - '
|
|
167
|
+
- - '>='
|
|
168
168
|
- !ruby/object:Gem::Version
|
|
169
|
-
version:
|
|
169
|
+
version: '0'
|
|
170
170
|
requirements: []
|
|
171
171
|
rubyforge_project:
|
|
172
172
|
rubygems_version: 2.0.14
|