topojson-rails 1.4.5 → 1.4.6
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 +4 -4
- checksums.yaml.gz.sig +2 -4
- data.tar.gz.sig +0 -0
- data/lib/topojson-rails/version.rb +1 -1
- data/vendor/assets/javascripts/topojson.js +12 -9
- metadata +3 -3
- metadata.gz.sig +3 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 93d80caab9de7edf9902e651c071e1a07e955cd1
|
|
4
|
+
data.tar.gz: 431c2ff312a58bbd1c3c281fc92d449e1b5b059c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 64471919bf87f223c2c3db7196a1c1e1d0efe7346a8aab2d31ae17d9be4b9ff2c4f1bfeea3220127fee07310db1b6975b2c6be4ee8a1a07de2da3a10ba323fa3
|
|
7
|
+
data.tar.gz: a157188a123b83e5d2e06f8e74e793b7e73b22af5da9d83ab649cc00b7561464be7ed7aeb810801b3b89385c1ba30cfeaad9396b3b3b11d363d8b89a04623728
|
checksums.yaml.gz.sig
CHANGED
|
@@ -1,4 +1,2 @@
|
|
|
1
|
-
�
|
|
2
|
-
t
|
|
3
|
-
�û7�'��A�B���Ep�#nJ�;]�����W_�?���[=���y\��8�߁ZH�4=x�����A�G��4N��W�#���w�8��s�3�]E
|
|
4
|
-
�_���t{�^[�#��
|
|
1
|
+
�;�ƭ5(H�W6�Q�tS%�&e�:��H�H�$�s�>�CԙH!�S}C�9� ���-֜�2E��MN�E��^�a�T��-�����U��l�u^u�WSf���93�{�~�V�Ώ��!���>+�+��[��>g�+��6�EAKQƸN��0�,�F��y���j[������h�֧e��[�2&ZR�4y
|
|
2
|
+
��MT�Y��F&b5���e�jI���t �=����#�_�ǹ�Ç�(6xIb�l�f3�E
|
data.tar.gz.sig
CHANGED
|
Binary file
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
|
|
1
|
+
!function() {
|
|
2
|
+
var topojson = {
|
|
3
|
+
version: "1.4.6",
|
|
4
|
+
mesh: mesh,
|
|
5
|
+
feature: featureOrCollection,
|
|
6
|
+
neighbors: neighbors,
|
|
7
|
+
presimplify: presimplify
|
|
8
|
+
};
|
|
2
9
|
|
|
3
10
|
function merge(topology, arcs) {
|
|
4
11
|
var fragmentByStart = {},
|
|
@@ -445,11 +452,7 @@ topojson = (function() {
|
|
|
445
452
|
|
|
446
453
|
function noop() {}
|
|
447
454
|
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
neighbors: neighbors,
|
|
453
|
-
presimplify: presimplify
|
|
454
|
-
};
|
|
455
|
-
})();
|
|
455
|
+
if (typeof define === "function" && define.amd) define(topojson);
|
|
456
|
+
else if (typeof module === "object" && module.exports) module.exports = topojson;
|
|
457
|
+
else this.topojson = topojson;
|
|
458
|
+
}();
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: topojson-rails
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.4.
|
|
4
|
+
version: 1.4.6
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Vlad Gorodetsky
|
|
@@ -29,7 +29,7 @@ cert_chain:
|
|
|
29
29
|
JCf887eMZl/8mEIeCLb+gH5sh5yJJpti2HTLnR4Q1QKWR/0T9tASoQPF3kL62n9+
|
|
30
30
|
m1B90+fEzJsBDQIAsnLPqxjivWbIIfZ7GeGZyA==
|
|
31
31
|
-----END CERTIFICATE-----
|
|
32
|
-
date:
|
|
32
|
+
date: 2014-02-19 00:00:00.000000000 Z
|
|
33
33
|
dependencies:
|
|
34
34
|
- !ruby/object:Gem::Dependency
|
|
35
35
|
name: railties
|
|
@@ -88,7 +88,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
88
88
|
version: '0'
|
|
89
89
|
requirements: []
|
|
90
90
|
rubyforge_project:
|
|
91
|
-
rubygems_version: 2.1
|
|
91
|
+
rubygems_version: 2.2.1
|
|
92
92
|
signing_key:
|
|
93
93
|
specification_version: 4
|
|
94
94
|
summary: Gemified topojson.js asset for Rails
|
metadata.gz.sig
CHANGED
|
@@ -1,2 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
�
|
|
1
|
+
)(�2Bt�bӟ��r��)=�pF;x�(w+��i�v�^���?�F����a_��I���v|��?ꕛ�0`%;��.ݕ,�ͫ��t�T��J�ɗ��*:`0���J�5@��J��_4���j�o�Zj]L��z�Y�@�Êl��f/r?15*)������]Yw�`̷�,��-�K�i�Z�z
|
|
2
|
+
<��G�|��\adžL�u �����ozVء���|�&���������
|
|
3
|
+
�-m���t��.&��� +�s��Q�;$0
|