guard-spin 0.1.1 → 0.1.2
Sign up to get free protection for your applications and to get access to all the features.
- data/README.md +12 -1
- data/lib/guard/spin/runner.rb +1 -0
- data/lib/guard/spin/version.rb +1 -1
- metadata +1 -1
data/README.md
CHANGED
@@ -32,6 +32,17 @@ Guardfile
|
|
32
32
|
|
33
33
|
Please read [Guard doc](https://github.com/guard/guard#readme) for more information about the Guardfile DSL.
|
34
34
|
|
35
|
+
### Options
|
36
|
+
|
37
|
+
Available options:
|
38
|
+
|
39
|
+
``` ruby
|
40
|
+
:rspec => false # Don't use RSpec
|
41
|
+
:test_unit => false # Don't use Test::Unit
|
42
|
+
:bundler => false # Don't use "bundle exec"
|
43
|
+
:cli => '--time' # Pass options to spin serve. `spin -h` for more spin options
|
44
|
+
```
|
45
|
+
|
35
46
|
Development
|
36
47
|
-----------
|
37
48
|
|
@@ -50,4 +61,4 @@ Authors
|
|
50
61
|
Many Thanks To
|
51
62
|
--------------
|
52
63
|
|
53
|
-
* [Jesse Storimer](https://github.com/jstorimer)
|
64
|
+
* [Jesse Storimer](https://github.com/jstorimer)
|
data/lib/guard/spin/runner.rb
CHANGED
data/lib/guard/spin/version.rb
CHANGED