vagrant-protobox 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-protobox/version.rb +1 -1
- data/vagrant-protobox.gemspec +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e5fbf4d42de47e15775c885aef0c0d51b44ca76f
|
|
4
|
+
data.tar.gz: aaea3a739d64544cf8a94330f65abd328e0ca2d2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 992d710b1a745f5ddf11da9e9f937a168055564cb990852285f169a0e3b2e2760940825452984019ff530ab3d0c77db58979ec1b6c1d170c35442e961bbed418
|
|
7
|
+
data.tar.gz: 3d14a6ab71dea39c7e28e9011c2016da57a733b073ad57a4c1191e0d643eebea7023de44f6cea4796aac44433eb33801395eed3f1683463270c5bb11301517ea
|
data/vagrant-protobox.gemspec
CHANGED
|
@@ -8,7 +8,7 @@ Gem::Specification.new do |s|
|
|
|
8
8
|
s.platform = Gem::Platform::RUBY
|
|
9
9
|
s.authors = ['Patrick Heeney']
|
|
10
10
|
s.email = ["patrickheeney@gmail.com"]
|
|
11
|
-
s.homepage = "
|
|
11
|
+
s.homepage = "http://getprotobox.com"
|
|
12
12
|
s.license = "MIT"
|
|
13
13
|
s.summary = "The official getprotobox.com command line helper."
|
|
14
14
|
s.description = "The official getprotobox.com command line helper."
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: vagrant-protobox
|
|
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
|
- Patrick Heeney
|
|
@@ -40,7 +40,7 @@ files:
|
|
|
40
40
|
- lib/vagrant-protobox/version.rb
|
|
41
41
|
- locales/en.yml
|
|
42
42
|
- vagrant-protobox.gemspec
|
|
43
|
-
homepage:
|
|
43
|
+
homepage: http://getprotobox.com
|
|
44
44
|
licenses:
|
|
45
45
|
- MIT
|
|
46
46
|
metadata: {}
|