simpler-tiles 0.1.0 → 0.1.1
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
- data/ext/simpler_tiles/extconf.rb +2 -2
- data/index.erb +2 -0
- data/index.html +2 -0
- data/lib/simpler_tiles/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4d396d185484dd11611fc94b0e31b0422433e646
|
|
4
|
+
data.tar.gz: 9a45900e7020a43f62f892bc4ef3cc4fb6e4ed79
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9a64071153dfda144f420cedc2f5ae4ca03742cac59b34c4f91c39195ff5485e7e2e1fbcc42286a3b3d1c29b18c34bcf9a7c52ed37717f1e214c612902efb98d
|
|
7
|
+
data.tar.gz: 0438c79e24270dee7e046564d9b3b4281ce11be7cba7cf9d42bb897f4f565d15d03498c93f6d5af306c53d75d9e71b0de901c31bdacce6bed74f32d52a5e5d29
|
|
@@ -6,8 +6,8 @@ ROOT = File.expand_path(File.join(File.dirname(__FILE__), '..', '..'))
|
|
|
6
6
|
LIBDIR = RbConfig::CONFIG['libdir']
|
|
7
7
|
INCLUDEDIR = RbConfig::CONFIG['includedir']
|
|
8
8
|
|
|
9
|
-
$CFLAGS << " #{ENV["CFLAGS"]}" << `pkg-config --cflags simple-tiles pangocairo`.chomp << `gdal-config --cflags`.chomp
|
|
10
|
-
$LIBS << " #{ENV["LIBS"]}" << `pkg-config --libs simple-tiles pangocairo`.chomp << `gdal-config --libs`
|
|
9
|
+
$CFLAGS << " #{ENV["CFLAGS"]}" << `PKG_CONFIG_PATH=/opt/X11/lib/pkgconfig:$PKG_CONFIG_PATH pkg-config --cflags simple-tiles pangocairo`.chomp << `gdal-config --cflags`.chomp
|
|
10
|
+
$LIBS << " #{ENV["LIBS"]}" << `PKG_CONFIG_PATH=/opt/X11/lib/pkgconfig:$PKG_CONFIG_PATH pkg-config --libs simple-tiles pangocairo`.chomp << `gdal-config --libs`
|
|
11
11
|
|
|
12
12
|
HEADER_DIRS = [
|
|
13
13
|
'/usr/local/include',
|
data/index.erb
CHANGED
|
@@ -435,6 +435,8 @@ CODE
|
|
|
435
435
|
<h2>Change Log</h2>
|
|
436
436
|
|
|
437
437
|
<dl>
|
|
438
|
+
<dd><b>0.1.1</b> — February, 10th 2014</dd>
|
|
439
|
+
<dt>Small fix for building on OSX.</dt>
|
|
438
440
|
<dd><b>0.1.0</b> — February, 4th 2014</dd>
|
|
439
441
|
<dt>Sync with upstream Simple Tiles changes.</dt>
|
|
440
442
|
<dd><b>0.0.9</b> — December, 2nd 2013</dd>
|
data/index.html
CHANGED
|
@@ -415,6 +415,8 @@ $ gem install simpler-tiles
|
|
|
415
415
|
<h2>Change Log</h2>
|
|
416
416
|
|
|
417
417
|
<dl>
|
|
418
|
+
<dd><b>0.1.1</b> — February, 10th 2014</dd>
|
|
419
|
+
<dt>Small fix for building on OSX.</dt>
|
|
418
420
|
<dd><b>0.1.0</b> — February, 4th 2014</dd>
|
|
419
421
|
<dt>Sync with upstream Simple Tiles changes.</dt>
|
|
420
422
|
<dd><b>0.0.9</b> — December, 2nd 2013</dd>
|