cassandra-driver 3.2.0-java → 3.2.5-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.
Files changed (143) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +30 -30
  3. data/lib/cassandra.rb +3 -2
  4. data/lib/cassandra/address_resolution.rb +1 -1
  5. data/lib/cassandra/address_resolution/policies/ec2_multi_region.rb +1 -1
  6. data/lib/cassandra/address_resolution/policies/none.rb +1 -1
  7. data/lib/cassandra/aggregate.rb +1 -1
  8. data/lib/cassandra/argument.rb +1 -1
  9. data/lib/cassandra/attr_boolean.rb +1 -1
  10. data/lib/cassandra/auth.rb +1 -1
  11. data/lib/cassandra/auth/providers.rb +1 -1
  12. data/lib/cassandra/auth/providers/password.rb +1 -1
  13. data/lib/cassandra/cassandra_logger.rb +1 -1
  14. data/lib/cassandra/cluster.rb +1 -1
  15. data/lib/cassandra/cluster/client.rb +1 -1
  16. data/lib/cassandra/cluster/connection_pool.rb +1 -1
  17. data/lib/cassandra/cluster/connector.rb +1 -1
  18. data/lib/cassandra/cluster/control_connection.rb +1 -1
  19. data/lib/cassandra/cluster/failed_connection.rb +1 -1
  20. data/lib/cassandra/cluster/metadata.rb +1 -1
  21. data/lib/cassandra/cluster/options.rb +1 -1
  22. data/lib/cassandra/cluster/registry.rb +5 -5
  23. data/lib/cassandra/cluster/schema.rb +1 -1
  24. data/lib/cassandra/cluster/schema/cql_type_parser.rb +4 -3
  25. data/lib/cassandra/cluster/schema/fetchers.rb +2 -2
  26. data/lib/cassandra/cluster/schema/fqcn_type_parser.rb +4 -5
  27. data/lib/cassandra/cluster/schema/partitioners.rb +1 -1
  28. data/lib/cassandra/cluster/schema/partitioners/murmur3.rb +1 -1
  29. data/lib/cassandra/cluster/schema/partitioners/ordered.rb +1 -1
  30. data/lib/cassandra/cluster/schema/partitioners/random.rb +1 -1
  31. data/lib/cassandra/cluster/schema/replication_strategies.rb +1 -1
  32. data/lib/cassandra/cluster/schema/replication_strategies/network_topology.rb +1 -1
  33. data/lib/cassandra/cluster/schema/replication_strategies/none.rb +1 -1
  34. data/lib/cassandra/cluster/schema/replication_strategies/simple.rb +1 -1
  35. data/lib/cassandra/column.rb +1 -1
  36. data/lib/cassandra/column_container.rb +2 -2
  37. data/lib/cassandra/compression.rb +1 -1
  38. data/lib/cassandra/compression/compressors/lz4.rb +1 -1
  39. data/lib/cassandra/compression/compressors/snappy.rb +1 -1
  40. data/lib/cassandra/custom_data.rb +1 -1
  41. data/lib/cassandra/driver.rb +1 -1
  42. data/lib/cassandra/duration.rb +100 -0
  43. data/lib/cassandra/errors.rb +1 -1
  44. data/lib/cassandra/execution/info.rb +1 -1
  45. data/lib/cassandra/execution/options.rb +1 -1
  46. data/lib/cassandra/execution/profile.rb +5 -2
  47. data/lib/cassandra/execution/profile_manager.rb +1 -1
  48. data/lib/cassandra/execution/trace.rb +1 -1
  49. data/lib/cassandra/executors.rb +1 -1
  50. data/lib/cassandra/function.rb +1 -1
  51. data/lib/cassandra/function_collection.rb +1 -1
  52. data/lib/cassandra/future.rb +9 -3
  53. data/lib/cassandra/host.rb +1 -1
  54. data/lib/cassandra/index.rb +1 -1
  55. data/lib/cassandra/keyspace.rb +1 -1
  56. data/lib/cassandra/listener.rb +1 -1
  57. data/lib/cassandra/load_balancing.rb +1 -1
  58. data/lib/cassandra/load_balancing/policies.rb +1 -1
  59. data/lib/cassandra/load_balancing/policies/dc_aware_round_robin.rb +1 -1
  60. data/lib/cassandra/load_balancing/policies/round_robin.rb +1 -1
  61. data/lib/cassandra/load_balancing/policies/token_aware.rb +1 -1
  62. data/lib/cassandra/load_balancing/policies/white_list.rb +1 -1
  63. data/lib/cassandra/materialized_view.rb +1 -1
  64. data/lib/cassandra/null_logger.rb +1 -1
  65. data/lib/cassandra/protocol.rb +1 -1
  66. data/lib/cassandra/protocol/coder.rb +1 -1
  67. data/lib/cassandra/protocol/cql_byte_buffer.rb +63 -15
  68. data/lib/cassandra/protocol/cql_protocol_handler.rb +58 -10
  69. data/lib/cassandra/protocol/request.rb +1 -1
  70. data/lib/cassandra/protocol/requests/auth_response_request.rb +1 -1
  71. data/lib/cassandra/protocol/requests/batch_request.rb +1 -1
  72. data/lib/cassandra/protocol/requests/credentials_request.rb +1 -1
  73. data/lib/cassandra/protocol/requests/execute_request.rb +1 -1
  74. data/lib/cassandra/protocol/requests/options_request.rb +1 -1
  75. data/lib/cassandra/protocol/requests/prepare_request.rb +1 -1
  76. data/lib/cassandra/protocol/requests/query_request.rb +11 -3
  77. data/lib/cassandra/protocol/requests/register_request.rb +1 -1
  78. data/lib/cassandra/protocol/requests/startup_request.rb +1 -1
  79. data/lib/cassandra/protocol/requests/void_query_request.rb +1 -1
  80. data/lib/cassandra/protocol/response.rb +1 -1
  81. data/lib/cassandra/protocol/responses/already_exists_error_response.rb +1 -1
  82. data/lib/cassandra/protocol/responses/auth_challenge_response.rb +1 -1
  83. data/lib/cassandra/protocol/responses/auth_success_response.rb +1 -1
  84. data/lib/cassandra/protocol/responses/authenticate_response.rb +1 -1
  85. data/lib/cassandra/protocol/responses/error_response.rb +1 -1
  86. data/lib/cassandra/protocol/responses/event_response.rb +1 -1
  87. data/lib/cassandra/protocol/responses/function_failure_error_response.rb +1 -1
  88. data/lib/cassandra/protocol/responses/prepared_result_response.rb +1 -1
  89. data/lib/cassandra/protocol/responses/raw_rows_result_response.rb +1 -1
  90. data/lib/cassandra/protocol/responses/read_failure_error_response.rb +1 -1
  91. data/lib/cassandra/protocol/responses/read_timeout_error_response.rb +1 -1
  92. data/lib/cassandra/protocol/responses/ready_response.rb +1 -1
  93. data/lib/cassandra/protocol/responses/result_response.rb +1 -1
  94. data/lib/cassandra/protocol/responses/rows_result_response.rb +1 -1
  95. data/lib/cassandra/protocol/responses/schema_change_event_response.rb +1 -1
  96. data/lib/cassandra/protocol/responses/schema_change_result_response.rb +1 -1
  97. data/lib/cassandra/protocol/responses/set_keyspace_result_response.rb +1 -1
  98. data/lib/cassandra/protocol/responses/status_change_event_response.rb +1 -1
  99. data/lib/cassandra/protocol/responses/supported_response.rb +1 -1
  100. data/lib/cassandra/protocol/responses/topology_change_event_response.rb +1 -1
  101. data/lib/cassandra/protocol/responses/unavailable_error_response.rb +1 -1
  102. data/lib/cassandra/protocol/responses/unprepared_error_response.rb +1 -1
  103. data/lib/cassandra/protocol/responses/void_result_response.rb +1 -1
  104. data/lib/cassandra/protocol/responses/write_failure_error_response.rb +1 -1
  105. data/lib/cassandra/protocol/responses/write_timeout_error_response.rb +1 -1
  106. data/lib/cassandra/protocol/v1.rb +1 -1
  107. data/lib/cassandra/protocol/v3.rb +1 -1
  108. data/lib/cassandra/protocol/v4.rb +4 -1
  109. data/lib/cassandra/reconnection.rb +1 -1
  110. data/lib/cassandra/reconnection/policies.rb +1 -1
  111. data/lib/cassandra/reconnection/policies/constant.rb +1 -1
  112. data/lib/cassandra/reconnection/policies/exponential.rb +1 -1
  113. data/lib/cassandra/result.rb +1 -1
  114. data/lib/cassandra/retry.rb +1 -1
  115. data/lib/cassandra/retry/policies.rb +1 -1
  116. data/lib/cassandra/retry/policies/default.rb +1 -1
  117. data/lib/cassandra/retry/policies/downgrading_consistency.rb +1 -1
  118. data/lib/cassandra/retry/policies/fallthrough.rb +1 -1
  119. data/lib/cassandra/session.rb +8 -4
  120. data/lib/cassandra/statement.rb +1 -1
  121. data/lib/cassandra/statements.rb +1 -1
  122. data/lib/cassandra/statements/batch.rb +1 -1
  123. data/lib/cassandra/statements/bound.rb +1 -1
  124. data/lib/cassandra/statements/prepared.rb +1 -1
  125. data/lib/cassandra/statements/simple.rb +1 -1
  126. data/lib/cassandra/statements/void.rb +1 -1
  127. data/lib/cassandra/table.rb +2 -2
  128. data/lib/cassandra/time.rb +1 -1
  129. data/lib/cassandra/time_uuid.rb +1 -1
  130. data/lib/cassandra/timestamp_generator.rb +1 -1
  131. data/lib/cassandra/timestamp_generator/simple.rb +1 -1
  132. data/lib/cassandra/timestamp_generator/ticking_on_duplicate.rb +1 -1
  133. data/lib/cassandra/trigger.rb +1 -1
  134. data/lib/cassandra/tuple.rb +1 -1
  135. data/lib/cassandra/types.rb +73 -2
  136. data/lib/cassandra/udt.rb +1 -1
  137. data/lib/cassandra/util.rb +21 -1
  138. data/lib/cassandra/uuid.rb +1 -1
  139. data/lib/cassandra/uuid/generator.rb +1 -1
  140. data/lib/cassandra/version.rb +2 -2
  141. data/lib/cassandra_murmur3.jar +0 -0
  142. data/lib/datastax/cassandra.rb +1 -1
  143. metadata +6 -6
@@ -1,7 +1,7 @@
1
1
  # encoding: utf-8
2
2
 
3
3
  #--
4
- # Copyright 2013-2017 DataStax, Inc.
4
+ # Copyright DataStax, Inc.
5
5
  #
6
6
  # Licensed under the Apache License, Version 2.0 (the "License");
7
7
  # you may not use this file except in compliance with the License.
@@ -1,7 +1,7 @@
1
1
  # encoding: utf-8
2
2
 
3
3
  #--
4
- # Copyright 2013-2017 DataStax, Inc.
4
+ # Copyright DataStax, Inc.
5
5
  #
6
6
  # Licensed under the Apache License, Version 2.0 (the "License");
7
7
  # you may not use this file except in compliance with the License.
@@ -1,7 +1,7 @@
1
1
  # encoding: utf-8
2
2
 
3
3
  #--
4
- # Copyright 2013-2017 DataStax, Inc.
4
+ # Copyright DataStax, Inc.
5
5
  #
6
6
  # Licensed under the Apache License, Version 2.0 (the "License");
7
7
  # you may not use this file except in compliance with the License.
@@ -1,7 +1,7 @@
1
1
  # encoding: utf-8
2
2
 
3
3
  #--
4
- # Copyright 2013-2017 DataStax, Inc.
4
+ # Copyright DataStax, Inc.
5
5
  #
6
6
  # Licensed under the Apache License, Version 2.0 (the "License");
7
7
  # you may not use this file except in compliance with the License.
@@ -1,7 +1,7 @@
1
1
  # encoding: utf-8
2
2
 
3
3
  #--
4
- # Copyright 2013-2017 DataStax, Inc.
4
+ # Copyright DataStax, Inc.
5
5
  #
6
6
  # Licensed under the Apache License, Version 2.0 (the "License");
7
7
  # you may not use this file except in compliance with the License.
@@ -1,7 +1,7 @@
1
1
  # encoding: utf-8
2
2
 
3
3
  #--
4
- # Copyright 2013-2017 DataStax, Inc.
4
+ # Copyright DataStax, Inc.
5
5
  #
6
6
  # Licensed under the Apache License, Version 2.0 (the "License");
7
7
  # you may not use this file except in compliance with the License.
@@ -1,7 +1,7 @@
1
1
  # encoding: utf-8
2
2
 
3
3
  #--
4
- # Copyright 2013-2017 DataStax, Inc.
4
+ # Copyright DataStax, Inc.
5
5
  #
6
6
  # Licensed under the Apache License, Version 2.0 (the "License");
7
7
  # you may not use this file except in compliance with the License.
@@ -1,7 +1,7 @@
1
1
  # encoding: utf-8
2
2
 
3
3
  #--
4
- # Copyright 2013-2017 DataStax, Inc.
4
+ # Copyright DataStax, Inc.
5
5
  #
6
6
  # Licensed under the Apache License, Version 2.0 (the "License");
7
7
  # you may not use this file except in compliance with the License.
@@ -169,7 +169,7 @@ module Cassandra
169
169
 
170
170
  cql << "\n)\nWITH "
171
171
 
172
- if @clustering_order.any? {|o| o != :asc}
172
+ if !@clustering_order.empty? && !@clustering_columns.empty?
173
173
  cql << 'CLUSTERING ORDER BY ('
174
174
  first = true
175
175
  @clustering_columns.zip(@clustering_order) do |column, order|
@@ -1,7 +1,7 @@
1
1
  # encoding: utf-8
2
2
 
3
3
  #--
4
- # Copyright 2013-2017 DataStax, Inc.
4
+ # Copyright DataStax, Inc.
5
5
  #
6
6
  # Licensed under the Apache License, Version 2.0 (the "License");
7
7
  # you may not use this file except in compliance with the License.
@@ -1,7 +1,7 @@
1
1
  # encoding: utf-8
2
2
 
3
3
  #--
4
- # Copyright 2013-2017 DataStax, Inc.
4
+ # Copyright DataStax, Inc.
5
5
  #
6
6
  # Licensed under the Apache License, Version 2.0 (the "License");
7
7
  # you may not use this file except in compliance with the License.
@@ -1,7 +1,7 @@
1
1
  # encoding: utf-8
2
2
 
3
3
  #--
4
- # Copyright 2013-2017 DataStax, Inc.
4
+ # Copyright DataStax, Inc.
5
5
  #
6
6
  # Licensed under the Apache License, Version 2.0 (the "License");
7
7
  # you may not use this file except in compliance with the License.
@@ -1,7 +1,7 @@
1
1
  # encoding: utf-8
2
2
 
3
3
  #--
4
- # Copyright 2013-2017 DataStax, Inc.
4
+ # Copyright DataStax, Inc.
5
5
  #
6
6
  # Licensed under the Apache License, Version 2.0 (the "License");
7
7
  # you may not use this file except in compliance with the License.
@@ -1,7 +1,7 @@
1
1
  # encoding: utf-8
2
2
 
3
3
  #--
4
- # Copyright 2013-2017 DataStax, Inc.
4
+ # Copyright DataStax, Inc.
5
5
  #
6
6
  # Licensed under the Apache License, Version 2.0 (the "License");
7
7
  # you may not use this file except in compliance with the License.
@@ -1,7 +1,7 @@
1
1
  # encoding: utf-8
2
2
 
3
3
  #--
4
- # Copyright 2013-2017 DataStax, Inc.
4
+ # Copyright DataStax, Inc.
5
5
  #
6
6
  # Licensed under the Apache License, Version 2.0 (the "License");
7
7
  # you may not use this file except in compliance with the License.
@@ -1,7 +1,7 @@
1
1
  # encoding: utf-8
2
2
 
3
3
  #--
4
- # Copyright 2013-2017 DataStax, Inc.
4
+ # Copyright DataStax, Inc.
5
5
  #
6
6
  # Licensed under the Apache License, Version 2.0 (the "License");
7
7
  # you may not use this file except in compliance with the License.
@@ -1,7 +1,7 @@
1
1
  # encoding: utf-8
2
2
 
3
3
  #--
4
- # Copyright 2013-2017 DataStax, Inc.
4
+ # Copyright DataStax, Inc.
5
5
  #
6
6
  # Licensed under the Apache License, Version 2.0 (the "License");
7
7
  # you may not use this file except in compliance with the License.
@@ -158,7 +158,7 @@ module Cassandra
158
158
  end
159
159
 
160
160
  def new_decimal(value)
161
- ::BigDecimal.new(value)
161
+ BigDecimal(value)
162
162
  end
163
163
 
164
164
  def assert_decimal(value, message, &block)
@@ -1414,6 +1414,73 @@ module Cassandra
1414
1414
  alias == eql?
1415
1415
  end
1416
1416
 
1417
+ class Frozen < Type
1418
+ # @private
1419
+ attr_reader :value_type
1420
+
1421
+ # @private
1422
+ def initialize(value_type)
1423
+ super(:frozen)
1424
+ @value_type = value_type
1425
+ end
1426
+
1427
+ # Coerces the value to Array
1428
+ # @param value [Object] original value
1429
+ # @return [Array] value
1430
+ # @see Cassandra::Type#new
1431
+ def new(*value)
1432
+ value = Array(value.first) if value.one?
1433
+
1434
+ value.each do |v|
1435
+ Util.assert_type(@value_type, v)
1436
+ end
1437
+ value
1438
+ end
1439
+
1440
+ # Asserts that a given value is an Array
1441
+ # @param value [Object] value to be validated
1442
+ # @param message [String] error message to use when assertion fails
1443
+ # @yieldreturn [String] error message to use when assertion fails
1444
+ # @raise [ArgumentError] if the value is not an Array
1445
+ # @return [void]
1446
+ # @see Cassandra::Type#assert
1447
+ def assert(value, message = nil, &block)
1448
+ Util.assert_instance_of(::Array, value, message, &block)
1449
+ value.each do |v|
1450
+ Util.assert_type(@value_type, v, message, &block)
1451
+ end
1452
+ nil
1453
+ end
1454
+
1455
+ # @return [String] `"list<type>"`
1456
+ # @see Cassandra::Type#to_s
1457
+ def to_s
1458
+ "frozen<#{@value_type}>"
1459
+ end
1460
+
1461
+ def hash
1462
+ @hash ||= begin
1463
+ h = 17
1464
+ h = 31 * h + @kind.hash
1465
+ h = 31 * h + @value_type.hash
1466
+ h
1467
+ end
1468
+ end
1469
+
1470
+ def eql?(other)
1471
+ other.is_a?(List) && @value_type == other.value_type
1472
+ end
1473
+
1474
+ alias == eql?
1475
+ end
1476
+
1477
+ def frozen(value_type)
1478
+ Util.assert_instance_of(Cassandra::Type, value_type,
1479
+ "frozen type must be a Cassandra::Type, #{value_type.inspect} given")
1480
+
1481
+ Frozen.new(value_type)
1482
+ end
1483
+
1417
1484
  # @return [Cassandra::Types::Text] text type since varchar is an alias for text
1418
1485
  def varchar
1419
1486
  Text
@@ -1633,5 +1700,9 @@ module Cassandra
1633
1700
  def custom(name)
1634
1701
  Custom.new(name)
1635
1702
  end
1703
+
1704
+ def duration
1705
+ Duration.new 0,0,0
1706
+ end
1636
1707
  end
1637
1708
  end
@@ -1,7 +1,7 @@
1
1
  # encoding: utf-8
2
2
 
3
3
  #--
4
- # Copyright 2013-2017 DataStax, Inc.
4
+ # Copyright DataStax, Inc.
5
5
  #
6
6
  # Licensed under the Apache License, Version 2.0 (the "License");
7
7
  # you may not use this file except in compliance with the License.
@@ -1,7 +1,7 @@
1
1
  # encoding: utf-8
2
2
 
3
3
  #--
4
- # Copyright 2013-2017 DataStax, Inc.
4
+ # Copyright DataStax, Inc.
5
5
  #
6
6
  # Licensed under the Apache License, Version 2.0 (the "License");
7
7
  # you may not use this file except in compliance with the License.
@@ -302,6 +302,26 @@ module Cassandra
302
302
  end
303
303
  end
304
304
 
305
+ def to_byte_array(n)
306
+ [n].pack("Q>").unpack("C*")
307
+ end
308
+
309
+ def to_min_byte_array(n)
310
+ to_byte_array(n).drop_while {|i| i == 0}
311
+ end
312
+
313
+ def decode_zigzag(n)
314
+ (n >> 1) ^ -(n & 1)
315
+ end
316
+
317
+ def encode_zigzag32(n)
318
+ (n >> 31) ^ (n << 1)
319
+ end
320
+
321
+ def encode_zigzag64(n)
322
+ (n >> 63) ^ (n << 1)
323
+ end
324
+
305
325
  # @private
306
326
  LOWERCASE_REGEXP = /[[:lower:]\_]*/
307
327
  # @private
@@ -1,7 +1,7 @@
1
1
  # encoding: utf-8
2
2
 
3
3
  #--
4
- # Copyright 2013-2017 DataStax, Inc.
4
+ # Copyright DataStax, Inc.
5
5
  #
6
6
  # Licensed under the Apache License, Version 2.0 (the "License");
7
7
  # you may not use this file except in compliance with the License.
@@ -1,7 +1,7 @@
1
1
  # encoding: utf-8
2
2
 
3
3
  #--
4
- # Copyright 2013-2017 DataStax, Inc.
4
+ # Copyright DataStax, Inc.
5
5
  #
6
6
  # Licensed under the Apache License, Version 2.0 (the "License");
7
7
  # you may not use this file except in compliance with the License.
@@ -1,7 +1,7 @@
1
1
  # encoding: utf-8
2
2
 
3
3
  #--
4
- # Copyright 2013-2017 DataStax, Inc.
4
+ # Copyright DataStax, Inc.
5
5
  #
6
6
  # Licensed under the Apache License, Version 2.0 (the "License");
7
7
  # you may not use this file except in compliance with the License.
@@ -17,5 +17,5 @@
17
17
  #++
18
18
 
19
19
  module Cassandra
20
- VERSION = '3.2.0'.freeze
20
+ VERSION = '3.2.5'.freeze
21
21
  end
Binary file
@@ -1,7 +1,7 @@
1
1
  # encoding: utf-8
2
2
 
3
3
  #--
4
- # Copyright 2013-2017 DataStax, Inc.
4
+ # Copyright DataStax, Inc.
5
5
  #
6
6
  # Licensed under the Apache License, Version 2.0 (the "License");
7
7
  # you may not use this file except in compliance with the License.
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: 3.2.0
4
+ version: 3.2.5
5
5
  platform: java
6
6
  authors:
7
7
  - Theo Hultberg
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2017-05-15 00:00:00.000000000 Z
13
+ date: 2020-10-23 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  requirement: !ruby/object:Gem::Requirement
@@ -45,7 +45,7 @@ dependencies:
45
45
  requirements:
46
46
  - - "~>"
47
47
  - !ruby/object:Gem::Version
48
- version: '10.0'
48
+ version: '13.0'
49
49
  name: rake
50
50
  prerelease: false
51
51
  type: :development
@@ -53,7 +53,7 @@ dependencies:
53
53
  requirements:
54
54
  - - "~>"
55
55
  - !ruby/object:Gem::Version
56
- version: '10.0'
56
+ version: '13.0'
57
57
  description: A pure Ruby driver for Apache Cassandra
58
58
  email:
59
59
  - theo@iconara.net
@@ -106,6 +106,7 @@ files:
106
106
  - lib/cassandra/compression/compressors/snappy.rb
107
107
  - lib/cassandra/custom_data.rb
108
108
  - lib/cassandra/driver.rb
109
+ - lib/cassandra/duration.rb
109
110
  - lib/cassandra/errors.rb
110
111
  - lib/cassandra/execution/info.rb
111
112
  - lib/cassandra/execution/options.rb
@@ -223,7 +224,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
223
224
  requirements:
224
225
  - - ">="
225
226
  - !ruby/object:Gem::Version
226
- version: 1.9.3
227
+ version: 2.2.0
227
228
  required_rubygems_version: !ruby/object:Gem::Requirement
228
229
  requirements:
229
230
  - - ">="
@@ -236,4 +237,3 @@ signing_key:
236
237
  specification_version: 4
237
238
  summary: Datastax Ruby Driver for Apache Cassandra
238
239
  test_files: []
239
- has_rdoc: