Skip to content

Commit

Permalink
Release 0.5.15 (require 'storable')
Browse files Browse the repository at this point in the history
  • Loading branch information
delano committed Apr 4, 2010
1 parent a5be5d1 commit c97a018
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGES.txt
@@ -1,6 +1,10 @@
BENELUX, CHANGES


#### 0.5.15 (2010-04-03) ##############################

* FIXED: require 'storable'. Rookie!

#### 0.5.14 (2010-03-23) ##############################

New dependency: storable >= 0.6.5
Expand Down
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.14"
s.version = "0.5.15"
s.summary = "Benelux: A mad way to time Ruby codes"
s.description = s.summary
s.author = "Delano Mandelbaum"
Expand Down
3 changes: 2 additions & 1 deletion lib/benelux.rb
Expand Up @@ -2,9 +2,10 @@
require 'thread'
require 'thwait'
require 'selectable'
require 'storable'

module Benelux
VERSION = "0.5.14"
VERSION = "0.5.15"
NOTSUPPORTED = [Class, Object, Kernel]

class BeneluxError < RuntimeError; end
Expand Down

0 comments on commit c97a018

Please sign in to comment.