astromapper 1.0.15 → 1.0.16

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: aad04f9e9be6ec73c9f9c160ef53e65b9e7e3832
4
- data.tar.gz: '08704ef32b7955d37d727cbfe1b26c67131e98f0'
3
+ metadata.gz: 18baa2260a0547cf85819e6fea64ae394d5a812f
4
+ data.tar.gz: 655e970604d8f9fa533fb9b1f8d9af3607a6badb
5
5
  SHA512:
6
- metadata.gz: 9476ba73839ffda7f633ee785e1733da7c5add0ce91dba6ac0bf83cd7d8922706773e31dcb3ec85a347aabf24ff48ff0876385b0774ad0400a5c641e0bfe020d
7
- data.tar.gz: 3b2e3483d7f53f922f63c627162415dad8fd96ab7f9a4f2e37116e2ebc97682b67ad334d8713f07503c012fddae82d6a3de1c3b89ba10e2b19453322821e66c7
6
+ metadata.gz: 30e2aedfae6271d6b70b0752f1ca3a42b48b0a5e56ba4dd80d3a25957d934a1dac1f44401f74319efc670b578c41913ef478a128d0863151386774308b42ed96
7
+ data.tar.gz: b794492d371cd83ad05f308b7f6bcaca6eb5cd4cf7584bc2433c9aaf4ca7952ec0ae092074760214c21ba3088c3dcf0db72e5d7b8c647e19f7ffbd15b2139aac
@@ -99,7 +99,7 @@ module Astromapper
99
99
  stroke: #fff;
100
100
  stroke-width: 1;
101
101
  }
102
- .lowsec {
102
+ .zone {
103
103
  fill: none;
104
104
  stroke: #B90;
105
105
  stroke-width: 3;
@@ -154,7 +154,7 @@ module Astromapper
154
154
  output += " <text x='#{c[0].to_i}' y='#{(c[1]-(@side/2.1)).tweak.to_i}'>#{name.strip}</text>\n"
155
155
  unless zone == '..'
156
156
  style = zone + '_zone'
157
- output += " <path d='M #{(c[0] - curve/2).to_i} #{(c[1] - (curve/1.4)).to_i} a #{curve} #{curve} 0 1 0 20 0' />\n"
157
+ output += " <path class='zone' d='M #{(c[0] - curve/2).to_i} #{(c[1] - (curve/1.4)).to_i} a #{curve} #{curve} 0 1 0 20 0' />\n"
158
158
  end
159
159
  output += navy_base(c) if nsg.include?('N')
160
160
  output += scout_base(c) if nsg.include?('S')
@@ -1,3 +1,3 @@
1
1
  module Astromapper
2
- VERSION = "1.0.15"
2
+ VERSION = "1.0.16"
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.15
4
+ version: 1.0.16
5
5
  platform: ruby
6
6
  authors:
7
7
  - Merovex