jls-grok 0.2.3102 → 0.2.3104

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/ext/extconf.rb +2 -2
  2. metadata +4 -4
data/ext/extconf.rb CHANGED
@@ -4,11 +4,11 @@ require "mkmf"
4
4
  #if !find_header("tcutil.h", "/usr/local/include")
5
5
  #if !find_header("pcre.h", "/usr/local/include")
6
6
 
7
- if !find_header("grok.h", "/usr/local/include", "../../")
7
+ if !find_header("grok.h", "/usr/local/include", "../../", "/usr/include")
8
8
  raise "Could not find grok.h"
9
9
  end
10
10
 
11
- if !find_library("grok", "grok_init", "../", "../../", "/usr/local/lib")
11
+ if !find_library("grok", "grok_init", "../", "../../", "/usr/local/lib", "/usr/lib")
12
12
  raise "Could not find libgrok, is it installed?"
13
13
  end
14
14
 
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jls-grok
3
3
  version: !ruby/object:Gem::Version
4
- hash: 6187
4
+ hash: 6231
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 2
9
- - 3102
10
- version: 0.2.3102
9
+ - 3104
10
+ version: 0.2.3104
11
11
  platform: ruby
12
12
  authors:
13
13
  - Jordan Sissel
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2010-11-13 00:00:00 -08:00
18
+ date: 2010-11-15 00:00:00 -08:00
19
19
  default_executable:
20
20
  dependencies: []
21
21