relax4 1.2.0 → 1.2.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +15 -0
- data/README.rdoc +7 -1
- data/ext/relax4/extconf.rb +1 -1
- data/lib/relax4/version.rb +1 -1
- metadata +43 -63
checksums.yaml
ADDED
@@ -0,0 +1,15 @@
|
|
1
|
+
---
|
2
|
+
!binary "U0hBMQ==":
|
3
|
+
metadata.gz: !binary |-
|
4
|
+
NWYzNDBhOTFmYWZkYTM5ZmMyZDYwZjNhNWY3MDJiYjI1NGQ4ZTkxOQ==
|
5
|
+
data.tar.gz: !binary |-
|
6
|
+
YTQzNWM3OWQ2OTYyMDE2NDNiZGRlYWFmMWFiN2Q0NzYwNjE1MjAyYw==
|
7
|
+
SHA512:
|
8
|
+
metadata.gz: !binary |-
|
9
|
+
OThmN2ZjOTAwNmFhMjUyYTM3MmM3MWNhODdiY2VmM2JlYWNlNTBkNjYzM2Mx
|
10
|
+
MjQ5Y2VmMTU2ZTY2ZDE1Zjc3MjcwMjBhNjJlNjdhYTc2MTFmMjlhZDNjMjdi
|
11
|
+
NTU5NjdiMWFiOTNmYTNmMGNlMzAwMzNmN2MwYjBhOTVjNTQ4NGM=
|
12
|
+
data.tar.gz: !binary |-
|
13
|
+
YTRhM2U2NDU2Y2Q4ZTZlNDkzNDU3NmRkM2Q4NzEzZDMzYTRkOWY1NTk5YTQ5
|
14
|
+
N2Y5NzY4MTVhZjRkMjE4ZmRjMTUwMTIxZTA2ZTI4ZGIyYWQzNTA3OTU2NTY1
|
15
|
+
MjY1OTg4N2RiODdiMmExY2RlNWNkNjlmN2M1OTY5YjMyODA1MDI=
|
data/README.rdoc
CHANGED
@@ -4,6 +4,8 @@ http://relax4.rubyforge.org
|
|
4
4
|
|
5
5
|
http://github.com/jdleesmiller/relax4_ruby
|
6
6
|
|
7
|
+
{<img src="https://secure.travis-ci.org/jdleesmiller/relax4_ruby.png"/>}[http://travis-ci.org/jdleesmiller/relax4_ruby]
|
8
|
+
|
7
9
|
== DESCRIPTION
|
8
10
|
|
9
11
|
Ruby interface for the RELAX IV code for minimum cost network flow problems,
|
@@ -129,6 +131,10 @@ use bundler to get the development dependencies:
|
|
129
131
|
|
130
132
|
== HISTORY
|
131
133
|
|
134
|
+
<em>1.2.1</em> 20131202
|
135
|
+
* fixed error with gem installation (wrong path; issue #1)
|
136
|
+
* now using gemma 3
|
137
|
+
|
132
138
|
<em>1.2.0</em> 20110905
|
133
139
|
* reorganized gem to be consistent with http://guides.rubygems.org/c-extensions
|
134
140
|
* now using gemma 2 for development tasks
|
@@ -185,7 +191,7 @@ The main author of the RELAX IV code is:
|
|
185
191
|
|
186
192
|
The code for these Ruby bindings is released under the MIT license.
|
187
193
|
|
188
|
-
Copyright (c)
|
194
|
+
Copyright (c) 2013 John Lees-Miller
|
189
195
|
|
190
196
|
Permission is hereby granted, free of charge, to any person obtaining
|
191
197
|
a copy of this software and associated documentation files (the
|
data/ext/relax4/extconf.rb
CHANGED
data/lib/relax4/version.rb
CHANGED
metadata
CHANGED
@@ -1,51 +1,40 @@
|
|
1
|
-
--- !ruby/object:Gem::Specification
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
2
|
name: relax4
|
3
|
-
version: !ruby/object:Gem::Version
|
4
|
-
|
5
|
-
prerelease:
|
6
|
-
segments:
|
7
|
-
- 1
|
8
|
-
- 2
|
9
|
-
- 0
|
10
|
-
version: 1.2.0
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 1.2.1
|
11
5
|
platform: ruby
|
12
|
-
authors:
|
6
|
+
authors:
|
13
7
|
- John Lees-Miller
|
14
8
|
autorequire:
|
15
9
|
bindir: bin
|
16
10
|
cert_chain: []
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
dependencies:
|
21
|
-
- !ruby/object:Gem::Dependency
|
22
|
-
requirement: &id001 !ruby/object:Gem::Requirement
|
23
|
-
none: false
|
24
|
-
requirements:
|
25
|
-
- - ~>
|
26
|
-
- !ruby/object:Gem::Version
|
27
|
-
hash: 15
|
28
|
-
segments:
|
29
|
-
- 2
|
30
|
-
- 0
|
31
|
-
- 0
|
32
|
-
version: 2.0.0
|
33
|
-
version_requirements: *id001
|
11
|
+
date: 2013-12-02 00:00:00.000000000 Z
|
12
|
+
dependencies:
|
13
|
+
- !ruby/object:Gem::Dependency
|
34
14
|
name: gemma
|
35
|
-
|
15
|
+
requirement: !ruby/object:Gem::Requirement
|
16
|
+
requirements:
|
17
|
+
- - ~>
|
18
|
+
- !ruby/object:Gem::Version
|
19
|
+
version: 3.0.0
|
36
20
|
type: :development
|
37
|
-
|
38
|
-
|
21
|
+
prerelease: false
|
22
|
+
version_requirements: !ruby/object:Gem::Requirement
|
23
|
+
requirements:
|
24
|
+
- - ~>
|
25
|
+
- !ruby/object:Gem::Version
|
26
|
+
version: 3.0.0
|
27
|
+
description: ! 'Ruby interface for the RELAX IV code by D.P. Bertsekas and P. Tseng.
|
39
28
|
|
40
|
-
|
29
|
+
'
|
30
|
+
email:
|
41
31
|
- jdleesmiller@gmail.com
|
42
32
|
executables: []
|
43
|
-
|
44
|
-
extensions:
|
33
|
+
extensions:
|
45
34
|
- ext/relax4/extconf.rb
|
46
|
-
extra_rdoc_files:
|
35
|
+
extra_rdoc_files:
|
47
36
|
- README.rdoc
|
48
|
-
files:
|
37
|
+
files:
|
49
38
|
- lib/relax4/version.rb
|
50
39
|
- lib/relax4.rb
|
51
40
|
- ext/relax4/extconf.rb
|
@@ -53,49 +42,40 @@ files:
|
|
53
42
|
- ext/relax4/relax4.c
|
54
43
|
- ext/relax4/relax4.h
|
55
44
|
- test/relax4/test_solve_5.inp
|
56
|
-
- test/relax4/test_solve_6.inp
|
57
45
|
- test/relax4/test_solve_4.inp
|
46
|
+
- test/relax4/test_solve_6.inp
|
58
47
|
- test/relax4/RELAX4.INP
|
59
48
|
- README.rdoc
|
60
49
|
- test/relax4/relax4_test.rb
|
61
|
-
has_rdoc: true
|
62
50
|
homepage: http://relax4.rubyforge.org/
|
63
51
|
licenses: []
|
64
|
-
|
52
|
+
metadata: {}
|
65
53
|
post_install_message:
|
66
|
-
rdoc_options:
|
54
|
+
rdoc_options:
|
67
55
|
- --main
|
68
56
|
- README.rdoc
|
69
57
|
- --title
|
70
|
-
- relax4-1.2.
|
58
|
+
- relax4-1.2.1
|
71
59
|
- --exclude
|
72
60
|
- ext
|
73
|
-
require_paths:
|
61
|
+
require_paths:
|
74
62
|
- lib
|
75
|
-
required_ruby_version: !ruby/object:Gem::Requirement
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
|
82
|
-
|
83
|
-
|
84
|
-
|
85
|
-
none: false
|
86
|
-
requirements:
|
87
|
-
- - ">="
|
88
|
-
- !ruby/object:Gem::Version
|
89
|
-
hash: 3
|
90
|
-
segments:
|
91
|
-
- 0
|
92
|
-
version: "0"
|
63
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
64
|
+
requirements:
|
65
|
+
- - ! '>='
|
66
|
+
- !ruby/object:Gem::Version
|
67
|
+
version: '0'
|
68
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
69
|
+
requirements:
|
70
|
+
- - ! '>='
|
71
|
+
- !ruby/object:Gem::Version
|
72
|
+
version: '0'
|
93
73
|
requirements: []
|
94
|
-
|
95
74
|
rubyforge_project: relax4
|
96
|
-
rubygems_version: 1.
|
75
|
+
rubygems_version: 2.1.11
|
97
76
|
signing_key:
|
98
|
-
specification_version:
|
77
|
+
specification_version: 4
|
99
78
|
summary: The RELAX IV code for the Minimum Cost Network Flow Problem
|
100
|
-
test_files:
|
79
|
+
test_files:
|
101
80
|
- test/relax4/relax4_test.rb
|
81
|
+
has_rdoc:
|