hash-that-tree 0.0.8 → 0.0.9

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/hash-that-tree.gemspec +2 -1
  2. metadata +4 -2
@@ -4,12 +4,13 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
4
 
5
5
  Gem::Specification.new do |gem|
6
6
  gem.name = "hash-that-tree"
7
- gem.version = "0.0.8"
7
+ gem.version = "0.0.9"
8
8
  gem.authors = ["John Ryan"]
9
9
  gem.email = ["555john@gmail.com"]
10
10
  gem.description = "Command line app that compares the MD5 hashes of the files in different folders"
11
11
  gem.summary = "Allows the user to enter folder locations iterating through the files, creating and comparing the MD5 hashes of the files with the same name"
12
12
  gem.homepage = "http://github.com/jnyryan/hash-that-tree"
13
+ gem.extra_rdoc_files = [ "LICENSE.txt", "README.md" ]
13
14
  gem.files = `git ls-files`.split($/)
14
15
  #gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.file(f) }
15
16
  gem.executable = 'hashthattree'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hash-that-tree
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.8
4
+ version: 0.0.9
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -34,7 +34,9 @@ email:
34
34
  executables:
35
35
  - hashthattree
36
36
  extensions: []
37
- extra_rdoc_files: []
37
+ extra_rdoc_files:
38
+ - LICENSE.txt
39
+ - README.md
38
40
  files:
39
41
  - .gitignore
40
42
  - Gemfile