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 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 TODO
26
+ h2. Installation
27
+
28
+ <pre>
29
+ gem install digestif
30
+ </pre>
27
31
 
28
32
  h2. Usage
29
33
 
@@ -1,6 +1,8 @@
1
1
  require 'digest/sha1'
2
2
  require 'digest/md5'
3
3
 
4
+ require 'digestif/cli'
5
+
4
6
  module Digestif
5
7
  class Hasher
6
8
 
@@ -1,6 +1,6 @@
1
1
  module Digestif
2
2
  def self.version
3
- "1.0.3"
3
+ "1.0.4"
4
4
  end
5
5
 
6
6
  def self.version_string
data/lib/digestif.rb CHANGED
@@ -1 +1,3 @@
1
1
  require 'digestif/cli'
2
+ require 'digestif/hasher'
3
+ require 'digestif/version'
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: 17
4
+ hash: 31
5
5
  prerelease: false
6
6
  segments:
7
7
  - 1
8
8
  - 0
9
- - 3
10
- version: 1.0.3
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-20 00:00:00 -05:00
18
+ date: 2011-01-23 00:00:00 -05:00
19
19
  default_executable: digestif
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency