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.
Files changed (6) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +4 -0
  3. data/lib/boojs/version.rb +1 -1
  4. data/usage.gif +0 -0
  5. metadata +2 -2
  6. data/m. +0 -0
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 0b7817de66bca23b46ce2c9e689dd197b3b2decb
4
- data.tar.gz: 3c8dbeafb87ee5ad9d8a9648d23dae4929f0e1d9
3
+ metadata.gz: 75d5856ca231ce6f7aefa65803ccb001d744e5cc
4
+ data.tar.gz: 5e38ce7212a4d5599f3c9bc1d1722842b2dd4756
5
5
  SHA512:
6
- metadata.gz: 6d86941a1543bb6d9321c3ac7e2c0c29515b87b146c9bb6e029be8c561d340e338291a622e0d849e948b56ae6a73f17006bef553e5e9875c055b58e48b5699cc
7
- data.tar.gz: 4d95affb2ea7c3a648c4b5e955c01b65aeba216d1b744ffc9056ebd6d7324fc61f356bddaea96bc215c03a3c70d1518cbe8d8abbf6cd0c7f46bb70290084e610
6
+ metadata.gz: 744864f385a650621d6c46f27424272c1c78be38b9365e8af2de2253581e5b5d6624678579eae5a3473f9ba207b10e563688873fc9d1c4be42a2943abd388255
7
+ data.tar.gz: 6df21d237b4a2f163ce6e5fdcf29b305c44de91d8c14340ab90fe459f03b8fb95939ad1bf042dde696e7c5bb962c6b1496d5a057c634920b2452fb09c3d30337
data/README.md CHANGED
@@ -5,6 +5,10 @@
5
5
  [![Bitdeli Badge](https://d2weczhvl823v0.cloudfront.net/sotownsend/BooJS/trend.png)](https://bitdeli.com/free "Bitdeli Badge")
6
6
  [![License](http://img.shields.io/badge/license-MIT-green.svg?style=flat)](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
@@ -1,3 +1,3 @@
1
1
  module BooJS
2
- VERSION = '0.0.9'
2
+ VERSION = '0.0.10'
3
3
  end
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.9
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