auger 1.2.2 → 1.2.3

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 (3) hide show
  1. data/VERSION +1 -1
  2. data/lib/plugins/cassandra.rb +8 -0
  3. metadata +1 -1
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.2.2
1
+ 1.2.3
@@ -33,6 +33,14 @@ module Auger
33
33
  end.load(nil, &block)
34
34
  end
35
35
 
36
+ def version(&block)
37
+ @requests << Class.new(Auger::Request) do
38
+ def run(cassandra)
39
+ cassandra.version
40
+ end
41
+ end.load(nil, &block)
42
+ end
43
+
36
44
  def schema_agreement?(&block)
37
45
  @requests << Class.new(Auger::Request) do
38
46
  def run(cassandra)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: auger
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.2
4
+ version: 1.2.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: