boojs 0.0.9 → 0.0.10
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 +4 -0
- data/lib/boojs/version.rb +1 -1
- data/usage.gif +0 -0
- metadata +2 -2
- data/m. +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 75d5856ca231ce6f7aefa65803ccb001d744e5cc
|
|
4
|
+
data.tar.gz: 5e38ce7212a4d5599f3c9bc1d1722842b2dd4756
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 744864f385a650621d6c46f27424272c1c78be38b9365e8af2de2253581e5b5d6624678579eae5a3473f9ba207b10e563688873fc9d1c4be42a2943abd388255
|
|
7
|
+
data.tar.gz: 6df21d237b4a2f163ce6e5fdcf29b305c44de91d8c14340ab90fe459f03b8fb95939ad1bf042dde696e7c5bb962c6b1496d5a057c634920b2452fb09c3d30337
|
data/README.md
CHANGED
|
@@ -5,6 +5,10 @@
|
|
|
5
5
|
[](https://bitdeli.com/free "Bitdeli Badge")
|
|
6
6
|
[](https://github.com/sotownsend/BooJS/blob/master/LICENSE)
|
|
7
7
|
|
|
8
|
+
<p align="center">
|
|
9
|
+
<img src="https://raw.githubusercontent.com/sotownsend/boojs/master/usage.gif" />
|
|
10
|
+
</p>
|
|
11
|
+
|
|
8
12
|
# What is this?
|
|
9
13
|
A simple tool that allows you to execute javascript in the command line as if you were in a browser. Built on-top of [PhantomJS](phantomjs.org) and
|
|
10
14
|
addresess it's shortcomings as a unix tool.
|
data/lib/boojs/version.rb
CHANGED
data/usage.gif
ADDED
|
Binary file
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: boojs
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.10
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- seo
|
|
@@ -99,8 +99,8 @@ files:
|
|
|
99
99
|
- lib/boojs.rb
|
|
100
100
|
- lib/boojs/version.rb
|
|
101
101
|
- logo.png
|
|
102
|
-
- m.
|
|
103
102
|
- spec/cli_spec.rb
|
|
103
|
+
- usage.gif
|
|
104
104
|
homepage: https://github.com/sotownsend/BooJS
|
|
105
105
|
licenses:
|
|
106
106
|
- MIT
|
data/m.
DELETED
|
File without changes
|