unveiler 0.0.1 → 0.0.2

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.
Files changed (2) hide show
  1. checksums.yaml +4 -4
  2. metadata +6 -5
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: deb8e270b0525876f90650a279865f89b2fda044
4
- data.tar.gz: 637a0e13085f4577cc8eb616bcf74899763d5b88
3
+ metadata.gz: 67d455f8d288e57cb4eb0dbb6517033e8c05d4bf
4
+ data.tar.gz: e86d30fce804d99f582559f7989f03d776eb840b
5
5
  SHA512:
6
- metadata.gz: 46c3da0e933f6c31eee9cbe158dda816566a18cd4ff0c875de99b9f19d6163878b698e9275a1d13d6122623e287d8a517aa371dbd6c0f9c24fa537cd8bf3c4d3
7
- data.tar.gz: 50ecc0fbfaa9db8f5e037a9ad09b81bbda9b63257bdcf77331d90cc67223ff5bffc43cc21ecf838504d219c2d1da459e0e73b6b55f1e831b334bdd42866e1b32
6
+ metadata.gz: 65bfd2f634fa3990e5743af2c2f085a79cde6ece4e646ccb83e0c7d237b65edb1a1516f1a373d0b94a631056cc43f4f85a560598d80dbfeb98e6bbf4eebea917
7
+ data.tar.gz: 2f1a39d376ce923e8a3af84cb2ae3a3100c6e429ae70a9ad20551bbe6798331946955aa93dfefa4c9157b0a6480327b8f507ed08d8ddef82e13af747f4bbad44
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: unveiler
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brendan Goodenough
@@ -10,8 +10,9 @@ bindir: bin
10
10
  cert_chain: []
11
11
  date: 2016-05-22 00:00:00.000000000 Z
12
12
  dependencies: []
13
- description: Unveiler encodes hidden messages within files by manipulating their least
14
- significant bits.
13
+ description: Unveiler is a basic steganography tool for encoding strings within files.
14
+ It works by manipulating the bits of the input file, starting with the least significant
15
+ bits, replacing them with the next sequential bit of the data to be encoded.
15
16
  email: brendan@goodenough.nz
16
17
  executables:
17
18
  - unveiler
@@ -32,7 +33,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
32
33
  requirements:
33
34
  - - ">="
34
35
  - !ruby/object:Gem::Version
35
- version: '0'
36
+ version: 1.9.2
36
37
  required_rubygems_version: !ruby/object:Gem::Requirement
37
38
  requirements:
38
39
  - - ">="
@@ -43,5 +44,5 @@ rubyforge_project:
43
44
  rubygems_version: 2.5.1
44
45
  signing_key:
45
46
  specification_version: 4
46
- summary: Encode hidden messages in files
47
+ summary: A basic steganography tool for encoding strings within files
47
48
  test_files: []