matthewtodd-git-whitespace 0.2.6 → 0.2.7

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/CHANGELOG +3 -0
  2. data/lib/whitespace.rb +1 -1
  3. metadata +3 -3
data/CHANGELOG CHANGED
@@ -1,3 +1,6 @@
1
+ == 0.2.7
2
+ * Include prawn files.
3
+
1
4
  == 0.2.6
2
5
  * Include json files.
3
6
 
data/lib/whitespace.rb CHANGED
@@ -3,7 +3,7 @@ require 'find'
3
3
  class Finder
4
4
  def initialize
5
5
  @directories_to_prune = %w[.git vendor]
6
- @extensions = %w[builder css erb feature haml html icalendar js json rake rb rdoc sass txt yml] + ['']
6
+ @extensions = %w[builder css erb feature haml html icalendar js json prawn rake rb rdoc sass txt yml] + ['']
7
7
  end
8
8
 
9
9
  def files(directory)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: matthewtodd-git-whitespace
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.6
4
+ version: 0.2.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matthew Todd
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-04-27 00:00:00 -07:00
12
+ date: 2009-05-12 00:00:00 -07:00
13
13
  default_executable: git-whitespace
14
14
  dependencies: []
15
15
 
@@ -36,7 +36,7 @@ rdoc_options:
36
36
  - --main
37
37
  - README
38
38
  - --title
39
- - git-whitespace-0.2.6
39
+ - git-whitespace-0.2.7
40
40
  - --inline-source
41
41
  - --line-numbers
42
42
  require_paths: