simpler-tiles 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -497,7 +497,7 @@ Return a WKT representation of the bounds.
497
497
  </div>
498
498
 
499
499
  <div id="footer">
500
- Generated on Wed Mar 7 20:33:22 2012 by
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>
@@ -584,7 +584,7 @@ Set the source attribute for the Layer.
584
584
  </div>
585
585
 
586
586
  <div id="footer">
587
- Generated on Wed Mar 7 20:33:23 2012 by
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>
@@ -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
- Initialize a map with Mercator Projection and a tile square by default.
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
- Initialize a map with Mercator Projection and a tile square by default
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 9</span>
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'>&quot;epsg:3785&quot;</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 24</span>
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
- 17
1389
- 18
1390
- 19
1391
- 20</pre>
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 17</span>
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'>&amp;</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'>&amp;</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 42</span>
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'>&quot;&quot;</span>
@@ -2072,7 +2066,7 @@ Set the width of the Map.
2072
2066
  </div>
2073
2067
 
2074
2068
  <div id="footer">
2075
- Generated on Wed Mar 7 20:33:22 2012 by
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>
@@ -195,7 +195,7 @@ A simple Nokogiri inspired inspection routine.
195
195
  </div>
196
196
 
197
197
  <div id="footer">
198
- Generated on Wed Mar 7 20:33:22 2012 by
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>
@@ -512,7 +512,7 @@ c list.
512
512
  </div>
513
513
 
514
514
  <div id="footer">
515
- Generated on Wed Mar 7 20:33:23 2012 by
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>
@@ -568,7 +568,7 @@ Set the key for this Style.
568
568
  </div>
569
569
 
570
570
  <div id="footer">
571
- Generated on Wed Mar 7 20:33:22 2012 by
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>
@@ -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'>&quot;0.0.1&quot;</span>
144
+ <dd><pre class="code"><span class='string val'>&quot;0.0.2&quot;</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 Wed Mar 7 20:33:22 2012 by
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 Wed Mar 7 20:33:21 2012 by
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='rubyid_imple identifier id'>imple</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_simple identifier id'>simple</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>
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 Wed Mar 7 20:33:21 2012 by
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='rubyid_imple identifier id'>imple</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_simple identifier id'>simple</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>
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 Wed Mar 7 20:33:21 2012 by
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/Layer.html#initialize-instance_method" title="SimplerTiles::Layer#initialize (method)">#initialize</a></span>
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::Layer</small>
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/Query.html#initialize-instance_method" title="SimplerTiles::Query#initialize (method)">#initialize</a></span>
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::Query</small>
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/Map.html#initialize-instance_method" title="SimplerTiles::Map#initialize (method)">#initialize</a></span>
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::Map</small>
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/Bounds.html#initialize-instance_method" title="SimplerTiles::Bounds#initialize (method)">#initialize</a></span>
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::Bounds</small>
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/Style.html#initialize-instance_method" title="SimplerTiles::Style#initialize (method)">#initialize</a></span>
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::Style</small>
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/Query.html#query-instance_method" title="SimplerTiles::Query#query (method)">#query</a></span>
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::Query</small>
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/Layer.html#query-instance_method" title="SimplerTiles::Layer#query (method)">#query</a></span>
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::Layer</small>
246
+ <small>SimplerTiles::Query</small>
247
247
 
248
248
  </li>
249
249
 
@@ -96,7 +96,7 @@
96
96
  </div>
97
97
 
98
98
  <div id="footer">
99
- Generated on Wed Mar 7 20:33:23 2012 by
99
+ Generated on Tue Apr 10 17:04:10 2012 by
100
100
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
101
101
  0.7.5 (ruby-1.8.7).
102
102
  </div>
@@ -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/cairo.h"
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
 
@@ -5,7 +5,6 @@ module SimplerTiles
5
5
  class Map
6
6
  include SimplerTiles::PP
7
7
 
8
- # Initialize a map with Mercator Projection and a tile square by default
9
8
  def initialize
10
9
  yield self if block_given?
11
10
  end
@@ -1,4 +1,4 @@
1
1
  module SimplerTiles
2
2
  # The version of the library
3
- VERSION = "0.0.2"
3
+ VERSION = "0.0.3"
4
4
  end
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
- hash: 27
5
- prerelease:
4
+ prerelease: false
6
5
  segments:
7
6
  - 0
8
7
  - 0
9
- - 2
10
- version: 0.0.2
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 Z
17
+ date: 2011-06-23 00:00:00 -04:00
18
+ default_executable:
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
21
- prerelease: false
22
- requirement: &id001 !ruby/object:Gem::Requirement
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
- type: :development
34
- - !ruby/object:Gem::Dependency
30
+ requirement: *id001
35
31
  prerelease: false
36
- requirement: &id002 !ruby/object:Gem::Requirement
37
- none: false
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
- type: :development
50
- - !ruby/object:Gem::Dependency
44
+ requirement: *id002
51
45
  prerelease: false
52
- requirement: &id003 !ruby/object:Gem::Requirement
53
- none: false
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
- type: :development
66
- - !ruby/object:Gem::Dependency
58
+ requirement: *id003
67
59
  prerelease: false
68
- requirement: &id004 !ruby/object:Gem::Requirement
69
- none: false
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
- type: :development
82
- - !ruby/object:Gem::Dependency
72
+ requirement: *id004
83
73
  prerelease: false
84
- requirement: &id005 !ruby/object:Gem::Requirement
85
- none: false
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
- type: :development
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.8.17
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: