Skip to content

Latest commit

 

History

History
55 lines (42 loc) · 1.27 KB

History.markdown

File metadata and controls

55 lines (42 loc) · 1.27 KB

History

0.2.6

master

  • [fixed] Rsync now transfer symbolic links. gh-6
  • [fixed] DbScrub explicitly requires its dependencies and no longer loads the Rakefile. gh-10

0.2.5

2010-05-13

  • [changed] The rails plugin now runs in a Rails.configuration.after_intialize block

0.2.4

2010-05-10

  • [added] Correct exit status
  • [fixed] Will reconnect when connection is lost while requesting tests

0.2.3

2010-04-25

  • [fixed] Absolute paths in rsyncd.conf restrict portability. The rsync daemon completely fails when it can't find the path to serve which typically happens running specjour on another computer. Remove your rsyncd.conf to regenerate a new one. Back it up first if you've made changes to it. Backwards Incompatible

  • [fixed] CPU core detection works on OSX Core i7 (thanks Hashrocket!)

0.2.2

2010-04-22

  • [added] Backtrace for cucumber failures

0.2.1

2010-04-21

  • [added] The rsync daemon configuration file now lives in project_path/.specjour/rsyncd.conf. Edit your rsync exclusions there.
  • [fixed] Don't report connection errors when CTRL-C is sent.

0.2.0

2010-04-20

  • [added] Cucumber support. rake specjour:cucumber
  • [added] CPU Core detection, use -w to override with less or more workers