vagabund 0.0.20 → 0.0.21
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/vagabund/version.rb +1 -1
- data/vagabund.gemspec +1 -2
- metadata +3 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 54541bbdd55284e6364d2688192db6cf28f0112c
|
|
4
|
+
data.tar.gz: f5c4f20ed0ff0c10c7a63476e4b027f966077b82
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4300131e92beb3dc6cf9c6980744dfbdb755f1385f07700546f6c1286cfcfa05de4d8386fd9caaf31e45f13f3c650671a59d83bf85487b33b555c43f40059fc3
|
|
7
|
+
data.tar.gz: 648e11927377a922dbd00efd4d13f51d8d4889808db168deb3facf564cd6f736142c7d0a472eea25d0a4ecd1e6b8c77e8c220b743f9050194a7515d783aa19ec
|
data/lib/vagabund/version.rb
CHANGED
data/vagabund.gemspec
CHANGED
|
@@ -10,8 +10,7 @@ Gem::Specification.new do |spec|
|
|
|
10
10
|
spec.email = ["mark@markrebec.com"]
|
|
11
11
|
spec.summary = "Vagrant plugin for provisioning users, configs, packages, projects and more."
|
|
12
12
|
spec.description = "Vagrant plugin providing automatic config management, git operations and the ability to checkout projects and manage services."
|
|
13
|
-
spec.homepage = "https://github.com/
|
|
14
|
-
spec.license = "Copyright 2014 Graphicly"
|
|
13
|
+
spec.homepage = "https://github.com/markrebec/vagabund"
|
|
15
14
|
|
|
16
15
|
spec.files = `git ls-files -z`.split("\x0")
|
|
17
16
|
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: vagabund
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.21
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Mark Rebec
|
|
@@ -94,9 +94,8 @@ files:
|
|
|
94
94
|
- lib/vagabund/version.rb
|
|
95
95
|
- templates/locales/en.yml
|
|
96
96
|
- vagabund.gemspec
|
|
97
|
-
homepage: https://github.com/
|
|
98
|
-
licenses:
|
|
99
|
-
- Copyright 2014 Graphicly
|
|
97
|
+
homepage: https://github.com/markrebec/vagabund
|
|
98
|
+
licenses: []
|
|
100
99
|
metadata: {}
|
|
101
100
|
post_install_message:
|
|
102
101
|
rdoc_options: []
|