rubyplb 0.2.4 → 0.2.4.1
Sign up to get free protection for your applications and to get access to all the features.
- data/VERSION +1 -1
- data/bin/rubyplb +1 -1
- data/rubyplb.gemspec +5 -5
- metadata +5 -4
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.2.4
|
1
|
+
0.2.4.1
|
data/bin/rubyplb
CHANGED
data/rubyplb.gemspec
CHANGED
@@ -5,13 +5,13 @@
|
|
5
5
|
|
6
6
|
Gem::Specification.new do |s|
|
7
7
|
s.name = %q{rubyplb}
|
8
|
-
s.version = "0.2.4"
|
9
|
-
|
8
|
+
s.version = "0.2.4.1"
|
9
|
+
s.required_ruby_version = ">=1.8.7"
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
11
|
-
s.authors = ["Yoichiro Hasebe"]
|
11
|
+
s.authors = ["Kow Kuroda", "Yoichiro Hasebe"]
|
12
12
|
s.date = %q{2009-09-05}
|
13
13
|
s.default_executable = %q{rubyplb}
|
14
|
-
s.description = %q{Command line Pattern Lattice building tool
|
14
|
+
s.description = %q{Command line Pattern Lattice building tool written in Ruby}
|
15
15
|
s.email = %q{yohasebe@gmail.com}
|
16
16
|
s.executables = ["rubyplb"]
|
17
17
|
s.extra_rdoc_files = [
|
@@ -38,7 +38,7 @@ Gem::Specification.new do |s|
|
|
38
38
|
s.rdoc_options = ["--charset=UTF-8"]
|
39
39
|
s.require_paths = ["lib"]
|
40
40
|
s.rubygems_version = %q{1.3.5}
|
41
|
-
s.summary = %q{Command line Pattern Lattice building tool
|
41
|
+
s.summary = %q{Command line Pattern Lattice building tool written in Ruby}
|
42
42
|
s.test_files = [
|
43
43
|
"test/rubyplb_test.rb",
|
44
44
|
"test/test_helper.rb"
|
metadata
CHANGED
@@ -1,9 +1,10 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rubyplb
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.4
|
4
|
+
version: 0.2.4.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
|
+
- Kow Kuroda
|
7
8
|
- Yoichiro Hasebe
|
8
9
|
autorequire:
|
9
10
|
bindir: bin
|
@@ -22,7 +23,7 @@ dependencies:
|
|
22
23
|
- !ruby/object:Gem::Version
|
23
24
|
version: "0"
|
24
25
|
version:
|
25
|
-
description: Command line Pattern Lattice building tool
|
26
|
+
description: Command line Pattern Lattice building tool written in Ruby
|
26
27
|
email: yohasebe@gmail.com
|
27
28
|
executables:
|
28
29
|
- rubyplb
|
@@ -59,7 +60,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
59
60
|
requirements:
|
60
61
|
- - ">="
|
61
62
|
- !ruby/object:Gem::Version
|
62
|
-
version:
|
63
|
+
version: 1.8.7
|
63
64
|
version:
|
64
65
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
65
66
|
requirements:
|
@@ -73,7 +74,7 @@ rubyforge_project:
|
|
73
74
|
rubygems_version: 1.3.5
|
74
75
|
signing_key:
|
75
76
|
specification_version: 3
|
76
|
-
summary: Command line Pattern Lattice building tool
|
77
|
+
summary: Command line Pattern Lattice building tool written in Ruby
|
77
78
|
test_files:
|
78
79
|
- test/rubyplb_test.rb
|
79
80
|
- test/test_helper.rb
|