Skip to content

Commit

Permalink
Release 0.5.9
Browse files Browse the repository at this point in the history
  • Loading branch information
delano committed Mar 15, 2010
1 parent 1c51671 commit 990bc8c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion benelux.gemspec
@@ -1,7 +1,7 @@
@spec = Gem::Specification.new do |s|
s.name = "benelux"
s.rubyforge_project = 'benelux'
s.version = "0.5.8"
s.version = "0.5.9"
s.summary = "Benelux: A mad way to time Ruby codes"
s.description = s.summary
s.author = "Delano Mandelbaum"
Expand Down
2 changes: 1 addition & 1 deletion lib/benelux.rb
Expand Up @@ -4,7 +4,7 @@
require 'selectable'

module Benelux
VERSION = "0.5.8"
VERSION = "0.5.9"
NOTSUPPORTED = [Class, Object, Kernel]

class BeneluxError < RuntimeError; end
Expand Down

0 comments on commit 990bc8c

Please sign in to comment.