digestif 1.0.3 → 1.0.4
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.
- data/README.textile +5 -1
- data/lib/digestif/hasher.rb +2 -0
- data/lib/digestif/version.rb +1 -1
- data/lib/digestif.rb +2 -0
- metadata +4 -4
data/README.textile
CHANGED
|
@@ -23,7 +23,11 @@ we incur the cost of vulnerability of file corruption. Because the
|
|
|
23
23
|
purpose I have in mind for this tool is identity checking, not
|
|
24
24
|
corruption detection, this issue is not a problem for me.
|
|
25
25
|
|
|
26
|
-
h2. Installation
|
|
26
|
+
h2. Installation
|
|
27
|
+
|
|
28
|
+
<pre>
|
|
29
|
+
gem install digestif
|
|
30
|
+
</pre>
|
|
27
31
|
|
|
28
32
|
h2. Usage
|
|
29
33
|
|
data/lib/digestif/hasher.rb
CHANGED
data/lib/digestif/version.rb
CHANGED
data/lib/digestif.rb
CHANGED
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: digestif
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 31
|
|
5
5
|
prerelease: false
|
|
6
6
|
segments:
|
|
7
7
|
- 1
|
|
8
8
|
- 0
|
|
9
|
-
-
|
|
10
|
-
version: 1.0.
|
|
9
|
+
- 4
|
|
10
|
+
version: 1.0.4
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Andrew Roberts
|
|
@@ -15,7 +15,7 @@ autorequire:
|
|
|
15
15
|
bindir: bin
|
|
16
16
|
cert_chain: []
|
|
17
17
|
|
|
18
|
-
date: 2011-01-
|
|
18
|
+
date: 2011-01-23 00:00:00 -05:00
|
|
19
19
|
default_executable: digestif
|
|
20
20
|
dependencies:
|
|
21
21
|
- !ruby/object:Gem::Dependency
|