boojs 0.0.17 → 0.0.18
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.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/lib/boojs/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c278e7cb8471ab38368935b5343449e074124f6b
|
4
|
+
data.tar.gz: 2f154ebe9f317c4c4e729a8f5ed2782c698881fa
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f000ce203fe103e565c3023390d358d5e747b645ab5e2914a88d32ac1ac8280cbd389e2be4e74b2332f0ff321a10a1a8abae9f231cd9c31d980330f3eca6e440
|
7
|
+
data.tar.gz: 4f2fb75830f6c5ae94718e7c3622a99c78a88d97a4e68b6d5b2fb67236ff45b2e2c9eb9876b40b8449a10d44af074cc4e89b3b9a4b775b8be52aa36ce971b67f
|
data/README.md
CHANGED
@@ -51,7 +51,7 @@ Execute a javascript statement, and then immediately exit. Exceptions will retur
|
|
51
51
|
|
52
52
|
Execute a javascript statement, and then wait 4 seconds before exiting. Exceptions will return 1 and end execution early.
|
53
53
|
```sh
|
54
|
-
(sh)>boojs -e "console.log(document); -t 4
|
54
|
+
(sh)>boojs -e "console.log(document);" -t 4
|
55
55
|
```
|
56
56
|
|
57
57
|
|
data/lib/boojs/version.rb
CHANGED