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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 1a48a7598698d3423b75512abc153f25e8ef0d54
4
- data.tar.gz: 4915f37d0d22ced7d22afba5907c0b96477a8f33
3
+ metadata.gz: 54541bbdd55284e6364d2688192db6cf28f0112c
4
+ data.tar.gz: f5c4f20ed0ff0c10c7a63476e4b027f966077b82
5
5
  SHA512:
6
- metadata.gz: aaa07779e973b03fd0f1ee8b78c1952c68700089a6d84574649c0c2a944d8a24e299b2a927af30a2eea9c27e1f5028173c44ea3e19ba092bbbec0446a2352466
7
- data.tar.gz: a949234531ac4aea039f48c0c3e4ed0579ef2d89e1409310a3c4a18d700ff6b168fd212ce56777c082d50bf100e2bc5e6a7984ed6ff0a1b64140ca7670e243d2
6
+ metadata.gz: 4300131e92beb3dc6cf9c6980744dfbdb755f1385f07700546f6c1286cfcfa05de4d8386fd9caaf31e45f13f3c650671a59d83bf85487b33b555c43f40059fc3
7
+ data.tar.gz: 648e11927377a922dbd00efd4d13f51d8d4889808db168deb3facf564cd6f736142c7d0a472eea25d0a4ecd1e6b8c77e8c220b743f9050194a7515d783aa19ec
@@ -1,3 +1,3 @@
1
1
  module Vagabund
2
- VERSION = "0.0.20"
2
+ VERSION = "0.0.21"
3
3
  end
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/Graphicly/vagabund"
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.20
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/Graphicly/vagabund
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: []