cassandra-driver 2.1.5-java → 2.1.6-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: b54cece0a4702c4e54ce84d876a1efc6dc2b913b
4
- data.tar.gz: 045113e69793b513866c82251ee22ad1e47cfdd9
3
+ metadata.gz: fe9408bd227a8de854b21db55dae97c83e1c2b9a
4
+ data.tar.gz: 4002b520a50502d2a85b17d82ab7900c309157cd
5
5
  SHA512:
6
- metadata.gz: 4406fd2b63d3468dab784cdce99d5cef2cf71e7dd5600fc8728137621d61d6dc8faefcf6d6f402f6214598ea3259e544cf6f05ec2486f7ffff58b5a3df0b2492
7
- data.tar.gz: 8787bb59dad47ffcdc85f4c8022e128c60fd301f9a52967a285359c0a90a62a0e68206d5913719eb318409cb970f7666ee7ff0245974bee35993ae3eb111aa36
6
+ metadata.gz: aa36a8342dd0d459829909a6870531efc2cbad231bf6cf6e3d40e152cfaac20fdbd70fec9d52d39c0fdb09b20733012317d2721205595e1d405e620089758aee
7
+ data.tar.gz: d485cae41fa3088bb5a8e47eb33a35af067df43486a32d200e2af09ee2b4ee14f537349ea7fe5a7c316c4c473dd36b49efe3fcc8a96306ed3cb3d5bd7460f849
data/README.md CHANGED
@@ -27,7 +27,7 @@ This driver is based on [the cql-rb gem](https://github.com/iconara/cql-rb) by [
27
27
 
28
28
  [Check out the slides from Ruby Driver Explained](https://speakerdeck.com/avalanche123/ruby-driver-explained) for a detailed overview of the Ruby Driver architecture.
29
29
 
30
- ## Compability
30
+ ## Compatibility
31
31
 
32
32
  This driver works exclusively with the Cassandra Query Language v3 (CQL3) and Cassandra's native protocol. The current version works with:
33
33
 
@@ -53,14 +53,11 @@ module Cassandra
53
53
  @password = password
54
54
  end
55
55
 
56
- # Returns a Password Authenticator only if `org.apache.cassandra.auth.PasswordAuthenticator` is given.
57
- # @param authentication_class [String] must equal to `org.apache.cassandra.auth.PasswordAuthenticator`
58
- # @return [Cassandra::Auth::Authenticator] when `authentication_class == "org.apache.cassandra.auth.PasswordAuthenticator"`
59
- # @return [nil] for all other values of `authentication_class`
56
+ # Returns a Password Authenticator
57
+ # @param authentication_class [String] ignored
58
+ # @return [Cassandra::Auth::Authenticator]
60
59
  def create_authenticator(authentication_class)
61
- if authentication_class == PASSWORD_AUTHENTICATOR_FQCN
62
- Authenticator.new(@username, @password)
63
- end
60
+ Authenticator.new(@username, @password)
64
61
  end
65
62
 
66
63
  private
@@ -17,5 +17,5 @@
17
17
  #++
18
18
 
19
19
  module Cassandra
20
- VERSION = '2.1.5'.freeze
20
+ VERSION = '2.1.6'.freeze
21
21
  end
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cassandra-driver
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.5
4
+ version: 2.1.6
5
5
  platform: java
6
6
  authors:
7
7
  - Theo Hultberg
@@ -9,50 +9,50 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2015-09-18 00:00:00.000000000 Z
12
+ date: 2016-04-22 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
- name: ione
16
- version_requirements: !ruby/object:Gem::Requirement
17
- requirements:
18
- - - ~>
19
- - !ruby/object:Gem::Version
20
- version: '1.2'
21
15
  requirement: !ruby/object:Gem::Requirement
22
16
  requirements:
23
- - - ~>
17
+ - - "~>"
24
18
  - !ruby/object:Gem::Version
25
19
  version: '1.2'
20
+ name: ione
26
21
  prerelease: false
27
22
  type: :runtime
28
- - !ruby/object:Gem::Dependency
29
- name: bundler
30
23
  version_requirements: !ruby/object:Gem::Requirement
31
24
  requirements:
32
- - - ~>
25
+ - - "~>"
33
26
  - !ruby/object:Gem::Version
34
- version: '1.6'
27
+ version: '1.2'
28
+ - !ruby/object:Gem::Dependency
35
29
  requirement: !ruby/object:Gem::Requirement
36
30
  requirements:
37
- - - ~>
31
+ - - "~>"
38
32
  - !ruby/object:Gem::Version
39
33
  version: '1.6'
34
+ name: bundler
40
35
  prerelease: false
41
36
  type: :development
42
- - !ruby/object:Gem::Dependency
43
- name: rake
44
37
  version_requirements: !ruby/object:Gem::Requirement
45
38
  requirements:
46
- - - ~>
39
+ - - "~>"
47
40
  - !ruby/object:Gem::Version
48
- version: '10.0'
41
+ version: '1.6'
42
+ - !ruby/object:Gem::Dependency
49
43
  requirement: !ruby/object:Gem::Requirement
50
44
  requirements:
51
- - - ~>
45
+ - - "~>"
52
46
  - !ruby/object:Gem::Version
53
47
  version: '10.0'
48
+ name: rake
54
49
  prerelease: false
55
50
  type: :development
51
+ version_requirements: !ruby/object:Gem::Requirement
52
+ requirements:
53
+ - - "~>"
54
+ - !ruby/object:Gem::Version
55
+ version: '10.0'
56
56
  description: A pure Ruby driver for Apache Cassandra
57
57
  email:
58
58
  - theo@iconara.net
@@ -62,7 +62,7 @@ extensions: []
62
62
  extra_rdoc_files:
63
63
  - README.md
64
64
  files:
65
- - .yardopts
65
+ - ".yardopts"
66
66
  - README.md
67
67
  - lib/cassandra.rb
68
68
  - lib/cassandra/address_resolution.rb
@@ -187,26 +187,26 @@ licenses:
187
187
  metadata: {}
188
188
  post_install_message:
189
189
  rdoc_options:
190
- - --title
190
+ - "--title"
191
191
  - Datastax Ruby Driver
192
- - --main
192
+ - "--main"
193
193
  - README.md
194
- - --line-numbers
194
+ - "--line-numbers"
195
195
  require_paths:
196
196
  - lib
197
197
  required_ruby_version: !ruby/object:Gem::Requirement
198
198
  requirements:
199
- - - '>='
199
+ - - ">="
200
200
  - !ruby/object:Gem::Version
201
201
  version: 1.9.3
202
202
  required_rubygems_version: !ruby/object:Gem::Requirement
203
203
  requirements:
204
- - - '>='
204
+ - - ">="
205
205
  - !ruby/object:Gem::Version
206
206
  version: '0'
207
207
  requirements: []
208
208
  rubyforge_project:
209
- rubygems_version: 2.4.5
209
+ rubygems_version: 2.4.8
210
210
  signing_key:
211
211
  specification_version: 4
212
212
  summary: Datastax Ruby Driver for Apache Cassandra