panache 0.1.0 → 0.1.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.
Files changed (3) hide show
  1. data/lib/panache/version.rb +1 -1
  2. data/lib/panache.rb +2 -1
  3. metadata +4 -4
@@ -1,3 +1,3 @@
1
1
  module Panache
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
data/lib/panache.rb CHANGED
@@ -106,7 +106,8 @@ module Panache
106
106
  elsif File.file? path
107
107
  files = [path]
108
108
  else
109
- raise "Bad path: #{path}."
109
+ puts "Skipping path: #{path}".yellow
110
+ return {}
110
111
  end
111
112
  puts "Checking #{path}".green
112
113
  results = {}
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: panache
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -10,11 +10,11 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2011-11-10 00:00:00.000000000Z
13
+ date: 2011-11-15 00:00:00.000000000Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: colorize
17
- requirement: &2164368800 !ruby/object:Gem::Requirement
17
+ requirement: &2164909680 !ruby/object:Gem::Requirement
18
18
  none: false
19
19
  requirements:
20
20
  - - ! '>='
@@ -22,7 +22,7 @@ dependencies:
22
22
  version: '0'
23
23
  type: :development
24
24
  prerelease: false
25
- version_requirements: *2164368800
25
+ version_requirements: *2164909680
26
26
  description: ! 'Panache is a simple way to create style checkers for various languages.
27
27
 
28
28
  It does simple parsing of source files and then applies user-specified rules to