vagrant-rebuild 0.1.3 → 0.1.5
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/Gemfile.lock +1 -1
- data/README.md +1 -1
- data/lib/vagrant-rebuild/version.rb +1 -1
- data/vagrant-rebuild.gemspec +2 -2
- metadata +5 -7
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: '07783c59199b6850664e2f6769d9f65995468b8927ecb1e40f40c1157764ff97'
|
4
|
+
data.tar.gz: 764e56bbe43b29cd847850dfca229be6550aba87cfd351e5f57a08d32c18877c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 92cfa257fe26e831299a04fa6c784bf902dd2607f6d43230956fdda0b83dfbc8c7251ae954b1ee7c5cda30f7c081230973128b153ce95de6bc3305b85caa2509
|
7
|
+
data.tar.gz: 29b5dd6cb5fb89af90db60726c8cff22d38c8d6fbbedcf6f3c8eaac1a5ded5e4a60c9fa7fbe6c43c5ea6d07b05a6f80eebd72f1d06e09dc966c62e4bf61c20e8
|
data/Gemfile.lock
CHANGED
data/README.md
CHANGED
@@ -21,5 +21,5 @@ To install this gem onto your local machine, run `bundle exec rake install`. To
|
|
21
21
|
|
22
22
|
## Contributing
|
23
23
|
|
24
|
-
Bug reports and pull requests are welcome on GitHub at https://github.com/simplisafe/vagrant-rebuild.
|
24
|
+
Bug reports and pull requests are welcome on GitHub at https://github.com/simplisafe-oss/vagrant-rebuild.
|
25
25
|
|
data/vagrant-rebuild.gemspec
CHANGED
@@ -7,10 +7,10 @@ Gem::Specification.new do |spec|
|
|
7
7
|
spec.name = "vagrant-rebuild"
|
8
8
|
spec.version = Rebuild::VERSION
|
9
9
|
spec.authors = ['Kevin Cormier', 'Garin Bedian']
|
10
|
-
spec.email = ['
|
10
|
+
spec.email = ['security@simplisafe.com']
|
11
11
|
|
12
12
|
spec.summary = "Stops and deletes all traces of the vagrant machine then starts and provisions the vagrant environment"
|
13
|
-
spec.homepage = "https://github.com/simplisafe/vagrant-rebuild"
|
13
|
+
spec.homepage = "https://github.com/simplisafe-oss/vagrant-rebuild"
|
14
14
|
|
15
15
|
spec.license = "BSD-2-Clause"
|
16
16
|
# Prevent pushing this gem to RubyGems.org by setting 'allowed_push_host', or
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: vagrant-rebuild
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Kevin Cormier
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: exe
|
11
11
|
cert_chain: []
|
12
|
-
date:
|
12
|
+
date: 2023-08-28 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: bundler
|
@@ -41,8 +41,7 @@ dependencies:
|
|
41
41
|
version: '10.0'
|
42
42
|
description:
|
43
43
|
email:
|
44
|
-
-
|
45
|
-
- garin.bedian@simplisafe.com
|
44
|
+
- security@simplisafe.com
|
46
45
|
executables: []
|
47
46
|
extensions: []
|
48
47
|
extra_rdoc_files: []
|
@@ -60,7 +59,7 @@ files:
|
|
60
59
|
- lib/vagrant-rebuild.rb
|
61
60
|
- lib/vagrant-rebuild/version.rb
|
62
61
|
- vagrant-rebuild.gemspec
|
63
|
-
homepage: https://github.com/simplisafe/vagrant-rebuild
|
62
|
+
homepage: https://github.com/simplisafe-oss/vagrant-rebuild
|
64
63
|
licenses:
|
65
64
|
- BSD-2-Clause
|
66
65
|
metadata:
|
@@ -80,8 +79,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
80
79
|
- !ruby/object:Gem::Version
|
81
80
|
version: '0'
|
82
81
|
requirements: []
|
83
|
-
|
84
|
-
rubygems_version: 2.7.4
|
82
|
+
rubygems_version: 3.0.3.1
|
85
83
|
signing_key:
|
86
84
|
specification_version: 4
|
87
85
|
summary: Stops and deletes all traces of the vagrant machine then starts and provisions
|