- fixed capability with MRI 2.0 [Todd Mazierski and Jonathan del Strother]
- kill all children in tests [Michael Grosser]
- Fix the case where file_name is nil [Tyson Tate]
- Short aliases for serve and push [Kir Shatrov]
- Trailing params for Rspec as well [Marek Rosa]
- Prevent multiple test processes from running [Todd Mazierski]
- Debug via puts replaced with Logger [Todd Mazierski]
- 2 layers of SIGINT handling to Spin server [Todd Mazierski]
- add -v flag to spin and kick off integration testing [Michael Grosser]
- Options refactoring, namespaces and more tests [Michael Grosser]
- Do not create multidimensional ARGVs [☈king]
- Don't preload rspec/rails [Jonathan del Strother]
- Do not fail with missing root or missing .spin [Michael Grosser]
- Allow spin to run from a subdirectory of the project. [Dylan Thacker-Smith]
- Delete the socket file when spin serve exits. [Dylan Thacker-Smith]
- Adds ability to specify a line number for the RSpec. [Dmitry Koprov]
- Add --preload FILE option to preload whatever people want [Michael Grosser]
- Hooks [Michael Grosser]
- Make connection tty so we preserve colors [Michael Grosser]
- Fix issues with nil values from v0.4.4 release
- Refactor spin-push to support kicker-2.5.0 [Vivek Khokhar]
- Fixes colored output for Rspec users [Brian Helmkamp]
- Fixes "undefined local variable or method 'conn'" bug [Ben Brinckerhoff
- Restores compat with kicker
- Now supports line numbers for RSpec users. [Marek Prihoda] spin push spec/models/user_spec.rb:25
- Stream results back to the client when using --push-results [Ben Brinckerhoff]
- RSpec is now preloaded for RSpec users. Shaves up to a few seconds off of each test run. [Marek Prihoda]
- Added a -p (--push-results) flag that displays results in the push process.
- Added --test-unit option to force test framwork to Test::Unit.
- Ensure that we don't spin up duplicate files.
- Add --time flag to see total execution time. [Mark Mulder]
- Doesn't spin up anything if push received no valid files. (Fixes #13)
- Adds a -e option stub to keep kicker happy.
- Adds --rspec option to force test framework to rspec.
- Adds a -I option to append directories to LOAD_PATH.
- Allows multiple files to be pushed at the same time.
- Ensure that the paths generated for the socket file are valid on Ubuntu.