vagrant-rebuild 0.1.2 → 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
- SHA1:
3
- metadata.gz: 361eca5faa500e3cf95c99dcacce16f2cd9d49bf
4
- data.tar.gz: 06fcb93f630f4d493c33503570b2759bdb7cfc40
2
+ SHA256:
3
+ metadata.gz: '07783c59199b6850664e2f6769d9f65995468b8927ecb1e40f40c1157764ff97'
4
+ data.tar.gz: 764e56bbe43b29cd847850dfca229be6550aba87cfd351e5f57a08d32c18877c
5
5
  SHA512:
6
- metadata.gz: d046ef9f85ccd644a8cec59867d26e7a1f7dda98cb343f9d739da40355c0fe7dbb391817f917ba48c4e453335d0520a1536cf195b9a65c08428d9e8a478be2a5
7
- data.tar.gz: 7de706c73f58caec7978ab5f351d6f460f81a65edbe69ed434b033bc22dff2b3abd06ed15202d2990acd23f1af6171ed078405e02369b1b5764833d469857b22
6
+ metadata.gz: 92cfa257fe26e831299a04fa6c784bf902dd2607f6d43230956fdda0b83dfbc8c7251ae954b1ee7c5cda30f7c081230973128b153ce95de6bc3305b85caa2509
7
+ data.tar.gz: 29b5dd6cb5fb89af90db60726c8cff22d38c8d6fbbedcf6f3c8eaac1a5ded5e4a60c9fa7fbe6c43c5ea6d07b05a6f80eebd72f1d06e09dc966c62e4bf61c20e8
data/Gemfile.lock CHANGED
@@ -1,99 +1,102 @@
1
1
  GIT
2
2
  remote: https://github.com/mitchellh/vagrant.git
3
- revision: bac5d039db438cc6528cac5213416a91490a40ed
3
+ revision: 64acd68c64e997492137425b0844e477391a6788
4
4
  specs:
5
- vagrant (1.7.4.dev)
6
- bundler (>= 1.5.2, <= 1.10.5)
7
- childprocess (~> 0.5.0)
5
+ vagrant (2.1.3.dev)
6
+ childprocess (~> 0.6.0)
8
7
  erubis (~> 2.7.0)
9
- hashicorp-checkpoint (~> 0.1.1)
8
+ hashicorp-checkpoint (~> 0.1.5)
10
9
  i18n (>= 0.6.0, <= 0.8.0)
11
- listen (~> 3.0.2)
10
+ listen (~> 3.1.5)
12
11
  log4r (~> 1.1.9, < 1.1.11)
13
- net-scp (~> 1.1.0)
12
+ net-scp (~> 1.2.0)
14
13
  net-sftp (~> 2.1)
15
- net-ssh (>= 2.6.6, < 2.10.0)
16
- nokogiri (= 1.6.3.1)
14
+ net-ssh (~> 5.0.0)
17
15
  rb-kqueue (~> 0.2.0)
18
- rest-client (>= 1.6.0, < 2.0)
16
+ rest-client (>= 1.6.0, < 3.0)
17
+ ruby_dep (<= 1.3.1)
19
18
  wdm (~> 0.1.0)
20
- winrm (~> 1.3)
21
- winrm-fs (~> 0.2.0)
19
+ winrm (~> 2.1)
20
+ winrm-elevated (~> 1.1)
21
+ winrm-fs (~> 1.0)
22
22
 
23
23
  PATH
24
24
  remote: .
25
25
  specs:
26
- vagrant-rebuild (0.1.2)
26
+ vagrant-rebuild (0.1.5)
27
27
 
28
28
  GEM
29
29
  remote: https://rubygems.org/
30
30
  specs:
31
- builder (3.2.2)
32
- childprocess (0.5.6)
31
+ builder (3.2.3)
32
+ childprocess (0.6.3)
33
33
  ffi (~> 1.0, >= 1.0.11)
34
- domain_name (0.5.24)
34
+ domain_name (0.5.20180417)
35
35
  unf (>= 0.0.5, < 1.0.0)
36
36
  erubis (2.7.0)
37
- ffi (1.9.10)
37
+ ffi (1.9.25)
38
38
  gssapi (1.2.0)
39
39
  ffi (>= 1.0.1)
40
40
  gyoku (1.3.1)
41
41
  builder (>= 2.1.2)
42
- hashicorp-checkpoint (0.1.4)
43
- http-cookie (1.0.2)
42
+ hashicorp-checkpoint (0.1.5)
43
+ http-cookie (1.0.3)
44
44
  domain_name (~> 0.5)
45
- httpclient (2.6.0.1)
46
- i18n (0.7.0)
47
- listen (3.0.2)
48
- rb-fsevent (>= 0.9.3)
49
- rb-inotify (>= 0.9)
50
- little-plugger (1.1.3)
45
+ httpclient (2.8.3)
46
+ i18n (0.8.0)
47
+ listen (3.1.5)
48
+ rb-fsevent (~> 0.9, >= 0.9.4)
49
+ rb-inotify (~> 0.9, >= 0.9.7)
50
+ ruby_dep (~> 1.2)
51
+ little-plugger (1.1.4)
51
52
  log4r (1.1.10)
52
- logging (1.8.2)
53
- little-plugger (>= 1.1.3)
54
- multi_json (>= 1.8.4)
55
- mime-types (2.6.1)
56
- mini_portile (0.6.0)
57
- multi_json (1.11.2)
58
- net-scp (1.1.2)
53
+ logging (2.2.2)
54
+ little-plugger (~> 1.1)
55
+ multi_json (~> 1.10)
56
+ mime-types (3.2.2)
57
+ mime-types-data (~> 3.2015)
58
+ mime-types-data (3.2018.0812)
59
+ multi_json (1.13.1)
60
+ net-scp (1.2.1)
59
61
  net-ssh (>= 2.6.5)
60
62
  net-sftp (2.1.2)
61
63
  net-ssh (>= 2.6.5)
62
- net-ssh (2.9.2)
63
- netrc (0.10.3)
64
- nokogiri (1.6.3.1)
65
- mini_portile (= 0.6.0)
64
+ net-ssh (5.0.2)
65
+ netrc (0.11.0)
66
66
  nori (2.6.0)
67
- rb-fsevent (0.9.5)
68
- rb-inotify (0.9.5)
67
+ rb-fsevent (0.10.3)
68
+ rb-inotify (0.9.10)
69
+ ffi (>= 0.5.0, < 2)
70
+ rb-kqueue (0.2.5)
69
71
  ffi (>= 0.5.0)
70
- rb-kqueue (0.2.4)
71
- ffi (>= 0.5.0)
72
- rest-client (1.8.0)
72
+ rest-client (2.0.2)
73
73
  http-cookie (>= 1.0.2, < 2.0)
74
- mime-types (>= 1.16, < 3.0)
75
- netrc (~> 0.7)
76
- rubyntlm (0.4.0)
77
- rubyzip (1.1.7)
74
+ mime-types (>= 1.16, < 4.0)
75
+ netrc (~> 0.8)
76
+ ruby_dep (1.3.1)
77
+ rubyntlm (0.6.2)
78
+ rubyzip (1.2.1)
78
79
  unf (0.1.4)
79
80
  unf_ext
80
- unf_ext (0.0.7.1)
81
- uuidtools (2.1.5)
81
+ unf_ext (0.0.7.5)
82
82
  wdm (0.1.1)
83
- winrm (1.3.3)
83
+ winrm (2.2.3)
84
84
  builder (>= 2.1.2)
85
+ erubis (~> 2.7)
85
86
  gssapi (~> 1.2)
86
87
  gyoku (~> 1.0)
87
88
  httpclient (~> 2.2, >= 2.2.0.2)
88
- logging (~> 1.6, >= 1.6.1)
89
+ logging (>= 1.6.1, < 3.0)
89
90
  nori (~> 2.0)
90
- rubyntlm (~> 0.4.0)
91
- uuidtools (~> 2.1.2)
92
- winrm-fs (0.2.0)
91
+ rubyntlm (~> 0.6.0, >= 0.6.1)
92
+ winrm-elevated (1.1.0)
93
+ winrm (~> 2.0)
94
+ winrm-fs (~> 1.0)
95
+ winrm-fs (1.2.1)
93
96
  erubis (~> 2.7)
94
- logging (~> 1.6, >= 1.6.1)
97
+ logging (>= 1.6.1, < 3.0)
95
98
  rubyzip (~> 1.1)
96
- winrm (~> 1.3.0)
99
+ winrm (~> 2.0)
97
100
 
98
101
  PLATFORMS
99
102
  ruby
@@ -101,3 +104,6 @@ PLATFORMS
101
104
  DEPENDENCIES
102
105
  vagrant!
103
106
  vagrant-rebuild!
107
+
108
+ BUNDLED WITH
109
+ 1.16.0
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.2"
2
+ VERSION = "0.1.5"
3
3
  end
@@ -7,16 +7,16 @@ 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
17
17
  # delete this section to allow pushing this gem to any host.
18
18
  if spec.respond_to?(:metadata)
19
- spec.metadata['allowed_push_host'] = "TODO: Set to 'http://mygemserver.com'"
19
+ spec.metadata['allowed_push_host'] = "https://rubygems.org"
20
20
  else
21
21
  raise "RubyGems 2.0 or newer is required to protect against public gem pushes."
22
22
  end
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.2
4
+ version: 0.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kevin Cormier
@@ -9,45 +9,44 @@ authors:
9
9
  autorequire:
10
10
  bindir: exe
11
11
  cert_chain: []
12
- date: 2015-07-23 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
16
16
  requirement: !ruby/object:Gem::Requirement
17
17
  requirements:
18
- - - ~>
18
+ - - "~>"
19
19
  - !ruby/object:Gem::Version
20
20
  version: '1.10'
21
21
  type: :development
22
22
  prerelease: false
23
23
  version_requirements: !ruby/object:Gem::Requirement
24
24
  requirements:
25
- - - ~>
25
+ - - "~>"
26
26
  - !ruby/object:Gem::Version
27
27
  version: '1.10'
28
28
  - !ruby/object:Gem::Dependency
29
29
  name: rake
30
30
  requirement: !ruby/object:Gem::Requirement
31
31
  requirements:
32
- - - ~>
32
+ - - "~>"
33
33
  - !ruby/object:Gem::Version
34
34
  version: '10.0'
35
35
  type: :development
36
36
  prerelease: false
37
37
  version_requirements: !ruby/object:Gem::Requirement
38
38
  requirements:
39
- - - ~>
39
+ - - "~>"
40
40
  - !ruby/object:Gem::Version
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: []
49
48
  files:
50
- - .gitignore
49
+ - ".gitignore"
51
50
  - Gemfile
52
51
  - Gemfile.lock
53
52
  - LICENSE
@@ -60,28 +59,27 @@ 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:
67
- allowed_push_host: 'TODO: Set to ''http://mygemserver.com'''
66
+ allowed_push_host: https://rubygems.org
68
67
  post_install_message:
69
68
  rdoc_options: []
70
69
  require_paths:
71
70
  - lib
72
71
  required_ruby_version: !ruby/object:Gem::Requirement
73
72
  requirements:
74
- - - '>='
73
+ - - ">="
75
74
  - !ruby/object:Gem::Version
76
75
  version: '0'
77
76
  required_rubygems_version: !ruby/object:Gem::Requirement
78
77
  requirements:
79
- - - '>='
78
+ - - ">="
80
79
  - !ruby/object:Gem::Version
81
80
  version: '0'
82
81
  requirements: []
83
- rubyforge_project:
84
- rubygems_version: 2.0.14
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