jls-grok 0.2.3089 → 0.2.3091

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 +1 -1
  2. metadata +2 -2
@@ -8,7 +8,7 @@ if !find_header("grok.h", "/usr/local/include", "../../")
8
8
  raise "Could not find grok.h"
9
9
  end
10
10
 
11
- if !find_library("sgrok", "grok_init", "../", "../../", "/usr/local/lib")
11
+ if !find_library("grok", "grok_init", "../", "../../", "/usr/local/lib")
12
12
  raise "Could not find libgrok, is it installed?"
13
13
  end
14
14
 
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 2
8
- - 3089
9
- version: 0.2.3089
8
+ - 3091
9
+ version: 0.2.3091
10
10
  platform: ruby
11
11
  authors:
12
12
  - Jordan Sissel