hound-cli 0.2.0 → 0.2.1

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: 454ad367bd7e0e30dbd8116cc19b4ff47e338932
4
- data.tar.gz: dd94b1526e032629da0558cab1d2617944b52db6
3
+ metadata.gz: 6a037b6f1a2fa93d473bac2cc0558a97c3960e3b
4
+ data.tar.gz: 71ba7ada24450e9fbc30868047049e715e51b9ba
5
5
  SHA512:
6
- metadata.gz: 4f5153ffe726f7ff7c7257b09d126cbb0a1c8a630e8264712e7d3aae776c9fd0040da38339b179d77b4b9f45d260a812c666934dbb3280874e40027ff96e011f
7
- data.tar.gz: e21c72eee152627b07c063fee3d748cf1e9cbd8d35ece1bf0ab7155a39f8221e0ccf0fc831f9dad60a154ab8e892b625418119a93373874cee89562f865986af
6
+ metadata.gz: 21567c689a7f428ff52e8b42aabfea96231a7fc2fc4f7898d85e69527e7aa1f34b9204de6c587866bab75e1e7b62a47441e5b1095dac0015da1ef8ff0c2dbfba
7
+ data.tar.gz: 3619898cc46949c3d4af9c816756f3560b63421f5225510176b776b0d6bd3413e31ea07e1a01985317d6375493bf1ef8dd6371ac1c066977dc1106a325b51d7a
@@ -9,8 +9,8 @@ module Hound
9
9
 
10
10
  def hound_yml_config
11
11
  {
12
- enabled: true,
13
- config_file: linters_file_name
12
+ "enabled" => true,
13
+ "config_file" => linters_file_name
14
14
  }
15
15
  end
16
16
 
@@ -18,8 +18,9 @@ module Hound
18
18
  memo
19
19
  end
20
20
 
21
- hound_yml_path = File.join(File.expand_path('.'), 'hound.yml')
21
+ hound_yml_path = File.join(File.expand_path('.'), '.hound.yml')
22
22
  File.write(hound_yml_path, hound_config.to_yaml)
23
+ puts ".hound.yml was updated".green
23
24
  end
24
25
 
25
26
  def write_rules(linter_configs, local)
@@ -1,3 +1,3 @@
1
1
  module Hound
2
- VERSION = "0.2.0"
2
+ VERSION = "0.2.1"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hound-cli
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Platanus
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2016-12-30 00:00:00.000000000 Z
11
+ date: 2017-01-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: colorize