lstash 0.0.6 → 0.0.7

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.
checksums.yaml CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- MWVmNzk3MjRlYTIxNjRkMzNiYjliODg1ZTEzZmNkOTJlMDE4ZDA5Ng==
4
+ YmYwMDgxYzJiMDQ5ZDM2YjgyMzg4NGNkYmYzYWQ2NTVkNGE0N2Y3Mw==
5
5
  data.tar.gz: !binary |-
6
- ZDRiNGE0ZmZhZTViOGI0YjFmNjU3ZTJjYTAxNWY1Y2Y0MTdhODZkZg==
6
+ OWRjYzcxMzhjYjQ2NzQyZDMyYjMwNzc4NjA4ZTQ2ZGUzMDNkMjFmMw==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- N2QyNTU3ZTBiNDRiZDgxMTViNWRhM2RjNTZkZTM5ZmI0M2NiNjkyZTE3YTEy
10
- ZjJlNmIxM2YzMTVlM2MxY2JmNDMwNTgyZjcxODRiMGNiNGE0YzI0ZDk5Yjkw
11
- NmRlMDA3YWUyOGRlYmNhMjc5NTNlYWEwNDIxOGEyZGVjMzFhNTc=
9
+ MzU0ZjVjMjNkMTUzOWJkMDc3ZTYxNzY5MjUxNWFjMDIxZjhmYjk4M2JhNzJh
10
+ MTA0NDYxYzkzNDAwNjMwNGU5MzI0NmE0ZDg1YTU0OTk3OGEyNTZiZWIzMDlj
11
+ NTNkMzQ0NWM4OTUxZTNjYzJkNjdkYjA3ZWVhM2EwNzVmMzIyYjk=
12
12
  data.tar.gz: !binary |-
13
- NTU0ZDk2MTkyMzk4ODgzZjk1YzI3YTIyYTQ5ZmExMGFiYWIxY2JjZWVjNDI0
14
- ZjcwMTZlNWMxOTY1NTcyMDhiNWQ2NzhiYmI0YWRjMGY3MTgxM2YwMjZmNDE2
15
- ZGI3NDFmMTM4OWI5MmM1ZWZmMGNhZTJkOTg1NDFlMzg5NzYyOTY=
13
+ MDAyOWQyY2EzMTViOGYwYmEzZDY0MDE1NWIxMjkxMWQ2NzcxZTU1ZTY3M2Jk
14
+ ZWVkZWM3NTBhOGJlMDAzNGY1NmE4OWIwMDg5MDNjNTQxMTM3YzJkYmFhZmEw
15
+ Zjg0Njg4NzM1MWI0ZmQ2ZDRkYzdlZDA0NWU1NjVlZjU1MmZhOTU=
data/CHANGELOG.md CHANGED
@@ -1,4 +1,10 @@
1
- ### v0.0.6 / 2014-09-01
1
+ ### 0.0.7 / 2014-09-01
2
+
3
+ Bug Fixes
4
+
5
+ * Use Typhoed transport instead of Patron. The C-extension of Patron doesn't play nice with JRuby.
6
+
7
+ ### 0.0.6 / 2014-09-01
2
8
 
3
9
  Bug Fixes
4
10
 
data/lib/lstash/cli.rb CHANGED
@@ -1,6 +1,7 @@
1
1
  # external dependencies
2
2
  require 'thor'
3
- require 'patron' # use Patron HTTP library for optimal performance
3
+ require 'typhoeus'
4
+ require 'typhoeus/adapters/faraday'
4
5
  require 'elasticsearch'
5
6
 
6
7
  # local files we need
@@ -1,3 +1,3 @@
1
1
  module Lstash
2
- VERSION = "0.0.6"
2
+ VERSION = "0.0.7"
3
3
  end
data/lstash.gemspec CHANGED
@@ -17,7 +17,7 @@ Gem::Specification.new do |spec|
17
17
  spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
18
18
  spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
19
19
  spec.require_paths = ["lib"]
20
- spec.extra_rdoc_files = [ 'LICENSE.txt', 'README.md' ]
20
+ spec.extra_rdoc_files = [ 'LICENSE.txt', 'README.md', 'CHANGELOG.md' ]
21
21
 
22
22
  spec.add_development_dependency "bundler", "~> 1.3"
23
23
  spec.add_development_dependency "rake"
@@ -28,7 +28,7 @@ Gem::Specification.new do |spec|
28
28
  spec.add_development_dependency "autotest-fsevent"
29
29
  spec.add_development_dependency "timecop"
30
30
 
31
- spec.add_dependency "patron"
31
+ spec.add_dependency "typhoeus"
32
32
  spec.add_dependency "elasticsearch", "~> 0.4"
33
33
  spec.add_dependency "hashie"
34
34
  spec.add_dependency "thor"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lstash
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.6
4
+ version: 0.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Klaas Jan Wierenga
@@ -123,7 +123,7 @@ dependencies:
123
123
  - !ruby/object:Gem::Version
124
124
  version: '0'
125
125
  - !ruby/object:Gem::Dependency
126
- name: patron
126
+ name: typhoeus
127
127
  requirement: !ruby/object:Gem::Requirement
128
128
  requirements:
129
129
  - - ! '>='
@@ -188,6 +188,7 @@ extensions: []
188
188
  extra_rdoc_files:
189
189
  - LICENSE.txt
190
190
  - README.md
191
+ - CHANGELOG.md
191
192
  files:
192
193
  - .autotest
193
194
  - .gitignore