torii-db 0.0.2 → 0.0.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.
@@ -4,7 +4,7 @@ require "torii_db/torii_redis"
4
4
 
5
5
  module ToriiDb
6
6
  # Your code goes here...
7
-
7
+ include Torii::Server::DataStorage
8
8
  def torii(test)
9
9
  set_test(test)
10
10
  get_test
@@ -28,5 +28,5 @@ module ToriiDb
28
28
  raise "Must have atleast one argument" unless @args[0]
29
29
  end
30
30
  end
31
- =end
31
+ =end
32
32
  end
@@ -1,3 +1,3 @@
1
1
  module ToriiDb
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: torii-db
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: