phare 0.7 → 0.7.1
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/phare/check/jshint.rb +1 -1
- data/lib/phare/cli.rb +1 -1
- data/lib/phare/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: 5d342f532b5c065a64dbc6b1eba2cab4cf1f8b68
|
|
4
|
+
data.tar.gz: 171dc0037a16399f7937429fe222624cc53ef57d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ce98e8dfc1bb05d124bd73df59583b20abbc666a4a9c99d2ad4a088394822569eae6185065eaacdf30aeeb7b9bbbcc6fb70cb0f514d21c05676b71e882a2feac
|
|
7
|
+
data.tar.gz: 3a14e83a6ef194f4399f44aa0ed6bb348b3694c4faa84544b77a9cf8da2fa98696bccb63ebdd0ba7f63577cec010af8030a8a3eea9cbd7d49bd2ece26a88fbc4
|
data/lib/phare/check/jshint.rb
CHANGED
|
@@ -29,7 +29,7 @@ module Phare
|
|
|
29
29
|
end
|
|
30
30
|
|
|
31
31
|
def configuration_file
|
|
32
|
-
@configuration_file ||= File.exist?('.jshintignore') ? File.
|
|
32
|
+
@configuration_file ||= File.exist?('.jshintignore') ? File.read('.jshintignore') : false
|
|
33
33
|
end
|
|
34
34
|
|
|
35
35
|
def binary_exists?
|
data/lib/phare/cli.rb
CHANGED
|
@@ -51,7 +51,7 @@ module Phare
|
|
|
51
51
|
options_to_merge[:version] = true
|
|
52
52
|
end
|
|
53
53
|
|
|
54
|
-
opts.on('--directory', 'The directory in which to run the checks (default is the current directory') do |directory|
|
|
54
|
+
opts.on('--directory x', 'The directory in which to run the checks (default is the current directory') do |directory|
|
|
55
55
|
options_to_merge[:directory] = directory
|
|
56
56
|
end
|
|
57
57
|
|
data/lib/phare/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: phare
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version:
|
|
4
|
+
version: 0.7.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Rémi Prévost
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-04-
|
|
11
|
+
date: 2015-04-22 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|