capricorn 0.2.24 → 0.2.25

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/capricorn/apps/satellite.rb +1 -1
  2. metadata +1 -1
@@ -16,7 +16,7 @@ module Capricorn
16
16
  end
17
17
  names_by_index.sort! { |a,b| a.first <=> b.first }
18
18
 
19
- names_by_index.each do |(domain, i)|
19
+ names_by_index.each do |(domain_, i)|
20
20
  sat = satellites[i]
21
21
  if domain.nil? or sat.domain.include?(domain)
22
22
  puts [
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: capricorn
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.24
4
+ version: 0.2.25
5
5
  platform: ruby
6
6
  authors:
7
7
  - Simon Menke