cellect-client 2.0.0.beta1 → 2.0.0.beta2
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/cellect/attention.rb +5 -0
- data/lib/cellect/client.rb +1 -0
- data/lib/cellect/version.rb +1 -1
- data/lib/cellect.rb +1 -5
- metadata +3 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 512a02b5d5f79a738cadad691a0aab2bdcb7ea81
|
|
4
|
+
data.tar.gz: 1510d69b3997241dcb8b1d3d57948b511fd9630e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d60a9ef17e5dbbf496f2925747ca4c78d5cc1a8a7111b64bf8dd71b29ab19d5d329ff6674c395ffb1812e2e1484e9dbb1451fa033ed1dd951124b76cbe4c0031
|
|
7
|
+
data.tar.gz: 8852904d82d0dc20322b94aace6e949c7cdfe994a864878d989447312ae4ff02010e6b5935010a5ffa043ad353ba2f830885a3cc4a40d222ca0f2c92a4d0f942
|
data/lib/cellect/client.rb
CHANGED
data/lib/cellect/version.rb
CHANGED
data/lib/cellect.rb
CHANGED
|
@@ -1,10 +1,6 @@
|
|
|
1
1
|
require 'celluloid'
|
|
2
2
|
require 'cellect/version'
|
|
3
|
-
require 'attention'
|
|
3
|
+
require 'cellect/attention'
|
|
4
4
|
|
|
5
5
|
module Cellect
|
|
6
6
|
end
|
|
7
|
-
|
|
8
|
-
Attention.options[:namespace] = 'cellect'
|
|
9
|
-
Attention.options[:redis_url] = ENV['REDIS_URL'] if ENV['REDIS_URL']
|
|
10
|
-
Attention.options[:ttl] = 20
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: cellect-client
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.0.0.
|
|
4
|
+
version: 2.0.0.beta2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Michael Parrish
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2016-01-
|
|
11
|
+
date: 2016-01-21 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -201,6 +201,7 @@ files:
|
|
|
201
201
|
- cellect.gemspec
|
|
202
202
|
- data/.gitkeep
|
|
203
203
|
- lib/cellect.rb
|
|
204
|
+
- lib/cellect/attention.rb
|
|
204
205
|
- lib/cellect/client.rb
|
|
205
206
|
- lib/cellect/client/connection.rb
|
|
206
207
|
- lib/cellect/client/node_set.rb
|