ssd 1.0.0 → 1.0.1

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e37a7abd30a7a3d3909b5349d64c563b37bff37c
4
- data.tar.gz: c48ad95d301d47ddd0ab30cfeda48df3e3280d9a
3
+ metadata.gz: 7f374f7d00508d49404477cbb6550e528d40bb4e
4
+ data.tar.gz: 4c7eb5a66a7e22d598d305e6b08056ddb49b8221
5
5
  SHA512:
6
- metadata.gz: 0e254e2c2d4414f59984e08b05c01a43960b62d57f8605a8fccd49d7327153fa3633c63a733d1d293c10768645a413e4b9f55c4a8bddf189f5336803a962d4ea
7
- data.tar.gz: 65f12fdc3cee272e634f3f28afc6985e9eeda20b61b606b909715d1d4fdd64d32b31958188e0dff727dd2a3a777b7597fbfeff805e4e685716320b8a32ab7e5d
6
+ metadata.gz: aa98e266e1a4789ac67bdebef6e2d29493ce0e519563a6b14cd4da54ec44c61a9de635f966504cfd8afc7f71449127d10c096248a748a5ae92762772757524e7
7
+ data.tar.gz: cc1eed8549e31aa38576c8aa5b0e9923113f29d553e7f073c2400633e499fd1d24b72e8f44546a4b8b1cad50b5ab638addc367b914c8bc84470925488d71d142
@@ -0,0 +1,3 @@
1
+ require 'ssd'
2
+
3
+ SSD.write "api/upjoystream::v1::bots/queries", "love", "{hash of all the search results that got love keywords"
data/lib/ssd.rb CHANGED
@@ -34,7 +34,7 @@ module SSD
34
34
  end
35
35
 
36
36
  def write
37
- p "writing"
37
+ #p "writing"
38
38
  @ssd_db.transaction do
39
39
  @ssd_db[Time.now.utc.to_s + "_" + @key.to_s ] = @value
40
40
  #@ssd_db[@key.to_s] = @value
@@ -1,3 +1,3 @@
1
1
  module SSD
2
- VERSION = "1.0.0"
2
+ VERSION = "1.0.1"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ssd
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - zotherstupidguy
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2016-10-20 00:00:00.000000000 Z
11
+ date: 2016-11-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -69,6 +69,7 @@ files:
69
69
  - bin/console
70
70
  - bin/repl.rb
71
71
  - bin/setup
72
+ - examples/direct_usage.rb
72
73
  - lib/ssd.rb
73
74
  - lib/ssd/class_methods.rb
74
75
  - lib/ssd/encrypt.rb