Skip to content

Commit

Permalink
Release 0.5.0 (Back to thread timelines :])
Browse files Browse the repository at this point in the history
  • Loading branch information
delano committed Oct 21, 2009
1 parent 6655e98 commit f793ca5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion benelux.gemspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@spec = Gem::Specification.new do |s|
s.name = "benelux"
s.rubyforge_project = 'benelux'
s.version = "0.4.4"
s.version = "0.5.0"
s.summary = "Benelux: Little freakin' timers for your Ruby codes"
s.description = s.summary
s.author = "Delano Mandelbaum"
Expand Down Expand Up @@ -46,6 +46,7 @@
tryouts/30_timeline_tryouts.rb
tryouts/proofs/alias_performance.rb
tryouts/proofs/array_performance.rb
tryouts/proofs/thread_array.rb
tryouts/proofs/timer_threading.rb
)

Expand Down
2 changes: 1 addition & 1 deletion lib/benelux.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
require 'selectable'

module Benelux
VERSION = "0.4.4"
VERSION = "0.5.0"
NOTSUPPORTED = [Class, Object, Kernel]

class BeneluxError < RuntimeError; end
Expand Down

0 comments on commit f793ca5

Please sign in to comment.