cql-rb 1.2.0.pre2 → 1.2.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 +4 -4
- data/lib/cql/version.rb +1 -1
- metadata +11 -11
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 067a2b7e2d13c823a684b6a4ffbd49245f03d01f
|
|
4
|
+
data.tar.gz: da9b6fb47787c9bbe2e6663f195cfa50e42ded6a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e5ffe9cc6e3e23563208a5499a428516e5c6ade8a6f737566d24f73e039d7626b2d0743ec3a940e1fa1c63b0b8dced9542510b3296e785421a8243cd06ae0a8b
|
|
7
|
+
data.tar.gz: ae439196fdb1cce49e9c8ae7ad2958590579291a9b2b5427d8b8ef16d0183bea4ce74b58ab3f799d3ce32da41e2c8a159c75fde9b9856b43ebee63bb06a9860b
|
data/lib/cql/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: cql-rb
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.2.0
|
|
4
|
+
version: 1.2.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Theo Hultberg
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2014-01-
|
|
11
|
+
date: 2014-01-29 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: A pure Ruby CQL3 driver for Cassandra
|
|
14
14
|
email:
|
|
@@ -17,7 +17,10 @@ executables: []
|
|
|
17
17
|
extensions: []
|
|
18
18
|
extra_rdoc_files: []
|
|
19
19
|
files:
|
|
20
|
+
- README.md
|
|
21
|
+
- lib/cql.rb
|
|
20
22
|
- lib/cql/byte_buffer.rb
|
|
23
|
+
- lib/cql/client.rb
|
|
21
24
|
- lib/cql/client/asynchronous_client.rb
|
|
22
25
|
- lib/cql/client/asynchronous_prepared_statement.rb
|
|
23
26
|
- lib/cql/client/column_metadata.rb
|
|
@@ -33,13 +36,13 @@ files:
|
|
|
33
36
|
- lib/cql/client/synchronous_client.rb
|
|
34
37
|
- lib/cql/client/synchronous_prepared_statement.rb
|
|
35
38
|
- lib/cql/client/void_result.rb
|
|
36
|
-
- lib/cql/client.rb
|
|
37
|
-
- lib/cql/compression/snappy_compressor.rb
|
|
38
39
|
- lib/cql/compression.rb
|
|
40
|
+
- lib/cql/compression/snappy_compressor.rb
|
|
39
41
|
- lib/cql/future.rb
|
|
42
|
+
- lib/cql/io.rb
|
|
40
43
|
- lib/cql/io/connection.rb
|
|
41
44
|
- lib/cql/io/io_reactor.rb
|
|
42
|
-
- lib/cql/
|
|
45
|
+
- lib/cql/protocol.rb
|
|
43
46
|
- lib/cql/protocol/cql_protocol_handler.rb
|
|
44
47
|
- lib/cql/protocol/decoding.rb
|
|
45
48
|
- lib/cql/protocol/encoding.rb
|
|
@@ -70,12 +73,9 @@ files:
|
|
|
70
73
|
- lib/cql/protocol/responses/topology_change_event_response.rb
|
|
71
74
|
- lib/cql/protocol/responses/void_result_response.rb
|
|
72
75
|
- lib/cql/protocol/type_converter.rb
|
|
73
|
-
- lib/cql/protocol.rb
|
|
74
76
|
- lib/cql/time_uuid.rb
|
|
75
77
|
- lib/cql/uuid.rb
|
|
76
78
|
- lib/cql/version.rb
|
|
77
|
-
- lib/cql.rb
|
|
78
|
-
- README.md
|
|
79
79
|
- spec/cql/byte_buffer_spec.rb
|
|
80
80
|
- spec/cql/client/asynchronous_client_spec.rb
|
|
81
81
|
- spec/cql/client/asynchronous_prepared_statement_spec.rb
|
|
@@ -148,12 +148,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
148
148
|
version: 1.9.2
|
|
149
149
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
150
150
|
requirements:
|
|
151
|
-
- - '
|
|
151
|
+
- - '>='
|
|
152
152
|
- !ruby/object:Gem::Version
|
|
153
|
-
version:
|
|
153
|
+
version: '0'
|
|
154
154
|
requirements: []
|
|
155
155
|
rubyforge_project:
|
|
156
|
-
rubygems_version: 2.1
|
|
156
|
+
rubygems_version: 2.2.1
|
|
157
157
|
signing_key:
|
|
158
158
|
specification_version: 4
|
|
159
159
|
summary: Cassandra CQL3 driver
|