xploit 0.1.0 → 0.1.1

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
  SHA1:
3
- metadata.gz: 15494f96a32a32a5c85191752fd6c61b88f8e035
4
- data.tar.gz: 0ef01c65c9d05c7615db7fb3f941825490331f76
3
+ metadata.gz: 157f69820eb8b3a42f1ac0a062cd654055ee9a84
4
+ data.tar.gz: cc4a528fd04c1062d3465618bcb3f94e62302398
5
5
  SHA512:
6
- metadata.gz: '08957b85c0d193d4139e56309781ad11682c7e326796479444081462e38a4953d4c2a29f6548fde086ab26658349131b5962b321f228be260eda8fa064a0e1c4'
7
- data.tar.gz: 69b3b49122c2abb22038fd23d359a6efb829f5ffac495ad8df61b9d787891f46f3cf44ffb6e366a89d4d096eaa8f5513b187d1322799a5cd587841524d71c6db
6
+ metadata.gz: 16cf6a544b2be3483f4a725b5c08d59475d3bf4d2375923ff1ad5728909268f1bdf8c9b2abec7f666a7e5d655460e998aa615448dd29d16507427f24c9f19f4c
7
+ data.tar.gz: 4b11c8bf537df80ac7bfacb9ab9cbbe000a2001813a82da9bebba4371898babafc40bcabf8e2a685445856712b57cff2070cf41d483196682117f8d5efa83f07
data/Gemfile CHANGED
@@ -4,4 +4,3 @@ git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }
4
4
 
5
5
  # Specify your gem's dependencies in xploit.gemspec
6
6
  gemspec
7
- gem "hexdump"
data/README.md CHANGED
@@ -25,3 +25,7 @@ Sock.open(host, port) do |s|
25
25
 
26
26
  end
27
27
  ```
28
+
29
+ ## Dependency
30
+
31
+ * [GNU Binutils](https://www.gnu.org/software/binutils/)
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Xploit
4
4
 
5
- VERSION = "0.1.0"
5
+ VERSION = "0.1.1"
6
6
 
7
7
  end
@@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
11
11
 
12
12
  spec.summary = %q{Exploitation library for rubyist.}
13
13
  spec.description = %q{Exploitation library for rubyist.}
14
- spec.homepage = "https://github.com/owlinux1000/xploit"
14
+ spec.homepage = "https://github.com/owlinux1000/xploitlib"
15
15
  spec.license = "MIT"
16
16
 
17
17
  spec.files = `git ls-files -z`.split("\x0").reject do |f|
@@ -22,6 +22,7 @@ Gem::Specification.new do |spec|
22
22
  spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
23
23
  spec.require_paths = ["lib"]
24
24
 
25
+ spec.add_dependency 'hexdump'
25
26
  spec.add_development_dependency "bundler", "~> 1.15"
26
27
  spec.add_development_dependency "rake", "~> 10.0"
27
28
  spec.add_development_dependency "rspec", "~> 3.0"
metadata CHANGED
@@ -1,15 +1,29 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: xploit
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chihiro Hasegawa
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2017-11-07 00:00:00.000000000 Z
11
+ date: 2017-11-12 00:00:00.000000000 Z
12
12
  dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: hexdump
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - ">="
18
+ - !ruby/object:Gem::Version
19
+ version: '0'
20
+ type: :runtime
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - ">="
25
+ - !ruby/object:Gem::Version
26
+ version: '0'
13
27
  - !ruby/object:Gem::Dependency
14
28
  name: bundler
15
29
  requirement: !ruby/object:Gem::Requirement
@@ -77,7 +91,7 @@ files:
77
91
  - lib/xploit/util.rb
78
92
  - lib/xploit/version.rb
79
93
  - xploit.gemspec
80
- homepage: https://github.com/owlinux1000/xploit
94
+ homepage: https://github.com/owlinux1000/xploitlib
81
95
  licenses:
82
96
  - MIT
83
97
  metadata: {}