mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 14:47:19 -04:00
fixing proper platform detect for jruby-win32ole
This commit is contained in:
parent
7b3ebcd7a6
commit
457bda5da4
1 changed files with 1 additions and 5 deletions
6
Gemfile
6
Gemfile
|
@ -1,9 +1,5 @@
|
||||||
source :rubygems
|
source :rubygems
|
||||||
|
|
||||||
def jruby?
|
|
||||||
return RUBY_ENGINE == "jruby"
|
|
||||||
end
|
|
||||||
|
|
||||||
gem "cabin", "0.4.1" # for logging. apache 2 license
|
gem "cabin", "0.4.1" # for logging. apache 2 license
|
||||||
gem "bunny" # for amqp support, MIT-style license
|
gem "bunny" # for amqp support, MIT-style license
|
||||||
gem "uuidtools" # for naming amqp queues, License ???
|
gem "uuidtools" # for naming amqp queues, License ???
|
||||||
|
@ -34,7 +30,7 @@ gem "statsd-ruby", "0.3.0" # outputs/statsd, # License: As-Is
|
||||||
gem "gmetric", "0.1.3" # outputs/ganglia, # License: MIT
|
gem "gmetric", "0.1.3" # outputs/ganglia, # License: MIT
|
||||||
gem "xmpp4r", "0.5" # outputs/xmpp, # License: As-Is
|
gem "xmpp4r", "0.5" # outputs/xmpp, # License: As-Is
|
||||||
gem "gelfd", "0.2.0" #inputs/gelf, # License: Apache 2.0
|
gem "gelfd", "0.2.0" #inputs/gelf, # License: Apache 2.0
|
||||||
jruby? and gem "jruby-win32ole" # inputs/eventlog, # License: JRuby
|
gem "jruby-win32ole", :platforms => :jruby # inputs/eventlog, # License: JRuby
|
||||||
|
|
||||||
gem "ffi-rzmq", "0.9.0"
|
gem "ffi-rzmq", "0.9.0"
|
||||||
gem "ffi"
|
gem "ffi"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue