rglpk 0.1 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (7) hide show
  1. data/History.txt +4 -0
  2. data/License.txt +0 -0
  3. data/Manifest.txt +0 -0
  4. data/README.txt +0 -0
  5. data/Rakefile.rb +3 -4
  6. data/ext/rglpk.c +5006 -1278
  7. metadata +43 -37
metadata CHANGED
@@ -1,34 +1,28 @@
1
1
  --- !ruby/object:Gem::Specification
2
- rubygems_version: 0.9.4
3
- specification_version: 1
4
2
  name: rglpk
5
3
  version: !ruby/object:Gem::Version
6
- version: "0.1"
7
- date: 2007-10-25 00:00:00 +09:00
8
- summary: Rglpk is a package providing a Ruby wrapper to the GNU glpk library (http://www.gnu.org/software/glpk/). The GLPK (GNU Linear Programming Kit) package is intended for solving large-scale linear programming (LP), mixed integer programming (MIP), and other related problems.
9
- require_paths:
10
- - lib
11
- - test
12
- email: alexg@kuicr.kyoto-u.ac.jp
13
- homepage: http://rglpk.rubyforge.org/
14
- rubyforge_project: rglpk
15
- description: Rglpk is a package providing a Ruby wrapper to the GNU glpk library (http://www.gnu.org/software/glpk/). The GLPK (GNU Linear Programming Kit) package is intended for solving large-scale linear programming (LP), mixed integer programming (MIP), and other related problems.
16
- autorequire:
17
- default_executable:
18
- bindir: bin
19
- has_rdoc: true
20
- required_ruby_version: !ruby/object:Gem::Version::Requirement
21
- requirements:
22
- - - ">"
23
- - !ruby/object:Gem::Version
24
- version: 0.0.0
25
- version:
4
+ version: 0.1.1
26
5
  platform: ruby
27
- signing_key:
28
- cert_chain:
29
- post_install_message:
30
6
  authors:
31
7
  - Alex Gutteridge
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+
12
+ date: 2008-11-19 00:00:00 +00:00
13
+ default_executable:
14
+ dependencies: []
15
+
16
+ description: Rglpk is a package providing a Ruby wrapper to the GNU glpk library (http://www.gnu.org/software/glpk/). The GLPK (GNU Linear Programming Kit) package is intended for solving large-scale linear programming (LP), mixed integer programming (MIP), and other related problems.
17
+ email: alexg@kuicr.kyoto-u.ac.jp
18
+ executables: []
19
+
20
+ extensions:
21
+ - ext/extconf.rb
22
+ extra_rdoc_files:
23
+ - README.txt
24
+ - History.txt
25
+ - License.txt
32
26
  files:
33
27
  - History.txt
34
28
  - License.txt
@@ -42,23 +36,35 @@ files:
42
36
  - swig/configure.in
43
37
  - swig/glpk.i
44
38
  - test/test_all.rb
45
- test_files:
46
- - test/test_all.rb
39
+ has_rdoc: true
40
+ homepage: http://rglpk.rubyforge.org/
41
+ post_install_message:
47
42
  rdoc_options:
48
43
  - --exclude
49
44
  - test/*
50
45
  - --main
51
46
  - README.txt
52
47
  - --inline-source
53
- extra_rdoc_files:
54
- - README.txt
55
- - History.txt
56
- - License.txt
57
- executables: []
58
-
59
- extensions:
60
- - ext/extconf.rb
48
+ require_paths:
49
+ - test
50
+ required_ruby_version: !ruby/object:Gem::Requirement
51
+ requirements:
52
+ - - ">="
53
+ - !ruby/object:Gem::Version
54
+ version: "0"
55
+ version:
56
+ required_rubygems_version: !ruby/object:Gem::Requirement
57
+ requirements:
58
+ - - ">="
59
+ - !ruby/object:Gem::Version
60
+ version: "0"
61
+ version:
61
62
  requirements: []
62
63
 
63
- dependencies: []
64
-
64
+ rubyforge_project: rglpk
65
+ rubygems_version: 1.3.1
66
+ signing_key:
67
+ specification_version: 2
68
+ summary: Rglpk is a package providing a Ruby wrapper to the GNU glpk library (http://www.gnu.org/software/glpk/). The GLPK (GNU Linear Programming Kit) package is intended for solving large-scale linear programming (LP), mixed integer programming (MIP), and other related problems.
69
+ test_files:
70
+ - test/test_all.rb