astromapper 1.0.41 → 1.0.42

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: a162023b786945e73cdd2c4dc57d1e38bffcb5ba
4
- data.tar.gz: 1423b23e768ee7aa3c99a2e55d2a375713ba4f9a
3
+ metadata.gz: e3b38281a7e490128df8ccb01f239867dba8792f
4
+ data.tar.gz: bda0ca41f1c769c5a1a9f12b88863f732f28cf64
5
5
  SHA512:
6
- metadata.gz: 72c749c79b435b9d1815cfc13e31b03d5059b905deb0c2c0a613b06402ac6bda4515eaaacbe605a930e8b73efb9cfd8c4cedacb8150c16ad7dbf3f6c0c94160d
7
- data.tar.gz: f71f257376a443a3456268f19a891ae3bac181697da9d98377a52039ebfd9e4c8d73d48b87b1d7f54d93c1cbe8f46648a86c3cbf6a18192c9a68dff8225c38d0
6
+ metadata.gz: d88960e047323f5bd33a256ff0184d3b16482dbe9619fffb2f99863fbdf13f05aef03a0347460bd9bf96956cf30f8f0255efa781c7556b1cc9139c2fcd9d90ff
7
+ data.tar.gz: b722ac57a934d1fcbf8a8172babaaaecd9aec7b651518091be4cfe94dd7204956ca6f2ad7c5237c0b8cf3dd40341103fd0f781ac0402506cc0b57b9c5b184730
@@ -43,7 +43,7 @@ module Astromapper
43
43
  x1 = (x + m)
44
44
  y1 = (y + n)
45
45
  next if y1 > 40
46
- next if xy > 32
46
+ next if x1 > 32
47
47
  d = Math.sqrt((x - x1)**2 + (y - y1)**2).round(0)
48
48
  c = "%02d%02d" % [x1, y1]
49
49
  puts "#{k} > #{c} = #{d}"
@@ -1,3 +1,3 @@
1
1
  module Astromapper
2
- VERSION = "1.0.41"
2
+ VERSION = "1.0.42"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: astromapper
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.41
4
+ version: 1.0.42
5
5
  platform: ruby
6
6
  authors:
7
7
  - Merovex