codelation-cli 0.0.20 → 0.0.21

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: 5c19b67d37a519528928d72910761cc3aec78f05
4
- data.tar.gz: 21ead26490d5a66046fda06aebef4f4ac6767542
3
+ metadata.gz: 864a29b0dfecbb460225ebe053686a7fcc4fa603
4
+ data.tar.gz: 4f54fdd8e8eaa8aa6352eb7e4011712bf1138cdd
5
5
  SHA512:
6
- metadata.gz: 0c7cd59afc1171ebfc1b593d808f8dcfd1ae3ddb5a45257ec6ff7313145ab3e8f7abae35f7c7540f31cbe2f59f90820dda39939df38f0bee292033f558a1ef29
7
- data.tar.gz: 1657f7da6710ae625844c5943cd90bb1e48c2be6782b4ee1e7e4dccf07bdbe05804dfd1e0f0d43a5ad35a1870a7ce32947ce986a16601b1f9f2ee49aca66c173
6
+ metadata.gz: a8fb3ab794f48d77273e4d23189c3d93b9f44f98cc4e9ab96ee4ecaccd12b8857693f297bc67c4bb689d3e786d6ecfd759b2abd40347bde0e635c654f2c060cf
7
+ data.tar.gz: 31c17f42bca713b102f0d47306f2b8ddd98e0109128b8339f7bdd115d1e0221d056c1c50aa14a4412aee3d2b9a4755ccdb3b43aa3eda8a883241e86659f975fa
@@ -29,6 +29,7 @@ module Codelation
29
29
  linter-scss-lint
30
30
  linter-shellcheck
31
31
  pretty-json
32
+ rails-snippets
32
33
  remote-atom
33
34
  )
34
35
  packages.each do |package|
@@ -15,7 +15,9 @@ module Codelation
15
15
 
16
16
  run_command("brew install bash")
17
17
  run_command("brew install git")
18
+ run_command("brew install heroku")
18
19
  run_command("brew install imagemagick")
20
+ run_command("brew install node")
19
21
  run_command("brew install openssl")
20
22
  run_command("brew install shellcheck")
21
23
  run_command("brew install v8")
@@ -3,9 +3,9 @@ require "thor"
3
3
 
4
4
  module Codelation
5
5
  class Cli < Thor
6
- RUBY_INSTALL_VERSION = "0.5.0"
6
+ RUBY_INSTALL_VERSION = "0.6.0"
7
7
  RUBY_INSTALL_URL = "https://github.com/postmodern/ruby-install/archive/v#{RUBY_INSTALL_VERSION}.tar.gz"
8
- RUBY_VERSION = "2.2.3"
8
+ RUBY_VERSION = "2.3.0"
9
9
 
10
10
  private
11
11
 
@@ -3,7 +3,7 @@ require "open-uri"
3
3
  require "thor"
4
4
 
5
5
  module Codelation
6
- VERSION = "0.0.20"
6
+ VERSION = "0.0.21"
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.20
4
+ version: 0.0.21
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-09-14 00:00:00.000000000 Z
11
+ date: 2016-01-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: open_uri_redirections
@@ -122,7 +122,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
122
122
  version: '0'
123
123
  requirements: []
124
124
  rubyforge_project:
125
- rubygems_version: 2.4.5.1
125
+ rubygems_version: 2.5.1
126
126
  signing_key:
127
127
  specification_version: 4
128
128
  summary: Command line tool for Codelation tasks