right_data 0.5.8 → 0.5.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/lib/main.rb +1 -1
  2. metadata +3 -3
data/lib/main.rb CHANGED
@@ -104,7 +104,7 @@ module RightData
104
104
  sizes[File.size(f)] << f if File.file?(f) && !ignore_test(f)
105
105
  count += 1
106
106
  }
107
- puts "Indexed #{count} files."
107
+ puts "# Indexed #{count} files."
108
108
  sizes
109
109
  end
110
110
 
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: right_data
3
3
  version: !ruby/object:Gem::Version
4
- hash: 27
4
+ hash: 25
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 5
9
- - 8
10
- version: 0.5.8
9
+ - 9
10
+ version: 0.5.9
11
11
  platform: ruby
12
12
  authors:
13
13
  - Jonathan Siegel