Skip to content

Commit

Permalink
Release 0.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
timcharper committed Jul 9, 2010
1 parent ed92408 commit a7b944f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions History.txt
@@ -1,3 +1,9 @@
== 0.8.4

* Add adapter for Padrino (Elliot Winkler)
* Fix the diagnoser so that when it overrides Kernel#require it doesn't step on Bundler's toes (Elliot Winkler)
* show verbose error when failing to install win32-process gem (Tim Harper)

== 0.8.3

* addresses an issue where spork conditional dependency installation would unnecesarily fail
Expand Down
2 changes: 1 addition & 1 deletion spork.gemspec
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = %q{spork}
s.version = "0.8.3"
s.version = "0.8.4"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Tim Harper", "Donald Parish"]
Expand Down

0 comments on commit a7b944f

Please sign in to comment.