right_data 0.5.23 → 0.5.24

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 +3 -0
  2. metadata +3 -3
data/lib/main.rb CHANGED
@@ -315,6 +315,9 @@ module RightData
315
315
  !repos[n.path] # recurse only if we DID NOT find a repo
316
316
  end
317
317
  end
318
+ repos.keys.sort.each do |k|
319
+ puts "Found #{repos[k][:kind]} repo at: #{k}. \n\tStatus: #{repos[k][:status]}"
320
+ end
318
321
  return repos
319
322
  end
320
323
 
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: 37
4
+ hash: 59
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 5
9
- - 23
10
- version: 0.5.23
9
+ - 24
10
+ version: 0.5.24
11
11
  platform: ruby
12
12
  authors:
13
13
  - Jonathan Siegel