vagrant-invade 0.0.1

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.
Files changed (2) hide show
  1. checksums.yaml +7 -0
  2. metadata +44 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 2a586c25dbd7c9f0f038c698685454fc915cf4ca
4
+ data.tar.gz: 6b4df2fe5779526e11f80cc8e16476e6a3d0f653
5
+ SHA512:
6
+ metadata.gz: aa8a9a8d67b1a3b322f4fe91137eb0f379e4fd816bdfd810b47229e2d6b741e74cab17bbe3c832cde5329b2cda9ff96d50b23940b8a7e24c182b92a1aa86599a
7
+ data.tar.gz: 3fb58a7471b3605983542f21874a2bebbac4c626ce075ee6ef34a0cf66755bf5be34e01d7336736ae2609d71d71445e0866d6e13a66a5811f01e5495f4edaf1f
metadata ADDED
@@ -0,0 +1,44 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: vagrant-invade
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ platform: ruby
6
+ authors:
7
+ - Lennart Stein
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2014-11-18 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: Use a configuration instead of creating a complex Vagrantfile. This plugin
14
+ handles all for you.
15
+ email: frgmt@posteo.de
16
+ executables: []
17
+ extensions: []
18
+ extra_rdoc_files: []
19
+ files: []
20
+ homepage: https://github.com/frgmt/vagrant-invade
21
+ licenses:
22
+ - GNU
23
+ metadata: {}
24
+ post_install_message:
25
+ rdoc_options: []
26
+ require_paths:
27
+ - lib
28
+ required_ruby_version: !ruby/object:Gem::Requirement
29
+ requirements:
30
+ - - ">="
31
+ - !ruby/object:Gem::Version
32
+ version: '0'
33
+ required_rubygems_version: !ruby/object:Gem::Requirement
34
+ requirements:
35
+ - - ">="
36
+ - !ruby/object:Gem::Version
37
+ version: '0'
38
+ requirements: []
39
+ rubyforge_project:
40
+ rubygems_version: 2.4.6
41
+ signing_key:
42
+ specification_version: 4
43
+ summary: A better configuration for Vagrant
44
+ test_files: []