codelation-cli 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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 37aec9d08ccbbf79220b8fc5294129e82dba3891
4
- data.tar.gz: 25aee76b717ed10aa3ccfbf27b49b82f39aa58f2
3
+ metadata.gz: 1be46885e448b51b3bdfdeb3b31c7129885e551c
4
+ data.tar.gz: eb3ace36701ebbdc5143e2d6402993cecb9523e5
5
5
  SHA512:
6
- metadata.gz: 502afa8fb4c6d3604bff70a2618a9194142cfadb80e2c6bd75bde6e434086f95a5d9cf99e1de2057ef9dae3519fdc3606ab4efbdd4f0eb2cac39408acbf5c1fe
7
- data.tar.gz: 0fce7efdbf2d4ef12b20f6351acda047d67e70acdd5f2a1119fc13f415d384ac278e18ac768fbbe47a9491c836f9c967ca5f4f93b0fb10998facde6d9d014787
6
+ metadata.gz: 384a5b442db5a4300704466c3a0ff185ef0293d9fc449c84fb1ce7e0aa35e977c265ba303c5393915151ee35d23981481f5d3995ce2a67c05ee34530518425ab
7
+ data.tar.gz: 123c7da812dc47d29c52296db5b3c6d0c4a2595f1c16bc95b39a90bc2afc8f2131c4ba17cd12b963cdf3866cc5233f4038390dbea66867728a576f3255d6b4bf
@@ -30,8 +30,16 @@ module Codelation
30
30
 
31
31
  # Install the Ruby gems needed for development.
32
32
  def install_gems
33
+ print_command("gem install bundler")
33
34
  `~/.codelation/ruby/bin/gem install bundler`
35
+
36
+ print_command("gem install codelation-cli")
37
+ `~/.codelation/ruby/bin/gem install codelation-cli`
38
+
39
+ print_command("gem install rubocop")
34
40
  `~/.codelation/ruby/bin/gem install rubocop`
41
+
42
+ print_command("gem install scss-lint")
35
43
  `~/.codelation/ruby/bin/gem install scss-lint`
36
44
  end
37
45
 
@@ -3,7 +3,7 @@ require "open-uri"
3
3
  require "thor"
4
4
 
5
5
  module Codelation
6
- VERSION = "0.0.9"
6
+ VERSION = "0.0.10"
7
7
 
8
8
  class Cli < Thor
9
9
  desc "update", "Update codelation-cli to latest version"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: codelation-cli
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
  - Brian Pattison