ssoroka-grepmate 2.0.1 → 2.0.2

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.
data/README.rdoc CHANGED
@@ -58,5 +58,3 @@ Supports opening search results in textmate, browser (html), or as text.
58
58
  == To Do
59
59
 
60
60
  - check ~/.grepmate for current rails repo to use instead of always using latest
61
- - add include parameter to selectively include file extensions
62
- - Allow global and cwd .gmconfig files to determine things like exclusions and inclusions.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 2.0.1
1
+ 2.0.2
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.1"
5
+ s.version = "2.0.2"
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-23}
9
+ s.date = %q{2009-07-27}
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
@@ -1,6 +1,6 @@
1
1
  module Output
2
2
  class HTML
3
- TEMP_FILE = File.expand_path(File.join(File.dirname(__FILE__), %w(.. .. tmp grepmate.html)))
3
+ TEMP_FILE = File.expand_path(File.join(ENV['TMPDIR'], %w(grepmate.html)))
4
4
 
5
5
  def initialize(grepmate)
6
6
  @grepmate = grepmate
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.1
4
+ version: 2.0.2
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-23 00:00:00 -07:00
13
+ date: 2009-07-27 00:00:00 -07:00
14
14
  default_executable: grepmate
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
@@ -63,6 +63,7 @@ files:
63
63
  - tmp/grepmate.html
64
64
  has_rdoc: false
65
65
  homepage: http://github.com/ssoroka/grepmate
66
+ licenses:
66
67
  post_install_message:
67
68
  rdoc_options:
68
69
  - --charset=UTF-8
@@ -83,7 +84,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
83
84
  requirements: []
84
85
 
85
86
  rubyforge_project:
86
- rubygems_version: 1.2.0
87
+ rubygems_version: 1.3.5
87
88
  signing_key:
88
89
  specification_version: 3
89
90
  summary: Extremely fast search of rails projects or rails source for code, open in textmate or browser with html output