spin 0.5.1 → 0.5.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/bin/spin +0 -1
- metadata +2 -2
data/bin/spin
CHANGED
|
@@ -102,7 +102,6 @@ def serve(force_rspec, force_testunit, time, push_results, preload)
|
|
|
102
102
|
|
|
103
103
|
# Preload RSpec to save some time on each test run
|
|
104
104
|
begin
|
|
105
|
-
require 'rspec/rails'
|
|
106
105
|
require 'rspec/autorun'
|
|
107
106
|
|
|
108
107
|
# Tell RSpec it's running with a tty to allow colored output
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: spin
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.5.
|
|
4
|
+
version: 0.5.3
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2012-07-
|
|
12
|
+
date: 2012-07-27 00:00:00.000000000 Z
|
|
13
13
|
dependencies: []
|
|
14
14
|
description: ! 'Spin preloads your Rails environment to speed up your autotest(ish)
|
|
15
15
|
workflow.
|