Skip to content

Commit

Permalink
Version bump to 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
wtaysom committed Oct 25, 2010
1 parent ce8d2a8 commit 9bc2709
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
4 changes: 4 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# rglpk 0.2.2 2010-10-25

* Exclude RDoc generation since we don't yet have any.

# rglpk 0.2.1 2010-10-13

* Point readers to gethub in README.
Expand Down
1 change: 1 addition & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ begin

gemspec.extensions << 'ext/extconf.rb'
gemspec.require_paths << 'ext'
gemspec.rdoc_options << "--exclude" << "."
end
Jeweler::GemcutterTasks.new
rescue LoadError
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.1
0.2.2
4 changes: 2 additions & 2 deletions rglpk.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Gem::Specification.new do |s|

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Alex Gutteridge", "William Taysom"]
s.date = %q{2010-10-13}
s.date = %q{2010-10-25}
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.
Expand Down Expand Up @@ -42,7 +42,7 @@ See [github](http://github.com/wtaysom/rglpk) for installation instructions. Al
"test/test_problem_kind.rb"
]
s.homepage = %q{http://rglpk.rubyforge.org/}
s.rdoc_options = ["--charset=UTF-8"]
s.rdoc_options = ["--charset=UTF-8", "--exclude", "."]
s.require_paths = ["lib", "ext", "ext"]
s.rubyforge_project = %q{rglpk}
s.rubygems_version = %q{1.3.7}
Expand Down

0 comments on commit 9bc2709

Please sign in to comment.