simpler-tiles 0.0.2 → 0.0.3
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.
- data/doc/SimplerTiles/Bounds.html +1 -1
- data/doc/SimplerTiles/Layer.html +1 -1
- data/doc/SimplerTiles/Map.html +23 -29
- data/doc/SimplerTiles/PP.html +1 -1
- data/doc/SimplerTiles/Query.html +1 -1
- data/doc/SimplerTiles/Style.html +1 -1
- data/doc/SimplerTiles.html +2 -2
- data/doc/_index.html +1 -1
- data/doc/file.README.html +3 -3
- data/doc/index.html +3 -3
- data/doc/method_list.html +14 -14
- data/doc/top-level-namespace.html +1 -1
- data/ext/simpler_tiles/extconf.rb +1 -1
- data/lib/simpler_tiles/map.rb +0 -1
- data/lib/simpler_tiles/version.rb +1 -1
- metadata +27 -41
|
@@ -497,7 +497,7 @@ Return a WKT representation of the bounds.
|
|
|
497
497
|
</div>
|
|
498
498
|
|
|
499
499
|
<div id="footer">
|
|
500
|
-
Generated on
|
|
500
|
+
Generated on Tue Apr 10 17:04:10 2012 by
|
|
501
501
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
502
502
|
0.7.5 (ruby-1.8.7).
|
|
503
503
|
</div>
|
data/doc/SimplerTiles/Layer.html
CHANGED
|
@@ -584,7 +584,7 @@ Set the source attribute for the Layer.
|
|
|
584
584
|
</div>
|
|
585
585
|
|
|
586
586
|
<div id="footer">
|
|
587
|
-
Generated on
|
|
587
|
+
Generated on Tue Apr 10 17:04:09 2012 by
|
|
588
588
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
589
589
|
0.7.5 (ruby-1.8.7).
|
|
590
590
|
</div>
|
data/doc/SimplerTiles/Map.html
CHANGED
|
@@ -388,7 +388,7 @@ Set the height of the Map.
|
|
|
388
388
|
|
|
389
389
|
|
|
390
390
|
<span class="summary_desc"><div class='inline'><p>
|
|
391
|
-
|
|
391
|
+
A new instance of Map.
|
|
392
392
|
</p>
|
|
393
393
|
</div></span>
|
|
394
394
|
|
|
@@ -709,7 +709,7 @@ Set the width of the Map.
|
|
|
709
709
|
</p><div class="docstring">
|
|
710
710
|
<div class="discussion">
|
|
711
711
|
<p>
|
|
712
|
-
|
|
712
|
+
A new instance of Map
|
|
713
713
|
</p>
|
|
714
714
|
|
|
715
715
|
|
|
@@ -758,20 +758,14 @@ the object that the method was called on
|
|
|
758
758
|
<pre class="lines">
|
|
759
759
|
|
|
760
760
|
|
|
761
|
+
8
|
|
761
762
|
9
|
|
762
|
-
10
|
|
763
|
-
11
|
|
764
|
-
12
|
|
765
|
-
13
|
|
766
|
-
14</pre>
|
|
763
|
+
10</pre>
|
|
767
764
|
</td>
|
|
768
765
|
<td>
|
|
769
|
-
<pre class="code"><span class="info file"># File 'lib/simpler_tiles/map.rb', line
|
|
766
|
+
<pre class="code"><span class="info file"># File 'lib/simpler_tiles/map.rb', line 8</span>
|
|
770
767
|
|
|
771
768
|
<span class='rubyid_def def kw'>def</span> <span class='rubyid_initialize identifier id'>initialize</span>
|
|
772
|
-
<span class='rubyid_self self kw'>self</span><span class='dot token'>.</span><span class='rubyid_srs identifier id'>srs</span> <span class='assign token'>=</span> <span class='string val'>"epsg:3785"</span>
|
|
773
|
-
<span class='rubyid_self self kw'>self</span><span class='dot token'>.</span><span class='rubyid_width identifier id'>width</span> <span class='assign token'>=</span> <span class='integer val'>256</span>
|
|
774
|
-
<span class='rubyid_self self kw'>self</span><span class='dot token'>.</span><span class='rubyid_height identifier id'>height</span> <span class='assign token'>=</span> <span class='integer val'>256</span>
|
|
775
769
|
<span class='rubyid_yield yield kw'>yield</span> <span class='rubyid_self self kw'>self</span> <span class='rubyid_if if_mod kw'>if</span> <span class='rubyid_block_given? fid id'>block_given?</span>
|
|
776
770
|
<span class='rubyid_end end kw'>end</span>
|
|
777
771
|
</pre>
|
|
@@ -879,6 +873,10 @@ layer.
|
|
|
879
873
|
<pre class="lines">
|
|
880
874
|
|
|
881
875
|
|
|
876
|
+
20
|
|
877
|
+
21
|
|
878
|
+
22
|
|
879
|
+
23
|
|
882
880
|
24
|
|
883
881
|
25
|
|
884
882
|
26
|
|
@@ -890,14 +888,10 @@ layer.
|
|
|
890
888
|
32
|
|
891
889
|
33
|
|
892
890
|
34
|
|
893
|
-
35
|
|
894
|
-
36
|
|
895
|
-
37
|
|
896
|
-
38
|
|
897
|
-
39</pre>
|
|
891
|
+
35</pre>
|
|
898
892
|
</td>
|
|
899
893
|
<td>
|
|
900
|
-
<pre class="code"><span class="info file"># File 'lib/simpler_tiles/map.rb', line
|
|
894
|
+
<pre class="code"><span class="info file"># File 'lib/simpler_tiles/map.rb', line 20</span>
|
|
901
895
|
|
|
902
896
|
<span class='rubyid_def def kw'>def</span> <span class='rubyid_ar_layer identifier id'>ar_layer</span>
|
|
903
897
|
<span class='rubyid_if if kw'>if</span> <span class='notop op'>!</span><span class='rubyid_defined? defined kw'>defined?</span><span class='lparen token'>(</span><span class='rubyid_ActiveRecord constant id'>ActiveRecord</span><span class='rparen token'>)</span>
|
|
@@ -1385,13 +1379,13 @@ Add a layer to the c list of layers and yield the new layer.
|
|
|
1385
1379
|
<pre class="lines">
|
|
1386
1380
|
|
|
1387
1381
|
|
|
1388
|
-
|
|
1389
|
-
|
|
1390
|
-
|
|
1391
|
-
|
|
1382
|
+
13
|
|
1383
|
+
14
|
|
1384
|
+
15
|
|
1385
|
+
16</pre>
|
|
1392
1386
|
</td>
|
|
1393
1387
|
<td>
|
|
1394
|
-
<pre class="code"><span class="info file"># File 'lib/simpler_tiles/map.rb', line
|
|
1388
|
+
<pre class="code"><span class="info file"># File 'lib/simpler_tiles/map.rb', line 13</span>
|
|
1395
1389
|
|
|
1396
1390
|
<span class='rubyid_def def kw'>def</span> <span class='rubyid_layer identifier id'>layer</span><span class='lparen token'>(</span><span class='rubyid_source identifier id'>source</span><span class='comma token'>,</span> <span class='bitand op'>&</span><span class='rubyid_blk identifier id'>blk</span><span class='rparen token'>)</span>
|
|
1397
1391
|
<span class='rubyid_layer identifier id'>layer</span> <span class='assign token'>=</span> <span class='rubyid_SimplerTiles constant id'>SimplerTiles</span><span class='colon2 op'>::</span><span class='rubyid_Layer constant id'>Layer</span><span class='dot token'>.</span><span class='rubyid_new identifier id'>new</span><span class='lparen token'>(</span><span class='rubyid_source identifier id'>source</span><span class='comma token'>,</span> <span class='bitand op'>&</span><span class='rubyid_blk identifier id'>blk</span><span class='rparen token'>)</span>
|
|
@@ -1822,15 +1816,15 @@ Render the data to a blob of png data.
|
|
|
1822
1816
|
<pre class="lines">
|
|
1823
1817
|
|
|
1824
1818
|
|
|
1819
|
+
38
|
|
1820
|
+
39
|
|
1821
|
+
40
|
|
1822
|
+
41
|
|
1825
1823
|
42
|
|
1826
|
-
43
|
|
1827
|
-
44
|
|
1828
|
-
45
|
|
1829
|
-
46
|
|
1830
|
-
47</pre>
|
|
1824
|
+
43</pre>
|
|
1831
1825
|
</td>
|
|
1832
1826
|
<td>
|
|
1833
|
-
<pre class="code"><span class="info file"># File 'lib/simpler_tiles/map.rb', line
|
|
1827
|
+
<pre class="code"><span class="info file"># File 'lib/simpler_tiles/map.rb', line 38</span>
|
|
1834
1828
|
|
|
1835
1829
|
<span class='rubyid_def def kw'>def</span> <span class='rubyid_to_png identifier id'>to_png</span>
|
|
1836
1830
|
<span class='rubyid_data identifier id'>data</span> <span class='assign token'>=</span> <span class='string val'>""</span>
|
|
@@ -2072,7 +2066,7 @@ Set the width of the Map.
|
|
|
2072
2066
|
</div>
|
|
2073
2067
|
|
|
2074
2068
|
<div id="footer">
|
|
2075
|
-
Generated on
|
|
2069
|
+
Generated on Tue Apr 10 17:04:09 2012 by
|
|
2076
2070
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
2077
2071
|
0.7.5 (ruby-1.8.7).
|
|
2078
2072
|
</div>
|
data/doc/SimplerTiles/PP.html
CHANGED
|
@@ -195,7 +195,7 @@ A simple Nokogiri inspired inspection routine.
|
|
|
195
195
|
</div>
|
|
196
196
|
|
|
197
197
|
<div id="footer">
|
|
198
|
-
Generated on
|
|
198
|
+
Generated on Tue Apr 10 17:04:09 2012 by
|
|
199
199
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
200
200
|
0.7.5 (ruby-1.8.7).
|
|
201
201
|
</div>
|
data/doc/SimplerTiles/Query.html
CHANGED
|
@@ -512,7 +512,7 @@ c list.
|
|
|
512
512
|
</div>
|
|
513
513
|
|
|
514
514
|
<div id="footer">
|
|
515
|
-
Generated on
|
|
515
|
+
Generated on Tue Apr 10 17:04:09 2012 by
|
|
516
516
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
517
517
|
0.7.5 (ruby-1.8.7).
|
|
518
518
|
</div>
|
data/doc/SimplerTiles/Style.html
CHANGED
|
@@ -568,7 +568,7 @@ Set the key for this Style.
|
|
|
568
568
|
</div>
|
|
569
569
|
|
|
570
570
|
<div id="footer">
|
|
571
|
-
Generated on
|
|
571
|
+
Generated on Tue Apr 10 17:04:09 2012 by
|
|
572
572
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
573
573
|
0.7.5 (ruby-1.8.7).
|
|
574
574
|
</div>
|
data/doc/SimplerTiles.html
CHANGED
|
@@ -141,7 +141,7 @@ The version of the library
|
|
|
141
141
|
|
|
142
142
|
</div>
|
|
143
143
|
</dt>
|
|
144
|
-
<dd><pre class="code"><span class='string val'>"0.0.
|
|
144
|
+
<dd><pre class="code"><span class='string val'>"0.0.2"</span>
|
|
145
145
|
</pre></dd>
|
|
146
146
|
|
|
147
147
|
</dl>
|
|
@@ -158,7 +158,7 @@ The version of the library
|
|
|
158
158
|
</div>
|
|
159
159
|
|
|
160
160
|
<div id="footer">
|
|
161
|
-
Generated on
|
|
161
|
+
Generated on Tue Apr 10 17:04:09 2012 by
|
|
162
162
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
163
163
|
0.7.5 (ruby-1.8.7).
|
|
164
164
|
</div>
|
data/doc/_index.html
CHANGED
|
@@ -179,7 +179,7 @@
|
|
|
179
179
|
</div>
|
|
180
180
|
|
|
181
181
|
<div id="footer">
|
|
182
|
-
Generated on
|
|
182
|
+
Generated on Tue Apr 10 17:04:08 2012 by
|
|
183
183
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
184
184
|
0.7.5 (ruby-1.8.7).
|
|
185
185
|
</div>
|
data/doc/file.README.html
CHANGED
|
@@ -74,13 +74,13 @@
|
|
|
74
74
|
<span class='rubyid_Simpler constant id'>Simpler</span> <span class='rubyid_Tiles constant id'>Tiles</span> <span class='rubyid_is identifier id'>is</span> <span class='rubyid_the identifier id'>the</span> <span class='rubyid_ruby identifier id'>ruby</span> <span class='rubyid_bindings identifier id'>bindings</span> <span class='rubyid_to identifier id'>to</span> <span class='rubyid_Simple constant id'>Simple</span> <span class='rubyid_Tiles constant id'>Tiles</span><span class='comma token'>,</span> <span class='rubyid_a identifier id'>a</span> <span class='rubyid_library identifier id'>library</span> <span class='rubyid_for for kw'>for</span> <span class='rubyid_generating identifier id'>generating</span>
|
|
75
75
|
<span class='rubyid_images identifier id'>images</span> <span class='rubyid_from identifier id'>from</span> <span class='rubyid_geo identifier id'>geo</span> <span class='rubyid_spatial identifier id'>spatial</span> <span class='rubyid_data identifier id'>data</span> <span class='rubyid_sources identifier id'>sources</span><span class='dot token'>.</span>
|
|
76
76
|
|
|
77
|
-
<span class='rubyid_Documentation constant id'>Documentation</span><span class='colon op'>:</span> <span class='rubyid_http identifier id'>http</span><span class='symbol val'>:/</span><span class='regexp val'>/propublica.github.com/s</span><span class='
|
|
78
|
-
<span class='rubyid_Issues constant id'>Issues</span> <span class='rubyid_or or kw'>or</span> <span class='rubyid_questions identifier id'>questions</span><span class='colon op'>:</span> <span class='rubyid_https identifier id'>https</span><span class='symbol val'>:/</span><span class='regexp val'>/github.com/</span><span class='rubyid_propublica identifier id'>propublica</span><span class='div op'>/</span><span class='
|
|
77
|
+
<span class='rubyid_Documentation constant id'>Documentation</span><span class='colon op'>:</span> <span class='rubyid_http identifier id'>http</span><span class='symbol val'>:/</span><span class='regexp val'>/propublica.github.com/s</span><span class='rubyid_impler identifier id'>impler</span><span class='minus op'>-</span><span class='rubyid_tiles identifier id'>tiles</span><span class='div op'>/</span>
|
|
78
|
+
<span class='rubyid_Issues constant id'>Issues</span> <span class='rubyid_or or kw'>or</span> <span class='rubyid_questions identifier id'>questions</span><span class='colon op'>:</span> <span class='rubyid_https identifier id'>https</span><span class='symbol val'>:/</span><span class='regexp val'>/github.com/</span><span class='rubyid_propublica identifier id'>propublica</span><span class='div op'>/</span><span class='rubyid_simpler identifier id'>simpler</span><span class='minus op'>-</span><span class='rubyid_tiles identifier id'>tiles</span><span class='div op'>/</span><span class='rubyid_issues identifier id'>issues</span>
|
|
79
79
|
</code></pre>
|
|
80
80
|
</div></div>
|
|
81
81
|
|
|
82
82
|
<div id="footer">
|
|
83
|
-
Generated on
|
|
83
|
+
Generated on Tue Apr 10 17:04:08 2012 by
|
|
84
84
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
85
85
|
0.7.5 (ruby-1.8.7).
|
|
86
86
|
</div>
|
data/doc/index.html
CHANGED
|
@@ -74,13 +74,13 @@
|
|
|
74
74
|
<span class='rubyid_Simpler constant id'>Simpler</span> <span class='rubyid_Tiles constant id'>Tiles</span> <span class='rubyid_is identifier id'>is</span> <span class='rubyid_the identifier id'>the</span> <span class='rubyid_ruby identifier id'>ruby</span> <span class='rubyid_bindings identifier id'>bindings</span> <span class='rubyid_to identifier id'>to</span> <span class='rubyid_Simple constant id'>Simple</span> <span class='rubyid_Tiles constant id'>Tiles</span><span class='comma token'>,</span> <span class='rubyid_a identifier id'>a</span> <span class='rubyid_library identifier id'>library</span> <span class='rubyid_for for kw'>for</span> <span class='rubyid_generating identifier id'>generating</span>
|
|
75
75
|
<span class='rubyid_images identifier id'>images</span> <span class='rubyid_from identifier id'>from</span> <span class='rubyid_geo identifier id'>geo</span> <span class='rubyid_spatial identifier id'>spatial</span> <span class='rubyid_data identifier id'>data</span> <span class='rubyid_sources identifier id'>sources</span><span class='dot token'>.</span>
|
|
76
76
|
|
|
77
|
-
<span class='rubyid_Documentation constant id'>Documentation</span><span class='colon op'>:</span> <span class='rubyid_http identifier id'>http</span><span class='symbol val'>:/</span><span class='regexp val'>/propublica.github.com/s</span><span class='
|
|
78
|
-
<span class='rubyid_Issues constant id'>Issues</span> <span class='rubyid_or or kw'>or</span> <span class='rubyid_questions identifier id'>questions</span><span class='colon op'>:</span> <span class='rubyid_https identifier id'>https</span><span class='symbol val'>:/</span><span class='regexp val'>/github.com/</span><span class='rubyid_propublica identifier id'>propublica</span><span class='div op'>/</span><span class='
|
|
77
|
+
<span class='rubyid_Documentation constant id'>Documentation</span><span class='colon op'>:</span> <span class='rubyid_http identifier id'>http</span><span class='symbol val'>:/</span><span class='regexp val'>/propublica.github.com/s</span><span class='rubyid_impler identifier id'>impler</span><span class='minus op'>-</span><span class='rubyid_tiles identifier id'>tiles</span><span class='div op'>/</span>
|
|
78
|
+
<span class='rubyid_Issues constant id'>Issues</span> <span class='rubyid_or or kw'>or</span> <span class='rubyid_questions identifier id'>questions</span><span class='colon op'>:</span> <span class='rubyid_https identifier id'>https</span><span class='symbol val'>:/</span><span class='regexp val'>/github.com/</span><span class='rubyid_propublica identifier id'>propublica</span><span class='div op'>/</span><span class='rubyid_simpler identifier id'>simpler</span><span class='minus op'>-</span><span class='rubyid_tiles identifier id'>tiles</span><span class='div op'>/</span><span class='rubyid_issues identifier id'>issues</span>
|
|
79
79
|
</code></pre>
|
|
80
80
|
</div></div>
|
|
81
81
|
|
|
82
82
|
<div id="footer">
|
|
83
|
-
Generated on
|
|
83
|
+
Generated on Tue Apr 10 17:04:08 2012 by
|
|
84
84
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
85
85
|
0.7.5 (ruby-1.8.7).
|
|
86
86
|
</div>
|
data/doc/method_list.html
CHANGED
|
@@ -161,41 +161,41 @@
|
|
|
161
161
|
|
|
162
162
|
|
|
163
163
|
<li class="r2 ">
|
|
164
|
-
<span class='object_link'><a href="SimplerTiles/
|
|
164
|
+
<span class='object_link'><a href="SimplerTiles/Query.html#initialize-instance_method" title="SimplerTiles::Query#initialize (method)">#initialize</a></span>
|
|
165
165
|
|
|
166
|
-
<small>SimplerTiles::
|
|
166
|
+
<small>SimplerTiles::Query</small>
|
|
167
167
|
|
|
168
168
|
</li>
|
|
169
169
|
|
|
170
170
|
|
|
171
171
|
<li class="r1 ">
|
|
172
|
-
<span class='object_link'><a href="SimplerTiles/
|
|
172
|
+
<span class='object_link'><a href="SimplerTiles/Bounds.html#initialize-instance_method" title="SimplerTiles::Bounds#initialize (method)">#initialize</a></span>
|
|
173
173
|
|
|
174
|
-
<small>SimplerTiles::
|
|
174
|
+
<small>SimplerTiles::Bounds</small>
|
|
175
175
|
|
|
176
176
|
</li>
|
|
177
177
|
|
|
178
178
|
|
|
179
179
|
<li class="r2 ">
|
|
180
|
-
<span class='object_link'><a href="SimplerTiles/
|
|
180
|
+
<span class='object_link'><a href="SimplerTiles/Style.html#initialize-instance_method" title="SimplerTiles::Style#initialize (method)">#initialize</a></span>
|
|
181
181
|
|
|
182
|
-
<small>SimplerTiles::
|
|
182
|
+
<small>SimplerTiles::Style</small>
|
|
183
183
|
|
|
184
184
|
</li>
|
|
185
185
|
|
|
186
186
|
|
|
187
187
|
<li class="r1 ">
|
|
188
|
-
<span class='object_link'><a href="SimplerTiles/
|
|
188
|
+
<span class='object_link'><a href="SimplerTiles/Map.html#initialize-instance_method" title="SimplerTiles::Map#initialize (method)">#initialize</a></span>
|
|
189
189
|
|
|
190
|
-
<small>SimplerTiles::
|
|
190
|
+
<small>SimplerTiles::Map</small>
|
|
191
191
|
|
|
192
192
|
</li>
|
|
193
193
|
|
|
194
194
|
|
|
195
195
|
<li class="r2 ">
|
|
196
|
-
<span class='object_link'><a href="SimplerTiles/
|
|
196
|
+
<span class='object_link'><a href="SimplerTiles/Layer.html#initialize-instance_method" title="SimplerTiles::Layer#initialize (method)">#initialize</a></span>
|
|
197
197
|
|
|
198
|
-
<small>SimplerTiles::
|
|
198
|
+
<small>SimplerTiles::Layer</small>
|
|
199
199
|
|
|
200
200
|
</li>
|
|
201
201
|
|
|
@@ -233,17 +233,17 @@
|
|
|
233
233
|
|
|
234
234
|
|
|
235
235
|
<li class="r1 ">
|
|
236
|
-
<span class='object_link'><a href="SimplerTiles/
|
|
236
|
+
<span class='object_link'><a href="SimplerTiles/Layer.html#query-instance_method" title="SimplerTiles::Layer#query (method)">#query</a></span>
|
|
237
237
|
|
|
238
|
-
<small>SimplerTiles::
|
|
238
|
+
<small>SimplerTiles::Layer</small>
|
|
239
239
|
|
|
240
240
|
</li>
|
|
241
241
|
|
|
242
242
|
|
|
243
243
|
<li class="r2 ">
|
|
244
|
-
<span class='object_link'><a href="SimplerTiles/
|
|
244
|
+
<span class='object_link'><a href="SimplerTiles/Query.html#query-instance_method" title="SimplerTiles::Query#query (method)">#query</a></span>
|
|
245
245
|
|
|
246
|
-
<small>SimplerTiles::
|
|
246
|
+
<small>SimplerTiles::Query</small>
|
|
247
247
|
|
|
248
248
|
</li>
|
|
249
249
|
|
|
@@ -35,7 +35,7 @@ missing "cairo" unless find_library "cairo", "cairo_surface_write_
|
|
|
35
35
|
missing "simple-tiles" unless find_library "simple-tiles", "simplet_map_render_to_stream"
|
|
36
36
|
missing "gdal" unless find_header "ogr_api.h"
|
|
37
37
|
missing "gdal" unless find_header "ogr_srs_api.h"
|
|
38
|
-
missing "cairo" unless find_header "cairo
|
|
38
|
+
missing "cairo" unless find_header "cairo.h"
|
|
39
39
|
missing "pango" unless find_header "pango/pangocairo.h"
|
|
40
40
|
missing "simple-tiles" unless find_header "simple-tiles/simple_tiles.h"
|
|
41
41
|
|
data/lib/simpler_tiles/map.rb
CHANGED
metadata
CHANGED
|
@@ -1,13 +1,12 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: simpler-tiles
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
|
|
5
|
-
prerelease:
|
|
4
|
+
prerelease: false
|
|
6
5
|
segments:
|
|
7
6
|
- 0
|
|
8
7
|
- 0
|
|
9
|
-
-
|
|
10
|
-
version: 0.0.
|
|
8
|
+
- 3
|
|
9
|
+
version: 0.0.3
|
|
11
10
|
platform: ruby
|
|
12
11
|
authors:
|
|
13
12
|
- Jeff Larson
|
|
@@ -15,86 +14,77 @@ autorequire:
|
|
|
15
14
|
bindir: bin
|
|
16
15
|
cert_chain: []
|
|
17
16
|
|
|
18
|
-
date: 2011-06-23 00:00:00
|
|
17
|
+
date: 2011-06-23 00:00:00 -04:00
|
|
18
|
+
default_executable:
|
|
19
19
|
dependencies:
|
|
20
20
|
- !ruby/object:Gem::Dependency
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
none: false
|
|
21
|
+
type: :development
|
|
22
|
+
version_requirements: &id001 !ruby/object:Gem::Requirement
|
|
24
23
|
requirements:
|
|
25
24
|
- - ">="
|
|
26
25
|
- !ruby/object:Gem::Version
|
|
27
|
-
hash: 3
|
|
28
26
|
segments:
|
|
29
27
|
- 0
|
|
30
28
|
version: "0"
|
|
31
|
-
version_requirements: *id001
|
|
32
29
|
name: rake-compiler
|
|
33
|
-
|
|
34
|
-
- !ruby/object:Gem::Dependency
|
|
30
|
+
requirement: *id001
|
|
35
31
|
prerelease: false
|
|
36
|
-
|
|
37
|
-
|
|
32
|
+
- !ruby/object:Gem::Dependency
|
|
33
|
+
type: :development
|
|
34
|
+
version_requirements: &id002 !ruby/object:Gem::Requirement
|
|
38
35
|
requirements:
|
|
39
36
|
- - ~>
|
|
40
37
|
- !ruby/object:Gem::Version
|
|
41
|
-
hash: 19
|
|
42
38
|
segments:
|
|
43
39
|
- 1
|
|
44
40
|
- 1
|
|
45
41
|
- 0
|
|
46
42
|
version: 1.1.0
|
|
47
|
-
version_requirements: *id002
|
|
48
43
|
name: bundler
|
|
49
|
-
|
|
50
|
-
- !ruby/object:Gem::Dependency
|
|
44
|
+
requirement: *id002
|
|
51
45
|
prerelease: false
|
|
52
|
-
|
|
53
|
-
|
|
46
|
+
- !ruby/object:Gem::Dependency
|
|
47
|
+
type: :development
|
|
48
|
+
version_requirements: &id003 !ruby/object:Gem::Requirement
|
|
54
49
|
requirements:
|
|
55
50
|
- - ~>
|
|
56
51
|
- !ruby/object:Gem::Version
|
|
57
|
-
hash: 37
|
|
58
52
|
segments:
|
|
59
53
|
- 2
|
|
60
54
|
- 11
|
|
61
55
|
- 3
|
|
62
56
|
version: 2.11.3
|
|
63
|
-
version_requirements: *id003
|
|
64
57
|
name: shoulda
|
|
65
|
-
|
|
66
|
-
- !ruby/object:Gem::Dependency
|
|
58
|
+
requirement: *id003
|
|
67
59
|
prerelease: false
|
|
68
|
-
|
|
69
|
-
|
|
60
|
+
- !ruby/object:Gem::Dependency
|
|
61
|
+
type: :development
|
|
62
|
+
version_requirements: &id004 !ruby/object:Gem::Requirement
|
|
70
63
|
requirements:
|
|
71
64
|
- - ~>
|
|
72
65
|
- !ruby/object:Gem::Version
|
|
73
|
-
hash: 27
|
|
74
66
|
segments:
|
|
75
67
|
- 1
|
|
76
68
|
- 2
|
|
77
69
|
- 2
|
|
78
70
|
version: 1.2.2
|
|
79
|
-
version_requirements: *id004
|
|
80
71
|
name: redgreen
|
|
81
|
-
|
|
82
|
-
- !ruby/object:Gem::Dependency
|
|
72
|
+
requirement: *id004
|
|
83
73
|
prerelease: false
|
|
84
|
-
|
|
85
|
-
|
|
74
|
+
- !ruby/object:Gem::Dependency
|
|
75
|
+
type: :development
|
|
76
|
+
version_requirements: &id005 !ruby/object:Gem::Requirement
|
|
86
77
|
requirements:
|
|
87
78
|
- - ~>
|
|
88
79
|
- !ruby/object:Gem::Version
|
|
89
|
-
hash: 9
|
|
90
80
|
segments:
|
|
91
81
|
- 0
|
|
92
82
|
- 7
|
|
93
83
|
- 5
|
|
94
84
|
version: 0.7.5
|
|
95
|
-
version_requirements: *id005
|
|
96
85
|
name: yard
|
|
97
|
-
|
|
86
|
+
requirement: *id005
|
|
87
|
+
prerelease: false
|
|
98
88
|
description: Ruby bindings for Simple Tiles
|
|
99
89
|
email: thejefflarson@gmail.com
|
|
100
90
|
executables: []
|
|
@@ -160,6 +150,7 @@ files:
|
|
|
160
150
|
- test/helper.rb
|
|
161
151
|
- test/test_map.rb
|
|
162
152
|
- test/test_simpler_tiles.rb
|
|
153
|
+
has_rdoc: true
|
|
163
154
|
homepage: http://github.com/propublica/simpler-tiles
|
|
164
155
|
licenses:
|
|
165
156
|
- MIT
|
|
@@ -169,30 +160,25 @@ rdoc_options: []
|
|
|
169
160
|
require_paths:
|
|
170
161
|
- lib
|
|
171
162
|
required_ruby_version: !ruby/object:Gem::Requirement
|
|
172
|
-
none: false
|
|
173
163
|
requirements:
|
|
174
164
|
- - ">="
|
|
175
165
|
- !ruby/object:Gem::Version
|
|
176
|
-
hash: 3
|
|
177
166
|
segments:
|
|
178
167
|
- 0
|
|
179
168
|
version: "0"
|
|
180
169
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
181
|
-
none: false
|
|
182
170
|
requirements:
|
|
183
171
|
- - ">="
|
|
184
172
|
- !ruby/object:Gem::Version
|
|
185
|
-
hash: 3
|
|
186
173
|
segments:
|
|
187
174
|
- 0
|
|
188
175
|
version: "0"
|
|
189
176
|
requirements: []
|
|
190
177
|
|
|
191
178
|
rubyforge_project:
|
|
192
|
-
rubygems_version: 1.
|
|
179
|
+
rubygems_version: 1.3.6
|
|
193
180
|
signing_key:
|
|
194
181
|
specification_version: 3
|
|
195
182
|
summary: A set of ruby bindings for the Simple Tiles mapping library.
|
|
196
183
|
test_files: []
|
|
197
184
|
|
|
198
|
-
has_rdoc:
|