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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: bb43fbcde1f0cd0be197c1bab631f3a8f2286b54d9ca5a0b3811462256887bfb
4
- data.tar.gz: 4acf466ce1496cfd90df140b21ed9fc4de9bee6ff63e9153724de1ebbf529fa4
3
+ metadata.gz: '07783c59199b6850664e2f6769d9f65995468b8927ecb1e40f40c1157764ff97'
4
+ data.tar.gz: 764e56bbe43b29cd847850dfca229be6550aba87cfd351e5f57a08d32c18877c
5
5
  SHA512:
6
- metadata.gz: 4795fb10f1793b9ccb1e28ec90ee5a33480e66a990c71962b1f3285ab462b262d2505e2d7e55541ac80204bda62888e0c265fa7389bf24384cfda3d21aa17dee
7
- data.tar.gz: ece2f6620aee14eaebf806d64fc81db07a79e4fdb36c0557c2bf43f5063361effa637683da716ce0c1a0e1374ce988357a8d6985fa960765a1c2eeae24eaa8f8
6
+ metadata.gz: 92cfa257fe26e831299a04fa6c784bf902dd2607f6d43230956fdda0b83dfbc8c7251ae954b1ee7c5cda30f7c081230973128b153ce95de6bc3305b85caa2509
7
+ data.tar.gz: 29b5dd6cb5fb89af90db60726c8cff22d38c8d6fbbedcf6f3c8eaac1a5ded5e4a60c9fa7fbe6c43c5ea6d07b05a6f80eebd72f1d06e09dc966c62e4bf61c20e8
data/Gemfile.lock CHANGED
@@ -23,7 +23,7 @@ GIT
23
23
  PATH
24
24
  remote: .
25
25
  specs:
26
- vagrant-rebuild (0.1.3)
26
+ vagrant-rebuild (0.1.5)
27
27
 
28
28
  GEM
29
29
  remote: https://rubygems.org/
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
 
@@ -1,3 +1,3 @@
1
1
  module Rebuild
2
- VERSION = "0.1.3"
2
+ VERSION = "0.1.5"
3
3
  end
@@ -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 = ['kevin.cormier@simplisafe.com', 'garin.bedian@simplisafe.com']
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.3
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: 2018-08-13 00:00:00.000000000 Z
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
- - kevin.cormier@simplisafe.com
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
- rubyforge_project:
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