cobreak 0.0.4 → 0.0.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: 70d1c3162c9064af440424db397c3ac6940acfb5492d3ae9e8cc4f8935933dde
4
- data.tar.gz: c4c05b88da28a6a253ba7d9c78363d83df2c04f39cfd3d7796b148d50e3ac72c
3
+ metadata.gz: ff7b7d4d42ddcca54063578ae53ea8d7aaf7e58432b716d9a57f756a116e935a
4
+ data.tar.gz: d97d6c246844262a9e9405791647a99f99f167782cddbc56515baf8d27dca250
5
5
  SHA512:
6
- metadata.gz: fadc43dda0b0e9518f766f4ed0cf538e203a5b5a54dad975121d72582270aea0d67050683de38a11e3887305540901acc02cc26896fa6dc8c7dc9b51f93cf99c
7
- data.tar.gz: 0ac6f4f7cd11623f87e0b5298456f1a89e0a4276d5979a131d253ffde33d2514c5ce4339048e43b83b8c25832c117a11767d7cc4f46c2b86a93f10ae755c74d4
6
+ metadata.gz: 5aa7ae63608799c29b9bc058a18f1fdcc7fb6bfc4a66c2a26201700f4f0e671396076b2bff02063eee4f2a37de3974181e4eb03540cc3669292b0bf7668d0e5a
7
+ data.tar.gz: 3a2d78ffaf828c3081051c4aafb42cb97d83e595ba3a3ee149114e1a2c56c1dfb7463987d948caf5ad230c91f96d9d8592ce7f29c01989d461ab202f8310d60a
data/cobreak.gemspec CHANGED
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |info|
2
2
  info.name = 'cobreak'
3
- info.version = '0.0.4'
3
+ info.version = '0.0.5'
4
4
  info.executables << "cobreak"
5
5
  info.description = "The CoBreak script is an cipher and cryptography tool"
6
6
  info.add_development_dependency "Digest"
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cobreak
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - BreakerBox
@@ -77,10 +77,19 @@ files:
77
77
  - lib/cobreak/force_brute.rb
78
78
  - lib/cobreak/function_db.rb
79
79
  - lib/cobreak/function_hash.rb
80
+ - lib/cobreak/hash/hash.db
80
81
  - lib/cobreak/info_author.rb
81
82
  - lib/cobreak/list_all.rb
82
83
  - lib/cobreak/optionpr.rb
83
84
  - lib/cobreak/run.rb
85
+ - lib/cobreak/show/md4.db
86
+ - lib/cobreak/show/md5.db
87
+ - lib/cobreak/show/ripemd160.db
88
+ - lib/cobreak/show/sha1.db
89
+ - lib/cobreak/show/sha224.db
90
+ - lib/cobreak/show/sha256.db
91
+ - lib/cobreak/show/sha384.db
92
+ - lib/cobreak/show/sha512.db
84
93
  - lib/cobreak/version.rb
85
94
  homepage: https://rubygeminfo.org/breakerbox/cobreak
86
95
  licenses: