libtcod 0.0.4 → 0.0.5

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/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # libtcod-ruby 0.0.4
1
+ # libtcod-ruby 0.0.5
2
2
 
3
3
  Ruby bindings for [libtcod 1.5.1](http://doryen.eptalys.net/libtcod/)
4
4
 
Binary file
@@ -5,6 +5,8 @@ module TCOD
5
5
 
6
6
  if RUBY_PLATFORM.include?('mingw32')
7
7
  ffi_lib ['libtcod-mingw', File.join(APP_ROOT, "clib/i686/libtcod-mingw.dll").gsub('/', '\\')]
8
+ elsif RUBY_PLATFORM.include?('darwin')
9
+ ffi_lib ['libtcod', File.join(APP_ROOT, "clib/amd64/libtcod.dylib")]
8
10
  elsif RUBY_PLATFORM.include?('x86_64')
9
11
  ffi_lib ['libtcod', File.join(APP_ROOT, "clib/amd64/libtcod.so")]
10
12
  else
@@ -1,3 +1,3 @@
1
1
  module TCOD
2
- VERSION = "0.0.4"
2
+ VERSION = "0.0.5"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: libtcod
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -60,6 +60,7 @@ files:
60
60
  - bin/libtcod-ruby-test
61
61
  - bin/oryx_tiles.png
62
62
  - clib/amd64/libSDL.so
63
+ - clib/amd64/libtcod.dylib
63
64
  - clib/amd64/libtcod.so
64
65
  - clib/i686/SDL.dll
65
66
  - clib/i686/libSDL.so