stamina 0.5.1 → 0.5.2
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/CHANGELOG.md +10 -2
- metadata +12 -12
data/CHANGELOG.md
CHANGED
|
@@ -1,8 +1,16 @@
|
|
|
1
|
+
# 0.5.2 / 2012-02-25
|
|
2
|
+
|
|
3
|
+
* Bug fixes
|
|
4
|
+
|
|
5
|
+
* Fixed the decoration algorithm on non deterministic automata. Initial states
|
|
6
|
+
considered are only those explicitly marked as initial (:initial => true) and not
|
|
7
|
+
all states reached through epsilon symbols.
|
|
8
|
+
|
|
1
9
|
# 0.5.1 / 2012-02-24
|
|
2
10
|
|
|
3
|
-
*
|
|
11
|
+
* Bug fixes
|
|
4
12
|
|
|
5
|
-
*
|
|
13
|
+
* Fixed external requires in the different gems (no such file to load sinatra)
|
|
6
14
|
|
|
7
15
|
# 0.5.0 / 2012-02-24
|
|
8
16
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: stamina
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.5.
|
|
4
|
+
version: 0.5.2
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,41 +9,41 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2012-02-
|
|
12
|
+
date: 2012-02-25 00:00:00.000000000Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: stamina-core
|
|
16
|
-
requirement: &
|
|
16
|
+
requirement: &86974030 !ruby/object:Gem::Requirement
|
|
17
17
|
none: false
|
|
18
18
|
requirements:
|
|
19
19
|
- - =
|
|
20
20
|
- !ruby/object:Gem::Version
|
|
21
|
-
version: 0.5.
|
|
21
|
+
version: 0.5.2
|
|
22
22
|
type: :runtime
|
|
23
23
|
prerelease: false
|
|
24
|
-
version_requirements: *
|
|
24
|
+
version_requirements: *86974030
|
|
25
25
|
- !ruby/object:Gem::Dependency
|
|
26
26
|
name: stamina-induction
|
|
27
|
-
requirement: &
|
|
27
|
+
requirement: &86973790 !ruby/object:Gem::Requirement
|
|
28
28
|
none: false
|
|
29
29
|
requirements:
|
|
30
30
|
- - =
|
|
31
31
|
- !ruby/object:Gem::Version
|
|
32
|
-
version: 0.5.
|
|
32
|
+
version: 0.5.2
|
|
33
33
|
type: :runtime
|
|
34
34
|
prerelease: false
|
|
35
|
-
version_requirements: *
|
|
35
|
+
version_requirements: *86973790
|
|
36
36
|
- !ruby/object:Gem::Dependency
|
|
37
37
|
name: stamina-gui
|
|
38
|
-
requirement: &
|
|
38
|
+
requirement: &86973560 !ruby/object:Gem::Requirement
|
|
39
39
|
none: false
|
|
40
40
|
requirements:
|
|
41
41
|
- - =
|
|
42
42
|
- !ruby/object:Gem::Version
|
|
43
|
-
version: 0.5.
|
|
43
|
+
version: 0.5.2
|
|
44
44
|
type: :runtime
|
|
45
45
|
prerelease: false
|
|
46
|
-
version_requirements: *
|
|
46
|
+
version_requirements: *86973560
|
|
47
47
|
description: ! "Stamina is an automaton and regular inference toolkit initially developped
|
|
48
48
|
for the \nbaseline of the Stamina Competition (stamina.chefbe.net)."
|
|
49
49
|
email:
|
|
@@ -77,7 +77,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
77
77
|
version: '0'
|
|
78
78
|
requirements: []
|
|
79
79
|
rubyforge_project:
|
|
80
|
-
rubygems_version: 1.8.
|
|
80
|
+
rubygems_version: 1.8.15
|
|
81
81
|
signing_key:
|
|
82
82
|
specification_version: 3
|
|
83
83
|
summary: Automaton and Regular Inference Toolkit
|