ffi-icu 0.1.4 → 0.1.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 529b56ff2b576d863a9e7d221572ecce3c82575b
4
- data.tar.gz: ba2279127152fc41ff8ee1c5663ed10c92809a80
3
+ metadata.gz: ebf8ce2089aae2e74fc8148750c4cbe15544df07
4
+ data.tar.gz: 94c1ecae04297768e9ec918893810827b359b51a
5
5
  SHA512:
6
- metadata.gz: 8b5e99bb6e1ed6d3309e0b024a73a38813feaf6b642070da6037baec8c4d99b7c6f3541ede0439cb90c69efaf286a39569bfcf2c7a354178cbac5907ab6286f3
7
- data.tar.gz: fcba16704ab2146ae58c452d635a69125eca9bf358c2a5d5839ff9d011ee40201cd4530a4a6b6119c7d5276be24b2e6034b096df79e362f5a85b651ac9dad723
6
+ metadata.gz: b8cedfa71f9ed5bdb8bc1565fc74e0b35e34ec23042b5580236a307fcea454d3d5e44a5363cc0f7b2ffb549669f84146aa6d58caecf0fb3c640f1b79e35fe0bc
7
+ data.tar.gz: 7bbaa3f1345c3f0390bf6eb0b7588806225e8a9b4ac039771b8ea3dfe87f58eb6fd7ab27211f92b3ad73fedab1a2f9bd47f51867a75547ddca974b9eea002c35
data/LICENSE CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) 2010-2014 Jari Bakken
1
+ Copyright (c) 2010-2015 Jari Bakken
2
2
 
3
3
  Permission is hereby granted, free of charge, to any person obtaining
4
4
  a copy of this software and associated documentation files (the
data/README.md CHANGED
@@ -135,4 +135,4 @@ Note on Patches/Pull Requests
135
135
  Copyright
136
136
  =========
137
137
 
138
- Copyright (c) 2010-2014 Jari Bakken. See LICENSE for details.
138
+ Copyright (c) 2010-2015 Jari Bakken. See LICENSE for details.
@@ -35,6 +35,9 @@ module ICU
35
35
  def self.load_icu
36
36
  # First find the library
37
37
  lib_names = case ICU.platform
38
+ when :bsd
39
+ [find_lib("libicui18n.#{FFI::Platform::LIBSUFFIX}.??"),
40
+ find_lib("libicutu.#{FFI::Platform::LIBSUFFIX}.??")]
38
41
  when :osx
39
42
  [find_lib("libicucore.#{FFI::Platform::LIBSUFFIX}")]
40
43
  when :linux
@@ -1,3 +1,3 @@
1
1
  module ICU
2
- VERSION = "0.1.4"
2
+ VERSION = "0.1.5"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ffi-icu
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.4
4
+ version: 0.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jari Bakken
@@ -140,3 +140,4 @@ test_files:
140
140
  - spec/spec_helper.rb
141
141
  - spec/transliteration_spec.rb
142
142
  - spec/uchar_spec.rb
143
+ has_rdoc: