foma 0.2.0 → 0.2.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (5) hide show
  1. data/README.rdoc +5 -0
  2. data/VERSION +1 -1
  3. data/ext/extconf.rb +1 -0
  4. data/foma.gemspec +2 -2
  5. metadata +2 -2
@@ -10,6 +10,11 @@ supported.
10
10
 
11
11
  gem install foma
12
12
 
13
+ If the foma headers and library are installed in a non-standard location, you
14
+ can specify the relevant paths like this:
15
+
16
+ gem install foma -- --with-foma-include=/some/where --with-foma-lib=/some/where
17
+
13
18
  == Usage
14
19
 
15
20
  fsm = FOMA::FSM.new("fsm.bin")
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.2.0
1
+ 0.2.1
@@ -1,3 +1,4 @@
1
1
  require 'mkmf'
2
2
  $LDFLAGS = '-lfoma'
3
+ dir_config("foma")
3
4
  create_makefile "foma"
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = "foma"
8
- s.version = "0.2.0"
8
+ s.version = "0.2.1"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Marius L. J\u{f8}hndal"]
12
- s.date = "2012-01-26"
12
+ s.date = "2012-08-16"
13
13
  s.description = "A wrapper for the FOMA finite state library"
14
14
  s.email = "mariuslj (at) ifi [dot] uio (dot) no"
15
15
  s.extensions = ["ext/extconf.rb"]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: foma
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-01-26 00:00:00.000000000 Z
12
+ date: 2012-08-16 00:00:00.000000000 Z
13
13
  dependencies: []
14
14
  description: A wrapper for the FOMA finite state library
15
15
  email: mariuslj (at) ifi [dot] uio (dot) no