pedump 0.6.4 → 0.6.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +14 -14
- data/VERSION +1 -1
- data/pedump.gemspec +3 -3
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7b71d7b6eaaa698ef96a34c794ad6eb5624bba23e11ac6086196fc8a67c7b76e
|
4
|
+
data.tar.gz: e921bfdcee64c7bcf2dbafc677b22668818ece349241d2d5b6440b7b9ac64672
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 12435e99756a92cecea097bc2be181a7a43f975042d6e6c2f29d076a990726705b286027e08b165d35df607b0ded5276efeaeab990594e350a63fe28f6f85ec5
|
7
|
+
data.tar.gz: a79037b47d4f51d108131dc4205f35748ed54465641182582231d382326bc0fd2d4dc6548ea385fafa9afe58cf63df1582512a6c252afc8712a43c780c53f6a4
|
data/Gemfile.lock
CHANGED
@@ -57,12 +57,12 @@ GEM
|
|
57
57
|
jwt (2.3.0)
|
58
58
|
kamelcase (0.0.2)
|
59
59
|
semver2 (~> 3)
|
60
|
-
mini_portile2 (2.
|
60
|
+
mini_portile2 (2.8.0)
|
61
61
|
multi_json (1.15.0)
|
62
62
|
multi_xml (0.6.0)
|
63
63
|
multipart-post (2.1.1)
|
64
|
-
nokogiri (1.13.
|
65
|
-
mini_portile2 (~> 2.
|
64
|
+
nokogiri (1.13.3)
|
65
|
+
mini_portile2 (~> 2.8.0)
|
66
66
|
racc (~> 1.4)
|
67
67
|
oauth2 (1.4.7)
|
68
68
|
faraday (>= 0.8, < 2.0)
|
@@ -80,22 +80,22 @@ GEM
|
|
80
80
|
rchardet (1.8.0)
|
81
81
|
rdoc (6.4.0)
|
82
82
|
psych (>= 4.0.0)
|
83
|
-
rspec (3.
|
84
|
-
rspec-core (~> 3.
|
85
|
-
rspec-expectations (~> 3.
|
86
|
-
rspec-mocks (~> 3.
|
87
|
-
rspec-core (3.
|
88
|
-
rspec-support (~> 3.
|
89
|
-
rspec-expectations (3.
|
83
|
+
rspec (3.11.0)
|
84
|
+
rspec-core (~> 3.11.0)
|
85
|
+
rspec-expectations (~> 3.11.0)
|
86
|
+
rspec-mocks (~> 3.11.0)
|
87
|
+
rspec-core (3.11.0)
|
88
|
+
rspec-support (~> 3.11.0)
|
89
|
+
rspec-expectations (3.11.0)
|
90
90
|
diff-lcs (>= 1.2.0, < 2.0)
|
91
|
-
rspec-support (~> 3.
|
91
|
+
rspec-support (~> 3.11.0)
|
92
92
|
rspec-its (1.3.0)
|
93
93
|
rspec-core (>= 3.0.0)
|
94
94
|
rspec-expectations (>= 3.0.0)
|
95
|
-
rspec-mocks (3.
|
95
|
+
rspec-mocks (3.11.0)
|
96
96
|
diff-lcs (>= 1.2.0, < 2.0)
|
97
|
-
rspec-support (~> 3.
|
98
|
-
rspec-support (3.
|
97
|
+
rspec-support (~> 3.11.0)
|
98
|
+
rspec-support (3.11.0)
|
99
99
|
ruby2_keywords (0.0.5)
|
100
100
|
semver2 (3.4.2)
|
101
101
|
stringio (3.0.1)
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.6.
|
1
|
+
0.6.5
|
data/pedump.gemspec
CHANGED
@@ -2,16 +2,16 @@
|
|
2
2
|
# DO NOT EDIT THIS FILE DIRECTLY
|
3
3
|
# Instead, edit Juwelier::Tasks in Rakefile, and run 'rake gemspec'
|
4
4
|
# -*- encoding: utf-8 -*-
|
5
|
-
# stub: pedump 0.6.
|
5
|
+
# stub: pedump 0.6.5 ruby lib
|
6
6
|
|
7
7
|
Gem::Specification.new do |s|
|
8
8
|
s.name = "pedump".freeze
|
9
|
-
s.version = "0.6.
|
9
|
+
s.version = "0.6.5"
|
10
10
|
|
11
11
|
s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
|
12
12
|
s.require_paths = ["lib".freeze]
|
13
13
|
s.authors = ["Andrey \"Zed\" Zaikin".freeze]
|
14
|
-
s.date = "2022-01
|
14
|
+
s.date = "2022-03-01"
|
15
15
|
s.description = "dump headers, sections, extract resources of win32 PE exe,dll,etc".freeze
|
16
16
|
s.email = "zed.0xff@gmail.com".freeze
|
17
17
|
s.executables = ["pedump".freeze]
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: pedump
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.6.
|
4
|
+
version: 0.6.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Andrey "Zed" Zaikin
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-01
|
11
|
+
date: 2022-03-01 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rainbow
|