codelation-cli 0.0.16 → 0.0.17

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 360595115a8b3c8f6a88ba067b9025b6ac1931ae
4
- data.tar.gz: cbda7a8e49a9b528624098395e7890feee5ef2d9
3
+ metadata.gz: fe65fce958694970a06d48aea03316e6a14ac345
4
+ data.tar.gz: c9fbccf55925287fe96ae0ff0feb8edc13ea30b9
5
5
  SHA512:
6
- metadata.gz: dda69956ea43dfbf9a94e5b80566bd78b9fdd840079a5a89df0bd36f2480eb96b43337268516b72c3b1d9f0108af1eeaf6e2438550c916db94b80733c77da3be
7
- data.tar.gz: f896dd42436a5fb79611e3e9af38824abb7ca486c94ad2e368650e53cc6902b68025320a474d4765010b359d90a5b5f5ea910dcce4bbf7f8c3e2481feca6e564
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")
@@ -3,7 +3,7 @@ require "open-uri"
3
3
  require "thor"
4
4
 
5
5
  module Codelation
6
- VERSION = "0.0.16"
6
+ VERSION = "0.0.17"
7
7
 
8
8
  class Cli < Thor
9
9
  desc "update", "Update codelation-cli to latest version"
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.16
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-18 00:00:00.000000000 Z
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