ask_stack 0.0.2 → 0.0.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/README.md +1 -1
- data/ask_stack.gemspec +1 -1
- data/bin/ask_stack +7 -0
- metadata +1 -1
data/README.md
CHANGED
@@ -15,7 +15,7 @@ First you have to fire up an instance of SeleniumRC on your computer.
|
|
15
15
|
|
16
16
|
You can start SeleniumRC with
|
17
17
|
|
18
|
-
|
18
|
+
ask_stack -s
|
19
19
|
|
20
20
|
This should be done in a different terminal window from the one you will
|
21
21
|
be running `ask_stack` in. You only have to start up the Selenium
|
data/ask_stack.gemspec
CHANGED
data/bin/ask_stack
CHANGED