riak-client 2.4.0.pre1 → 2.4.0

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: 091da90ba79f138406f4c579e5e2ace6b7e64c9f
4
- data.tar.gz: f9358609ddee45c9bd31c0ecd08041e8fc7af0dd
3
+ metadata.gz: e69542068c0033bf752de26a98b52209dfc927eb
4
+ data.tar.gz: fa172471d0c908c7a4f0973b4b7761fd5992c678
5
5
  SHA512:
6
- metadata.gz: 1d3ce61ec6c57a6d263536b2d0936f01310f98899a4324c1da020bf1a4985bc00a729bde3410ee5f0de1e20b6d6f017a288a2817b3cdf9cb0e87709993f01e42
7
- data.tar.gz: 06d6d70268bcbeee49508348393a978a476b85f924b8ee8662bea3b4cd78478ca8269638e88d8e8627b2688cce0a73216eec1cf1815adebcde2299d108b5d73a
6
+ metadata.gz: 31155ddb63ea99ccc2b4cec938309a1f046f2244fce48344dc56432cb85e6b8f3bfcd7304d959fcf1677372ea98dd5e6348a9b33930eb8f690d01103c52b7f91
7
+ data.tar.gz: 124d775714691a3052d4a4c9888d9a55a6e3e87e7245dd7556700c44bcde12a395e0bed0e54f97ae9adfe1fb50d93b6e1c543acc00a9e9803ee91a1ae6b1d83b
@@ -1,5 +1,13 @@
1
1
  # Riak Ruby Client Release Notes
2
2
 
3
+ ## [2.4.0 Release - 2016-06-15](https://github.com/basho/riak-ruby-client/issues?q=milestone%3Ariak-ruby-client-2.4.0)
4
+
5
+ Highlights (see milestone for full changes):
6
+
7
+ * [Timestamps returned by Riak TS are *not* converted to `Time` objects by default](https://github.com/basho/riak-ruby-client/pull/275)
8
+ * [Add `gzip` encoding support](https://github.com/basho/riak-ruby-client/pull/273)
9
+ * [Support connect, read and write socket timeouts](https://github.com/basho/riak-ruby-client/pull/270)
10
+
3
11
  ## 2.3.2 Release - 2016-01-12
4
12
 
5
13
  Version 2.3.2 is a bugfix release with a small fix in support of the Riak TS
data/lib/riak/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Riak
2
- VERSION = "2.4.0.pre1"
2
+ VERSION = "2.4.0"
3
3
  end
data/riak-client.gemspec CHANGED
@@ -41,7 +41,7 @@ Gem::Specification.new do |gem|
41
41
  Rakefile
42
42
  Guardfile
43
43
  LICENSE*
44
- RELEASE_NOTES*
44
+ RELNOTES*
45
45
  README*
46
46
  erl_src/*
47
47
  .gitignore
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: riak-client
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.4.0.pre1
4
+ version: 2.4.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Bryce Kerley
@@ -194,7 +194,7 @@ files:
194
194
  - Guardfile
195
195
  - LICENSE.md
196
196
  - README.md
197
- - RELEASE_NOTES.md
197
+ - RELNOTES.md
198
198
  - Rakefile
199
199
  - lib/riak.rb
200
200
  - lib/riak/bucket.rb
@@ -429,9 +429,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
429
429
  version: 1.9.3
430
430
  required_rubygems_version: !ruby/object:Gem::Requirement
431
431
  requirements:
432
- - - ">"
432
+ - - ">="
433
433
  - !ruby/object:Gem::Version
434
- version: 1.3.1
434
+ version: '0'
435
435
  requirements: []
436
436
  rubyforge_project:
437
437
  rubygems_version: 2.6.4