Skip to content

Commit

Permalink
Release 0.8.6 (removed attic)
Browse files Browse the repository at this point in the history
  • Loading branch information
delano committed Nov 29, 2009
1 parent 56463f3 commit f168636
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGES.txt
Expand Up @@ -11,6 +11,10 @@ TRYOUTS, CHANGES
* TODO: Clear stash between drills


#### 0.8.6 (2009-11-29) ###############################

* CHANGE: Removed Attic dependency

#### 0.8.5 (2009-10-07) ###############################

NOTE: Benchmark tryouts must now use proc style dreams
Expand Down
4 changes: 1 addition & 3 deletions lib/tryouts.rb
Expand Up @@ -2,8 +2,6 @@
require 'time'
require 'digest/sha1'

require 'attic'

autoload :SysInfo, 'sysinfo'
autoload :OpenStruct, 'ostruct'
autoload :YAML, 'yaml'
Expand Down Expand Up @@ -48,7 +46,7 @@ def message
end
end

VERSION = "0.8.5"
VERSION = "0.8.6"

require 'tryouts/mixins'
require 'tryouts/tryout'
Expand Down
3 changes: 1 addition & 2 deletions tryouts.gemspec
@@ -1,7 +1,7 @@
@spec = Gem::Specification.new do |s|
s.name = "tryouts"
s.rubyforge_project = "tryouts"
s.version = "0.8.5"
s.version = "0.8.6"
s.summary = "Tryouts is a high-level testing library (DSL) for your Ruby codes and command-line applications."
s.description = s.summary
s.author = "Delano Mandelbaum"
Expand All @@ -28,7 +28,6 @@
# = DEPENDENCIES =
# Add all gem dependencies
s.add_dependency 'rye'
s.add_dependency 'attic'
s.add_dependency 'drydock'
s.add_dependency 'sysinfo'

Expand Down

0 comments on commit f168636

Please sign in to comment.