From 493dd14662614341268f66d2ff436112f0c10cb8 Mon Sep 17 00:00:00 2001 From: Eliot Jordan Date: Fri, 13 May 2016 16:08:18 -0500 Subject: [PATCH] bump to version 0.0.4 --- README.md | 8 ++++++-- lib/simple_mapnik/version.rb | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d73b2dd..61cecdb 100644 --- a/README.md +++ b/README.md @@ -9,9 +9,13 @@ Simple ruby access to the Mapnik library using [ruby-ffi](https://github.com/ffi SimpleMapnik requires that Mapnik 3.x or 2.x be installed at `/usr/local/lib/libmapnik.*`. The gem comes with a pre-built c api library compiled on OSX 10.10.5. For linux a C++ compiler and build environment is needed. -If the OSX binary does not work, the library can be compiled (after installing a build environment) by running: ``` rake api:build ```. +If the OSX binary does not work, the library can be compiled (after installing a build environment) by running: -Mac OSX: +``` +$ rake api:build +``` + +Mac OS X: - https://github.com/mapnik/mapnik/wiki/MacInstallation or ```brew install mapnik``` - Build environment: [Xcode](https://developer.apple.com/xcode/) diff --git a/lib/simple_mapnik/version.rb b/lib/simple_mapnik/version.rb index a517917..271076d 100644 --- a/lib/simple_mapnik/version.rb +++ b/lib/simple_mapnik/version.rb @@ -1,3 +1,3 @@ module SimpleMapnik - VERSION = '0.0.3'.freeze + VERSION = '0.0.4'.freeze end