sessionm-cassandra 1.1.1 → 1.1.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +8 -8
- data/lib/cassandra/cassandra.rb +1 -1
- data/sessionm-cassandra.gemspec +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
---
|
2
2
|
!binary "U0hBMQ==":
|
3
3
|
metadata.gz: !binary |-
|
4
|
-
|
4
|
+
NmNkMjJlMjYxNDQwM2I2ODQzMGU2YzNiYjY3MTgyNDZiYWVjYzM0NQ==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
6
|
+
Y2ZjZjJlMGIyMTA0MWY2YjAzMzIyZjE5OTczYWFkYWMyZGY2ODVkMg==
|
7
7
|
SHA512:
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
MjM3MjI0N2QwNDllNThlZDViNTI1YzZmNGRmZGE0ZWRhNDk1M2RkN2U1ZjI1
|
10
|
+
ZmE2YTM5NGFiMDUyODk5MGI4NmRlMTg2Zjg2YjEyNzQzMjM0MjdiZDFlZjdm
|
11
|
+
ZTI3MWFkMzE4NGIzMzI0YTg0ZTRlOWEzYmNjYzBlNGRhOTk1NDM=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
13
|
+
Y2UzMDFiMWEwMDdkMGFkNTNlNzQ1NGUyZTU2NjkyZmQxOWI2ZmY1MjQwYWZh
|
14
|
+
ZDFkNjE1MjY2ZmQxMGYyZmExNjlhZDk5ZjNjMjU5NTMyMjAwMWIwNjUzNjhl
|
15
|
+
NmRjNDU3NDhjYmRlYWViZTM5YjJhNTM3NDE2MDAzMTE3YWE4ZGU=
|
data/lib/cassandra/cassandra.rb
CHANGED
@@ -1045,7 +1045,7 @@ class Cassandra
|
|
1045
1045
|
end
|
1046
1046
|
|
1047
1047
|
# Selecting a slice of a column
|
1048
|
-
def get_slice(column_family, key, column, start, finish, count, reversed, consistency)
|
1048
|
+
def get_slice(column_family, key, column, start, finish, count, reversed, consistency, opts=nil)
|
1049
1049
|
_get_slice(column_family, key, column, start, finish, count, reversed, consistency)
|
1050
1050
|
end
|
1051
1051
|
|
data/sessionm-cassandra.gemspec
CHANGED