hivexcavator 0.0.1 → 0.1.0

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: d4d06b0b8f7b2af64065f2a63ff500e8c16ea41506dbc2c86dbde98f021be81d
4
- data.tar.gz: b5136b478c400a20b4faf68efc018dbfdff2f409e862ca2b32bee9b80b7a203c
3
+ metadata.gz: dcb5ff9b6b5542ea897c3b61f88a6ef376fc1a6b7cd825504a32ed345af992d3
4
+ data.tar.gz: 826b7767b894913480b9842f6040ac6541521d247897905a8efa01b5effb1ab2
5
5
  SHA512:
6
- metadata.gz: abaefd8f2fb7e29972a32321f11bc9e764fdf983f7249950b954fee80882efffc1af6c657f08ab4386fa887a3888ae2a26397b7187a468d1c8869148e3aa7858
7
- data.tar.gz: 23d7f34c90a3d8465de1bbea763ed9b029e95ce9abb66f9068f58ef272509bb498d16c3747fbd0d947910e5d08b226104bbbb693b4af86101d3ac5c5de202f04
6
+ metadata.gz: ea8d8a7a9106e08e7df903a4509719315d0dab110a0aabac4f5993e34c414d1c0ebf368a041da911d4ffe9eaa46c7c79b621672b4dc530a7fbe8e924eb305897
7
+ data.tar.gz: 9add6c3f2c0b00098d4774c1205a071499ed167766ee7a7f37e0ede5d1923619b86a42c9aa9d629b4feb8805bb68e4be0a75f1bf3bf3d0b4aeaf0aa3a060d7d7
data/LICENSE.txt CHANGED
@@ -1,6 +1,7 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2023 Alexandre ZANNI at ACCEIS
3
+ Copyright (c) 2024-2026 Alexandre ZANNI (independent)
4
+ Copyright (c) 2023-2024 Alexandre ZANNI at ACCEIS
4
5
 
5
6
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
7
  of this software and associated documentation files (the "Software"), to deal
@@ -18,4 +19,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
19
  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
20
  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
21
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
- SOFTWARE.
22
+ SOFTWARE.
@@ -29,8 +29,8 @@ class HivExcavator
29
29
 
30
30
  #{Paint['Project:', pal[:SECOND]]}
31
31
  #{Paint['author', :underline]} (https://pwn.by/noraj / https://twitter.com/noraj_rawsec)
32
- #{Paint['source', :underline]} (https://github.com/acceis/hivexcavator)
33
- #{Paint['documentation', :underline]} (https://acceis.github.io/hivexcavator)
32
+ #{Paint['source', :underline]} (https://github.com/noraj/hivexcavator)
33
+ #{Paint['documentation', :underline]} (https://noraj.github.io/hivexcavator)
34
34
  DOCOPT
35
35
 
36
36
  begin
@@ -2,5 +2,5 @@
2
2
 
3
3
  class HivExcavator
4
4
  # Version of HivExcavator library and app
5
- VERSION = '0.0.1'
5
+ VERSION = '0.1.0'
6
6
  end
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hivexcavator
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alexandre ZANNI
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2023-10-10 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: docopt
@@ -52,18 +51,17 @@ files:
52
51
  - lib/hivexcavator.rb
53
52
  - lib/hivexcavator/cli.rb
54
53
  - lib/hivexcavator/version.rb
55
- homepage: https://acceis.github.io/hivexcavator/
54
+ homepage: https://noraj.github.io/hivexcavator/
56
55
  licenses:
57
56
  - MIT
58
57
  metadata:
59
58
  yard.run: yard
60
- bug_tracker_uri: https://github.com/acceis/hivexcavator/issues
61
- changelog_uri: https://github.com/acceis/hivexcavator/blob/master/docs/CHANGELOG.md
62
- documentation_uri: https://acceis.github.io/hivexcavator/
63
- homepage_uri: https://acceis.github.io/hivexcavator/
64
- source_code_uri: https://github.com/acceis/hivexcavator/
59
+ bug_tracker_uri: https://github.com/noraj/hivexcavator/issues
60
+ changelog_uri: https://github.com/noraj/hivexcavator/blob/master/docs/CHANGELOG.md
61
+ documentation_uri: https://noraj.github.io/hivexcavator/
62
+ homepage_uri: https://noraj.github.io/hivexcavator/
63
+ source_code_uri: https://github.com/noraj/hivexcavator/
65
64
  rubygems_mfa_required: 'true'
66
- post_install_message:
67
65
  rdoc_options: []
68
66
  require_paths:
69
67
  - lib
@@ -71,18 +69,17 @@ required_ruby_version: !ruby/object:Gem::Requirement
71
69
  requirements:
72
70
  - - ">="
73
71
  - !ruby/object:Gem::Version
74
- version: 3.0.0
72
+ version: 3.2.0
75
73
  - - "<"
76
74
  - !ruby/object:Gem::Version
77
- version: '4.0'
75
+ version: '5.0'
78
76
  required_rubygems_version: !ruby/object:Gem::Requirement
79
77
  requirements:
80
78
  - - ">="
81
79
  - !ruby/object:Gem::Version
82
80
  version: '0'
83
81
  requirements: []
84
- rubygems_version: 3.3.25
85
- signing_key:
82
+ rubygems_version: 4.0.3
86
83
  specification_version: 4
87
84
  summary: Parse BCD files to extract WIM files path (among other stuff)
88
85
  test_files: []