Skip to content

Commit

Permalink
release 0.7.6
Browse files Browse the repository at this point in the history
  • Loading branch information
timcharper committed Mar 3, 2010
1 parent 03c1f74 commit 4abb539
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
4 changes: 4 additions & 0 deletions History.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
== 0.7.6

* Kernel#at_exit hooks defined during a run (child process) are called at the termination of said process. (Kernel#at_exit hooks defined during pre-fork initialization aren't called until the server shuts down)

== 0.7.4

* output tested rails versions to TESTED_RAILS_VERSIONS.txt
Expand Down
2 changes: 1 addition & 1 deletion VERSION.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
:major: 0
:minor: 7
:patch: 5
:patch: 6
5 changes: 3 additions & 2 deletions spork.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@

Gem::Specification.new do |s|
s.name = %q{spork}
s.version = "0.7.5"
s.version = "0.7.6"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Tim Harper"]
s.date = %q{2009-12-28}
s.date = %q{2010-03-02}
s.default_executable = %q{spork}
s.description = %q{A forking Drb spec server}
s.email = ["[email protected]"]
Expand All @@ -22,6 +22,7 @@ Gem::Specification.new do |s|
"MIT-LICENSE",
"README.rdoc",
"assets/bootstrap.rb",
"features/at_exit_during_each_run.feature",
"features/cucumber_rails_integration.feature",
"features/diagnostic_mode.feature",
"features/rails_delayed_loading_workarounds.feature",
Expand Down

0 comments on commit 4abb539

Please sign in to comment.