ssoroka-grepmate 2.0.3 → 2.0.4

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 (4) hide show
  1. data/VERSION +1 -1
  2. data/grepmate.gemspec +2 -2
  3. data/lib/output/html.rb +1 -1
  4. metadata +2 -2
data/VERSION CHANGED
@@ -1 +1 @@
1
- 2.0.3
1
+ 2.0.4
data/grepmate.gemspec CHANGED
@@ -2,11 +2,11 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{grepmate}
5
- s.version = "2.0.3"
5
+ s.version = "2.0.4"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["Steven Soroka", "Zach Holt"]
9
- s.date = %q{2009-07-27}
9
+ s.date = %q{2009-07-28}
10
10
  s.default_executable = %q{grepmate}
11
11
  s.description = %q{Extremely fast search of rails projects or rails source for code, open in textmate or browser with html output}
12
12
  s.email = %q{ssoroka78@gmail.com}
data/lib/output/html.rb CHANGED
@@ -72,7 +72,7 @@ module Output
72
72
  separator = true
73
73
  ''
74
74
  elsif line =~ /^(.+?)-(\d+)-(.*)$/ || line =~ /^(.+?):(\d+):(.*)$/
75
- file = $1
75
+ file = File.expand_path($1)
76
76
  line = $2
77
77
  context = $3
78
78
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ssoroka-grepmate
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.3
4
+ version: 2.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Steven Soroka
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2009-07-27 00:00:00 -07:00
13
+ date: 2009-07-28 00:00:00 -07:00
14
14
  default_executable: grepmate
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency