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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 621f93cbd0c64ae8a5fa0d4bda7d829be5c6a129
4
- data.tar.gz: efeb7faca708c63ff8a105ed8d16711ccdceaa7f
3
+ metadata.gz: 4d396d185484dd11611fc94b0e31b0422433e646
4
+ data.tar.gz: 9a45900e7020a43f62f892bc4ef3cc4fb6e4ed79
5
5
  SHA512:
6
- metadata.gz: 1beb997994b79df84efc35ca4b2cf6fc080d20d0724d57bc77197b19cdae643bd4a625a0417f3cd1190a9c1e79887b2efd8fb58012d5045140891c02dbe80438
7
- data.tar.gz: 32966227cb0a067688ced7092e6e9dc3fc83981c8566d611dff1e0d7f547decc2583f2fc3c4a06df8c034d7d0e1210ee8e2984591c52da4b2eafbf97a3769897
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> &mdash; February, 10th 2014</dd>
439
+ <dt>Small fix for building on OSX.</dt>
438
440
  <dd><b>0.1.0</b> &mdash; February, 4th 2014</dd>
439
441
  <dt>Sync with upstream Simple Tiles changes.</dt>
440
442
  <dd><b>0.0.9</b> &mdash; 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> &mdash; February, 10th 2014</dd>
419
+ <dt>Small fix for building on OSX.</dt>
418
420
  <dd><b>0.1.0</b> &mdash; February, 4th 2014</dd>
419
421
  <dt>Sync with upstream Simple Tiles changes.</dt>
420
422
  <dd><b>0.0.9</b> &mdash; December, 2nd 2013</dd>
@@ -1,4 +1,4 @@
1
1
  module SimplerTiles
2
2
  # The version of the library
3
- VERSION = "0.1.0"
3
+ VERSION = "0.1.1"
4
4
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: simpler-tiles
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jeff Larson