codelation-cli 0.0.16 → 0.0.17
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/lib/codelation/development/dependencies.rb +1 -0
- data/lib/codelation/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: fe65fce958694970a06d48aea03316e6a14ac345
|
|
4
|
+
data.tar.gz: c9fbccf55925287fe96ae0ff0feb8edc13ea30b9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2955dcf4879c58c29b6520b917ff166cc7cdd0f124274ea9e729827139753fb78b075c51416195e48dca8d16e8608542f8627c9ab3d40c1c5c955d9420b4c4dd
|
|
7
|
+
data.tar.gz: c95d2e65f80e0e2bc10104e8353ca33e0e047347c9ded9f356a59821f87f63ab72474c003444a76f9e767205d46d80a9535c08f4ce5b26d0deca565ef1bd3d6c
|
|
@@ -17,6 +17,7 @@ module Codelation
|
|
|
17
17
|
run_command("brew install git")
|
|
18
18
|
run_command("brew install imagemagick")
|
|
19
19
|
run_command("brew install openssl")
|
|
20
|
+
run_command("brew install phantomjs")
|
|
20
21
|
run_command("brew install shellcheck")
|
|
21
22
|
run_command("brew install v8")
|
|
22
23
|
run_command("brew install wget")
|
data/lib/codelation/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: codelation-cli
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.17
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Brian Pattison
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-03-
|
|
11
|
+
date: 2015-03-24 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: open_uri_redirections
|