logstash-core-event-java 2.3.0.snapshot4-java → 2.3.0.snapshot5-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,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 026ead6525458bab44da27acef01eeba22e92818
4
- data.tar.gz: a7210495b66a34c8a5c7d7418b838f99ea66790f
3
+ metadata.gz: e5bec0e63ae47dedeaabd0d0ea2ebe92a7905478
4
+ data.tar.gz: 409059a21380d2b5228bc57e4c87bb86caa778f1
5
5
  SHA512:
6
- metadata.gz: 32a12f2a19f9cf02c49f48cc3f3fea06987e1523092f5191fb3381167a149d9650ad2b3542b7f14901bd4e0dffd19d0a139c30a1e9a91fd2e4393e4d4e714354
7
- data.tar.gz: de6d4a61ae614abe944423e87795c17bee97a1ba0ecc4f58986dd4da022383b482894ba10c338e0957e9fe91df6ff0a017a5c743f56a0ccefc4d7be80e0a0ad4
6
+ metadata.gz: 2ad3568bcd7ca2a7d6eea09f59c0a790a0ddec4ba1b884b6e67e0b831dc81473578ba3c35b435f4f5a7332c9fed7451df084bebc2ae888ea0579b5d3341e7799
7
+ data.tar.gz: 41b57b321ba1c25dc38dd508445a3c193ec3590238f7e2736ea6e7e9839f6b3bcdf405c4ff4c7a7322fb4d6c19482bacb2fc46e08e2b5bc129892dd54f4b5957
@@ -5,4 +5,4 @@
5
5
  # Note to authors: this should not include dashes because 'gem' barfs if
6
6
  # you include a dash in the version string.
7
7
 
8
- LOGSTASH_CORE_EVENT_JAVA_VERSION = "2.3.0.snapshot4"
8
+ LOGSTASH_CORE_EVENT_JAVA_VERSION = "2.3.0.snapshot5"
data/spec/event_spec.rb CHANGED
@@ -104,6 +104,13 @@ describe LogStash::Event do
104
104
  expect(e["foo"]).to be_kind_of(BigDecimal)
105
105
  expect(e["foo"]).to eq(BigDecimal.new(1))
106
106
  end
107
+
108
+ it "should set RubyBignum" do
109
+ e = LogStash::Event.new()
110
+ e["[foo]"] = -9223372036854776000
111
+ expect(e["foo"]).to be_kind_of(Bignum)
112
+ expect(e["foo"]).to eq(-9223372036854776000)
113
+ end
107
114
  end
108
115
 
109
116
  context "timestamp" do
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: logstash-core-event-java
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.3.0.snapshot4
4
+ version: 2.3.0.snapshot5
5
5
  platform: java
6
6
  authors:
7
7
  - Elastic
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-03-24 00:00:00.000000000 Z
11
+ date: 2016-03-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  requirement: !ruby/object:Gem::Requirement