foma 0.2.0 → 0.2.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.
- data/README.rdoc +5 -0
- data/VERSION +1 -1
- data/ext/extconf.rb +1 -0
- data/foma.gemspec +2 -2
- metadata +2 -2
data/README.rdoc
CHANGED
|
@@ -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.
|
|
1
|
+
0.2.1
|
data/ext/extconf.rb
CHANGED
data/foma.gemspec
CHANGED
|
@@ -5,11 +5,11 @@
|
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = "foma"
|
|
8
|
-
s.version = "0.2.
|
|
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-
|
|
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.
|
|
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-
|
|
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
|