dse-driver 2.1.0 → 2.1.1

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,7 @@
1
1
  ---
2
- !binary "U0hBMQ==":
3
- metadata.gz: !binary |-
4
- MmRmNmUxZGJmMjY0ZDljYmRiMGJhNjVkN2RiNDY0YWY3OTM1ZmZiZA==
5
- data.tar.gz: !binary |-
6
- MGQyN2RiYzdhMTk4M2E5MzQ0MDhmNmI5ZWNhMGRhNmU3MDY1MWM0NQ==
2
+ SHA1:
3
+ metadata.gz: d9e53669c474381593aef330f143d427479b803c
4
+ data.tar.gz: 3a17645bb3429efa78218b15089bcb35f3731ca1
7
5
  SHA512:
8
- metadata.gz: !binary |-
9
- YWNmNDg4MTA4MGQyOTlmNTQ0NzAyMmI0MDQ3ZjBkMDhkZTczYjk1YTc2OTYz
10
- YzdjMGZhYWIyM2RhNjdlZDBjMDE2YzRiZDYxMWNjZDdhMTk2N2Q2MjlkNDdm
11
- MTk4ZjQ2YzNlOTVkODIzZTNkZjg1YmI5OTY3NGJjNDk3YWEyZWQ=
12
- data.tar.gz: !binary |-
13
- M2YyZGJjMTg3Y2ZjOThjYWQ5NjlkYmY3OTRkYTZhNDM0MzlhYjRjMzNmNzg1
14
- OWY1NDYzMWQzYzAyNzBmYjVkNmQ2ZDY0OTM2MDY4OGRlNzFhOWUwMTBjMDYx
15
- Yzc0MGQyNmE1MzA1MWJmYzI2NDhkOTg3YWRmYzBkODA1ZjA0NGY=
6
+ metadata.gz: ed4ae25f7592b638bdea071cabe3d3a662bcc84a90dd68fed49c7acbd86d34563a4246ec06b76eaff92b8cd6efd7f75b642d647f78e252997400fb21fe445db6
7
+ data.tar.gz: d077db43f9dbabba61f986fc45445bb2c263862c0efe8982c1bc433221da575a1e31c72d7a4890d21c7dfbc235f046a9fa2462db25526dad7c35fbc50c4a4b71
data/README.md CHANGED
@@ -18,9 +18,9 @@ DataStax Enterprise extensions to that protocol. The current version works with:
18
18
 
19
19
  * DataStax Enterprise 4.8 and above.
20
20
  * Ruby (MRI) 2.2, 2.3, 2.4
21
- * JRuby 1.7, 9k
21
+ * JRuby 9k
22
22
 
23
- __Note__: MRI 2.0 and 2.1 are not officially supported, but they should work.
23
+ __Note__: DataStax products do not support big-endian systems.
24
24
 
25
25
  ## Feedback Requested
26
26
  *Help us focus our efforts!* [Provide your input](http://goo.gl/forms/pCs8PTpHLf) on the Ruby Driver
@@ -61,7 +61,6 @@ session = cluster.connect
61
61
  rs = session.execute('select * from system.local')
62
62
  ```
63
63
 
64
-
65
64
  ## Breaking changes in 2.0
66
65
  This release adds support for [graph execution profiles](features/graph#execution-profiles). As a result, the cluster-level `graph_options` object has
67
66
  been removed. That object is effectively stored in the `:default_graph` execution profile. However, since execution
@@ -143,6 +142,6 @@ Although this driver exposes new features introduced in DSE 5.0, it is fully com
143
142
  previous versions of DSE.
144
143
 
145
144
  ## License
146
- Copyright (C) 2016-2017 DataStax Inc.
145
+ Copyright DataStax, Inc.
147
146
 
148
147
  The full license terms are available at http://www.datastax.com/terms/datastax-dse-driver-license-terms
@@ -1,5 +1,5 @@
1
1
  #--
2
- # Copyright (C) 2017 DataStax Inc.
2
+ # Copyright DataStax, Inc.
3
3
  #
4
4
  # This software can be used solely with DataStax Enterprise. Please consult the license at
5
5
  # http://www.datastax.com/terms/datastax-dse-driver-license-terms
@@ -1,5 +1,5 @@
1
1
  //--
2
- // Copyright (C) 2017 DataStax Inc.
2
+ // Copyright DataStax, Inc.
3
3
  //
4
4
  // This software can be used solely with DataStax Enterprise. Please consult the license at
5
5
  // http://www.datastax.com/terms/datastax-dse-driver-license-terms
data/lib/dse.rb CHANGED
@@ -1,7 +1,7 @@
1
1
  # encoding: utf-8
2
2
 
3
3
  #--
4
- # Copyright (C) 2017 DataStax Inc.
4
+ # Copyright DataStax, Inc.
5
5
  #
6
6
  # This software can be used solely with DataStax Enterprise. Please consult the license at
7
7
  # http://www.datastax.com/terms/datastax-dse-driver-license-terms
@@ -1,7 +1,7 @@
1
1
  # encoding: utf-8
2
2
 
3
3
  #--
4
- # Copyright (C) 2017 DataStax Inc.
4
+ # Copyright DataStax, Inc.
5
5
  #
6
6
  # This software can be used solely with DataStax Enterprise. Please consult the license at
7
7
  # http://www.datastax.com/terms/datastax-dse-driver-license-terms
@@ -1,7 +1,7 @@
1
1
  # encoding: utf-8
2
2
 
3
3
  #--
4
- # Copyright (C) 2017 DataStax Inc.
4
+ # Copyright DataStax, Inc.
5
5
  #
6
6
  # This software can be used solely with DataStax Enterprise. Please consult the license at
7
7
  # http://www.datastax.com/terms/datastax-dse-driver-license-terms
@@ -1,7 +1,7 @@
1
1
  # encoding: utf-8
2
2
 
3
3
  #--
4
- # Copyright (C) 2017 DataStax Inc.
4
+ # Copyright DataStax, Inc.
5
5
  #
6
6
  # This software can be used solely with DataStax Enterprise. Please consult the license at
7
7
  # http://www.datastax.com/terms/datastax-dse-driver-license-terms
@@ -1,7 +1,7 @@
1
1
  # encoding: utf-8
2
2
 
3
3
  #--
4
- # Copyright (C) 2017 DataStax Inc.
4
+ # Copyright DataStax, Inc.
5
5
  #
6
6
  # This software can be used solely with DataStax Enterprise. Please consult the license at
7
7
  # http://www.datastax.com/terms/datastax-dse-driver-license-terms
@@ -1,7 +1,7 @@
1
1
  # encoding: utf-8
2
2
 
3
3
  #--
4
- # Copyright (C) 2017 DataStax Inc.
4
+ # Copyright DataStax, Inc.
5
5
  #
6
6
  # This software can be used solely with DataStax Enterprise. Please consult the license at
7
7
  # http://www.datastax.com/terms/datastax-dse-driver-license-terms
@@ -1,7 +1,7 @@
1
1
  # encoding: utf-8
2
2
 
3
3
  #--
4
- # Copyright (C) 2017 DataStax Inc.
4
+ # Copyright DataStax, Inc.
5
5
  #
6
6
  # This software can be used solely with DataStax Enterprise. Please consult the license at
7
7
  # http://www.datastax.com/terms/datastax-dse-driver-license-terms
@@ -1,7 +1,7 @@
1
1
  # encoding: utf-8
2
2
 
3
3
  #--
4
- # Copyright (C) 2017 DataStax Inc.
4
+ # Copyright DataStax, Inc.
5
5
  #
6
6
  # This software can be used solely with DataStax Enterprise. Please consult the license at
7
7
  # http://www.datastax.com/terms/datastax-dse-driver-license-terms
@@ -1,7 +1,7 @@
1
1
  # encoding: utf-8
2
2
 
3
3
  #--
4
- # Copyright (C) 2017 DataStax Inc.
4
+ # Copyright DataStax, Inc.
5
5
  #
6
6
  # This software can be used solely with DataStax Enterprise. Please consult the license at
7
7
  # http://www.datastax.com/terms/datastax-dse-driver-license-terms
@@ -1,7 +1,7 @@
1
1
  # encoding: utf-8
2
2
 
3
3
  #--
4
- # Copyright (C) 2017 DataStax Inc.
4
+ # Copyright DataStax, Inc.
5
5
  #
6
6
  # This software can be used solely with DataStax Enterprise. Please consult the license at
7
7
  # http://www.datastax.com/terms/datastax-dse-driver-license-terms
@@ -1,7 +1,7 @@
1
1
  # encoding: utf-8
2
2
 
3
3
  #--
4
- # Copyright (C) 2017 DataStax Inc.
4
+ # Copyright DataStax, Inc.
5
5
  #
6
6
  # This software can be used solely with DataStax Enterprise. Please consult the license at
7
7
  # http://www.datastax.com/terms/datastax-dse-driver-license-terms
@@ -1,7 +1,7 @@
1
1
  # encoding: utf-8
2
2
 
3
3
  #--
4
- # Copyright (C) 2017 DataStax Inc.
4
+ # Copyright DataStax, Inc.
5
5
  #
6
6
  # This software can be used solely with DataStax Enterprise. Please consult the license at
7
7
  # http://www.datastax.com/terms/datastax-dse-driver-license-terms
@@ -1,7 +1,7 @@
1
1
  # encoding: utf-8
2
2
 
3
3
  #--
4
- # Copyright (C) 2017 DataStax Inc.
4
+ # Copyright DataStax, Inc.
5
5
  #
6
6
  # This software can be used solely with DataStax Enterprise. Please consult the license at
7
7
  # http://www.datastax.com/terms/datastax-dse-driver-license-terms
@@ -1,7 +1,7 @@
1
1
  # encoding: utf-8
2
2
 
3
3
  #--
4
- # Copyright (C) 2017 DataStax Inc.
4
+ # Copyright DataStax, Inc.
5
5
  #
6
6
  # This software can be used solely with DataStax Enterprise. Please consult the license at
7
7
  # http://www.datastax.com/terms/datastax-dse-driver-license-terms
@@ -1,7 +1,7 @@
1
1
  # encoding: utf-8
2
2
 
3
3
  #--
4
- # Copyright (C) 2017 DataStax Inc.
4
+ # Copyright DataStax, Inc.
5
5
  #
6
6
  # This software can be used solely with DataStax Enterprise. Please consult the license at
7
7
  # http://www.datastax.com/terms/datastax-dse-driver-license-terms
@@ -1,7 +1,7 @@
1
1
  # encoding: utf-8
2
2
 
3
3
  #--
4
- # Copyright (C) 2017 DataStax Inc.
4
+ # Copyright DataStax, Inc.
5
5
  #
6
6
  # This software can be used solely with DataStax Enterprise. Please consult the license at
7
7
  # http://www.datastax.com/terms/datastax-dse-driver-license-terms
@@ -1,7 +1,7 @@
1
1
  # encoding: utf-8
2
2
 
3
3
  #--
4
- # Copyright (C) 2017 DataStax Inc.
4
+ # Copyright DataStax, Inc.
5
5
  #
6
6
  # This software can be used solely with DataStax Enterprise. Please consult the license at
7
7
  # http://www.datastax.com/terms/datastax-dse-driver-license-terms
@@ -1,7 +1,7 @@
1
1
  # encoding: utf-8
2
2
 
3
3
  #--
4
- # Copyright (C) 2017 DataStax Inc.
4
+ # Copyright DataStax, Inc.
5
5
  #
6
6
  # This software can be used solely with DataStax Enterprise. Please consult the license at
7
7
  # http://www.datastax.com/terms/datastax-dse-driver-license-terms
@@ -1,7 +1,7 @@
1
1
  # encoding: utf-8
2
2
 
3
3
  #--
4
- # Copyright (C) 2017 DataStax Inc.
4
+ # Copyright DataStax, Inc.
5
5
  #
6
6
  # This software can be used solely with DataStax Enterprise. Please consult the license at
7
7
  # http://www.datastax.com/terms/datastax-dse-driver-license-terms
@@ -1,7 +1,7 @@
1
1
  # encoding: utf-8
2
2
 
3
3
  #--
4
- # Copyright (C) 2017 DataStax Inc.
4
+ # Copyright DataStax, Inc.
5
5
  #
6
6
  # This software can be used solely with DataStax Enterprise. Please consult the license at
7
7
  # http://www.datastax.com/terms/datastax-dse-driver-license-terms
@@ -1,7 +1,7 @@
1
1
  # encoding: utf-8
2
2
 
3
3
  #--
4
- # Copyright (C) 2017 DataStax Inc.
4
+ # Copyright DataStax, Inc.
5
5
  #
6
6
  # This software can be used solely with DataStax Enterprise. Please consult the license at
7
7
  # http://www.datastax.com/terms/datastax-dse-driver-license-terms
@@ -1,7 +1,7 @@
1
1
  # encoding: utf-8
2
2
 
3
3
  #--
4
- # Copyright (C) 2017 DataStax Inc.
4
+ # Copyright DataStax, Inc.
5
5
  #
6
6
  # This software can be used solely with DataStax Enterprise. Please consult the license at
7
7
  # http://www.datastax.com/terms/datastax-dse-driver-license-terms
@@ -1,5 +1,5 @@
1
1
  #--
2
- # Copyright (C) 2017 DataStax Inc.
2
+ # Copyright DataStax, Inc.
3
3
  #
4
4
  # This software can be used solely with DataStax Enterprise. Please consult the license at
5
5
  # http://www.datastax.com/terms/datastax-dse-driver-license-terms
@@ -1,7 +1,7 @@
1
1
  # encoding: utf-8
2
2
 
3
3
  #--
4
- # Copyright (C) 2017 DataStax Inc.
4
+ # Copyright DataStax, Inc.
5
5
  #
6
6
  # This software can be used solely with DataStax Enterprise. Please consult the license at
7
7
  # http://www.datastax.com/terms/datastax-dse-driver-license-terms
@@ -1,12 +1,12 @@
1
1
  # encoding: utf-8
2
2
 
3
3
  #--
4
- # Copyright (C) 2017 DataStax Inc.
4
+ # Copyright DataStax, Inc.
5
5
  #
6
6
  # This software can be used solely with DataStax Enterprise. Please consult the license at
7
7
  # http://www.datastax.com/terms/datastax-dse-driver-license-terms
8
8
  #++
9
9
 
10
10
  module Dse
11
- VERSION = '2.1.0'.freeze
11
+ VERSION = '2.1.1'.freeze
12
12
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dse-driver
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.0
4
+ version: 2.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sandeep Tamhankar
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-05-15 00:00:00.000000000 Z
11
+ date: 2018-01-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: cassandra-driver
@@ -16,40 +16,40 @@ dependencies:
16
16
  requirements:
17
17
  - - '='
18
18
  - !ruby/object:Gem::Version
19
- version: 3.2.0
19
+ version: 3.2.1
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - '='
25
25
  - !ruby/object:Gem::Version
26
- version: 3.2.0
26
+ version: 3.2.1
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: bundler
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
- - - ~>
31
+ - - "~>"
32
32
  - !ruby/object:Gem::Version
33
33
  version: '1.6'
34
34
  type: :development
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
- - - ~>
38
+ - - "~>"
39
39
  - !ruby/object:Gem::Version
40
40
  version: '1.6'
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: rake
43
43
  requirement: !ruby/object:Gem::Requirement
44
44
  requirements:
45
- - - ~>
45
+ - - "~>"
46
46
  - !ruby/object:Gem::Version
47
47
  version: '10.0'
48
48
  type: :development
49
49
  prerelease: false
50
50
  version_requirements: !ruby/object:Gem::Requirement
51
51
  requirements:
52
- - - ~>
52
+ - - "~>"
53
53
  - !ruby/object:Gem::Version
54
54
  version: '10.0'
55
55
  description: A pure Ruby driver for DataStax Enterprise
@@ -61,7 +61,7 @@ extensions:
61
61
  extra_rdoc_files:
62
62
  - README.md
63
63
  files:
64
- - .yardopts
64
+ - ".yardopts"
65
65
  - README.md
66
66
  - ext/gss_api_context/extconf.rb
67
67
  - ext/gss_api_context/gss_api_context.c
@@ -97,28 +97,27 @@ licenses: []
97
97
  metadata: {}
98
98
  post_install_message:
99
99
  rdoc_options:
100
- - --title
100
+ - "--title"
101
101
  - Ruby Driver for DSE
102
- - --main
102
+ - "--main"
103
103
  - README.md
104
- - --line-numbers
104
+ - "--line-numbers"
105
105
  require_paths:
106
106
  - lib
107
107
  required_ruby_version: !ruby/object:Gem::Requirement
108
108
  requirements:
109
- - - ! '>='
109
+ - - ">="
110
110
  - !ruby/object:Gem::Version
111
- version: 1.9.3
111
+ version: 2.2.0
112
112
  required_rubygems_version: !ruby/object:Gem::Requirement
113
113
  requirements:
114
- - - ! '>='
114
+ - - ">="
115
115
  - !ruby/object:Gem::Version
116
116
  version: '0'
117
117
  requirements: []
118
118
  rubyforge_project:
119
- rubygems_version: 2.5.0
119
+ rubygems_version: 2.4.5.1
120
120
  signing_key:
121
121
  specification_version: 4
122
122
  summary: Ruby Driver for DataStax Enterprise
123
123
  test_files: []
124
- has_rdoc: