Skip to content

Commit

Permalink
Regenerate gemspec for version 0.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
wtaysom committed Jan 3, 2012
1 parent 71d4fe9 commit 4024aa1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions rglpk.gemspec
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@


Gem::Specification.new do |s| Gem::Specification.new do |s|
s.name = %q{rglpk} s.name = %q{rglpk}
s.version = "0.2.5" s.version = "0.2.6"


s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Alex Gutteridge", "William Taysom"] s.authors = ["Alex Gutteridge", "William Taysom"]
s.date = %q{2011-06-23} s.date = %q{2012-01-03}
s.description = %q{Rglpk is a package providing a Ruby wrapper to the [GNU GLPK](http://www.gnu.org/software/glpk/) library. The GLPK (GNU Linear Programming Kit) package is intended for solving large-scale linear programming (LP), mixed integer programming (MIP), and other related problems. s.description = %q{Rglpk is a package providing a Ruby wrapper to the [GNU GLPK](http://www.gnu.org/software/glpk/) library. The GLPK (GNU Linear Programming Kit) package is intended for solving large-scale linear programming (LP), mixed integer programming (MIP), and other related problems.
Rglpk (pronounced as "wriggle-pick") is currently in alpha status and the API should be considered subject to change. Rglpk uses [Swig](http://www.swig.org/) to initially wrap the C GLPK library (using a Swig wrapper originally developed by Nigel Galloway) and then a pure Ruby library to wrap the Swig code in a more friendly OO-style. Rglpk (pronounced as "wriggle-pick") is currently in alpha status and the API should be considered subject to change. Rglpk uses [Swig](http://www.swig.org/) to initially wrap the C GLPK library (using a Swig wrapper originally developed by Nigel Galloway) and then a pure Ruby library to wrap the Swig code in a more friendly OO-style.
Expand Down Expand Up @@ -38,6 +38,7 @@ See [github](http://github.com/wtaysom/rglpk) for installation instructions. Al
"test/test_all.rb", "test/test_all.rb",
"test/test_basic.rb", "test/test_basic.rb",
"test/test_brief_example.rb", "test/test_brief_example.rb",
"test/test_memory_leaks.rb",
"test/test_problem_kind.rb" "test/test_problem_kind.rb"
] ]
s.homepage = %q{http://rglpk.rubyforge.org/} s.homepage = %q{http://rglpk.rubyforge.org/}
Expand Down

0 comments on commit 4024aa1

Please sign in to comment.