c80_map 0.1.0.13 → 0.1.0.14

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: 5a9b8896fe89fd1777f0ee2209f85b9762ed6e81
4
- data.tar.gz: 897cf71d557c50261516e18a423fba8959648965
3
+ metadata.gz: 5d7686812f742adff8c59d9be8151320bcc0a2e4
4
+ data.tar.gz: 5f9ddf71af71b5997b8d457192eee0c2ba108c22
5
5
  SHA512:
6
- metadata.gz: 7c4f1d987e5390cbf25e4126d6655879d3b0e1a6543fe5d139e31c71e41d8d5b0a4bf0d68794c5c6dea58e6cddc9bb6d77f9c3e1a386e6ed1f8008df1759a558
7
- data.tar.gz: 25f7ec520f7111db7450fd54eae558fca26c7f9ba1b921a38f3a5f05a29e328cda061879a30b9bc09a02de9afdb0dcc466da1260f6ae0e0e3b26294f2a7f54d2
6
+ metadata.gz: b374bd87626fa16d08e669f8985345ea8648364713749f16332b49bc23a8d102bc8de45b85e43367110fb26fb41e633b718e9927377cc0df12973e4d9f4c83be
7
+ data.tar.gz: 5c49d966704c0caedb70a17ccf97aae599687666516186bf102278f3b2c0c1bd8373ace8b76c8cb8aee7e7317c21f6373fd5dec12648c79fd7851dd75858c300
@@ -591,7 +591,7 @@ var clog = function () {
591
591
 
592
592
  var _$m = $("#map_wrapper");
593
593
  var _$b = $('footer .container');
594
- var $building_info = $('.building_info');
594
+ var $building_info = $('.building_info'); // "layouts/shared/map_row/building_info"
595
595
  var $area_order_button = $('.area_order_button');
596
596
  var $container_buttons = $('#container_buttons');
597
597
  var _is_debug_drawn = true;
@@ -51,8 +51,8 @@ module C80Map
51
51
  floor_height: floor_height,
52
52
  gate_type: gate_type,
53
53
  desc: desc,
54
- # column_step: column_step,
55
- # communications: communications,
54
+ column_step: column_step,
55
+ communications: communications,
56
56
  price: price_string
57
57
  }
58
58
  }
@@ -51,8 +51,8 @@ module C80Map
51
51
  floor_height: floor_height,
52
52
  gate_type: gate_type,
53
53
  desc: desc,
54
- # column_step: column_step,
55
- # communications: communications,
54
+ column_step: column_step,
55
+ communications: communications,
56
56
  price: price_string
57
57
  }
58
58
  }
@@ -1,3 +1,3 @@
1
1
  module C80Map
2
- VERSION = "0.1.0.13"
2
+ VERSION = "0.1.0.14"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: c80_map
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0.13
4
+ version: 0.1.0.14
5
5
  platform: ruby
6
6
  authors:
7
7
  - C80609A