logstash-codec-msgpack 0.1.0-java → 0.1.1-java

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
- YzM4MThkYzIyZGYyMmU5MTliZDA2MDMxMGNkNGQ4OTQ3ZTU3M2FjNA==
4
+ ZDFmMzNmODUwZjM0NzA1MjM4OWFkZjgwNjVlOTcwOGQwNWQ2YzkxOQ==
5
5
  data.tar.gz: !binary |-
6
- N2ZlNWQ1NzI5YmVjNTczYTZmYzc1OTMwOGE4OTBmY2ZlZWIyMGY5Yw==
6
+ MzMxMmE2OTFkY2U4ZDM1NjYzNDc1NzhkNjk2MzEzMzU3NGNkZDE4OQ==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- OTJkZjMyYzNjNTJkNWUyODVmZDE5OTgwYTgzMWJiMjIyY2U0OGRhMDY3MmE2
10
- NTViZmEzYjYyYzIyNDhkMjlkN2U5NDc1NWIzYWI3YTRiZjExYWZlNTRjMTVl
11
- OWM0NjA4NTFiMzhkZWFjMDBjNzExOGUxZDZhNGQxNThlZDAzNDc=
9
+ OTg4NjlhYmMzMmMzZGYzOWRmNGQxZWM2ZWIyZGQzMjlhNjkxMGMxMzJhOTk4
10
+ ZWZkNzQ4NjQ5ZDZjYjM3ZjExODY0OTAwYzhlNTYyZWVkZjQ1MmJkYWZkZmI0
11
+ ZjM2N2QxZjllN2Y2NWU1YmU2MmQ3NWM2OGZjYzgxNTQ5ZGJkMTk=
12
12
  data.tar.gz: !binary |-
13
- ZDY4MGNmZDZiMDRjYWM5YWYzNWEyZThkMDdjZTk0YzQ2OWM5YjM0OWI2NTQ0
14
- YjM4YzUzMTg2MTlkZDk4ZTZkNjI0ZDUzMDljNzI5M2YwMTJhZjFmOTAyNDgz
15
- NDBmZmZlMTcxNGQxOTc3NzQ1OTExYjJmMDMxZjFjMGJiNGQ0OGI=
13
+ OWI3MDRiZDlmNjY3M2IwYzc4ZGZjZTNmMTUyNDYwOGU5NmQ0MjZhMTM2MTkx
14
+ ZWFlOWM5NjYyMzgwMTg3YjYxMjEyYzVlMjliOWUxY2Q2OGQxZmFjMDI5ZmQ4
15
+ NDkwMzNhNTM2NmM5NGMwNGUzMzBiOTA1OTAzODExN2VhNDVlOTU=
data/Gemfile CHANGED
@@ -1,4 +1,4 @@
1
- source 'https://rubygems.org'
1
+ source 'http://rubygems.org'
2
2
  gem 'rake'
3
3
  gem 'gem_publisher'
4
4
  gem 'archive-tar-minitar'
@@ -0,0 +1,29 @@
1
+ Gem::Specification.new do |s|
2
+
3
+ s.name = 'logstash-codec-msgpack'
4
+ s.version = '0.1.1'
5
+ s.licenses = ['Apache License (2.0)']
6
+ s.summary = "Encode and decode msgpack formatted data"
7
+ s.description = "Encode and decode msgpack formatted data"
8
+ s.authors = ["Elasticsearch"]
9
+ s.email = 'richard.pijnenburg@elasticsearch.com'
10
+ s.homepage = "http://logstash.net/"
11
+ s.require_paths = ["lib"]
12
+
13
+ # Files
14
+ s.files = `git ls-files`.split($\)
15
+
16
+ # Tests
17
+ s.test_files = s.files.grep(%r{^(test|spec|features)/})
18
+
19
+ # Special flag to let us know this is actually a logstash plugin
20
+ s.metadata = { "logstash_plugin" => "true", "group" => "codec" }
21
+
22
+ # Gem dependencies
23
+ s.add_runtime_dependency 'logstash', '>= 1.4.0', '< 2.0.0'
24
+
25
+ s.platform = 'java'
26
+ s.add_runtime_dependency "msgpack-jruby" #(Apache 2.0 license)
27
+
28
+ end
29
+
@@ -1,7 +1,7 @@
1
1
  Gem::Specification.new do |s|
2
2
 
3
3
  s.name = 'logstash-codec-msgpack'
4
- s.version = '0.1.0'
4
+ s.version = '0.1.1'
5
5
  s.licenses = ['Apache License (2.0)']
6
6
  s.summary = "Encode and decode msgpack formatted data"
7
7
  s.description = "Encode and decode msgpack formatted data"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: logstash-codec-msgpack
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: java
6
6
  authors:
7
7
  - Elasticsearch
@@ -55,6 +55,7 @@ files:
55
55
  - LICENSE
56
56
  - Rakefile
57
57
  - lib/logstash/codecs/msgpack.rb
58
+ - logstash-codec-msgpack-java.gemspec
58
59
  - logstash-codec-msgpack.gemspec
59
60
  - rakelib/publish.rake
60
61
  - rakelib/vendor.rake
@@ -81,7 +82,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
81
82
  version: '0'
82
83
  requirements: []
83
84
  rubyforge_project:
84
- rubygems_version: 2.4.2
85
+ rubygems_version: 2.4.1
85
86
  signing_key:
86
87
  specification_version: 4
87
88
  summary: Encode and decode msgpack formatted data