oliver 1.8.4 → 1.8.5

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 40b31a898178b616c9dcf9f2006249f32fceb4a9
4
- data.tar.gz: 5492706abf013263aecf1a76a18c5dace78643ec
3
+ metadata.gz: fbd764848d8a00fb40114892adb2b8a94791d3dc
4
+ data.tar.gz: 1ca0e2265850d7b3a1b4d592ad61138fe436d8b3
5
5
  SHA512:
6
- metadata.gz: c8a12dfb45cf55370fa04ff552fc1d6b1c9457e8f3656243cdca7ef14261d6a96093eeefa3ff23f801c0123a89bb4c2d4687f8a9721ef68f9713ea8fff67a4de
7
- data.tar.gz: 2d89e257b63ef0967b42262ecae00e0f1f0871eb85d1cf955fa95d5fc0844e121d23e2d081f1710a81928320a50363c2114f2be5e856e21a6f0270d163ef4492
6
+ metadata.gz: 813cf415d0410c8acc8c361b08ccea345abaa7f7b58edf39fbba3388380e1a20a148b3c1a643d7f2a2b4a67639f4fb4227e0adda9a4989ad29688606074af825
7
+ data.tar.gz: b516d8db72b1e9dcbd1480685018667be75183562d79dac6f810f7949bcb1a8fff4bcdb11fc3ed8575f5fb7b0b94768c54b153dd4794655500533a64abee192c
@@ -1,12 +1,13 @@
1
1
  counter = 0
2
- $yaml['repos'].each do |thing|
3
- repo = thing.split('/')[1] # might as well discard the username
4
- if File.directory?(repo)
5
- print Rainbow(repo).green
6
- else
7
- print Rainbow(repo).red
2
+ $yaml['repos'].map do |username, repos|
3
+ repos.each do |repo|
4
+ if File.directory?(repo)
5
+ print Rainbow(repo).green
6
+ else
7
+ print Rainbow(repo).red
8
+ end
9
+ print "\t" if counter % 4 == 0
10
+ counter += 1
8
11
  end
9
- print "\t" if counter % 4 == 0
10
- counter += 1
11
12
  end
12
13
  puts
@@ -1,5 +1,5 @@
1
1
  # The main module for
2
2
  # Oliver's version
3
3
  module Oliver
4
- VERSION = '1.8.4'
4
+ VERSION = '1.8.5'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: oliver
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.8.4
4
+ version: 1.8.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Josh