rediska 0.1.11 → 0.1.12

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 (4) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +8 -10
  3. data/lib/rediska/version.rb +1 -1
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4d77d882d3c846316e1fe0cb5c1628184154c86a
4
- data.tar.gz: e5931f8cdcf8e39edd688a9a663df1cc7199585e
3
+ metadata.gz: ee3e607def340d44152c492874e91e1d21c07301
4
+ data.tar.gz: aba31e6673023fd5d254c7d65996a5a3a6cbe050
5
5
  SHA512:
6
- metadata.gz: fddb731338fb80d8b722cddbc820b8fbe324207335a688fd3e7160701a2868c6b648a0f2097cba4a0864131a14f11fff3389656f12890d4b939c8d409748b7f8
7
- data.tar.gz: 9ce7639c68f40f0dc7a631c4380b598778b1c7afcc7e01c6aef6c943515ab45a34d20b373ba650dfcfdd39bd9054dbf6bbd72a1667246f0946554f579d87cca8
6
+ metadata.gz: 38728760fed7d2465bf0535b3d2e13a4b58a20e15d249dc1c0fd2adaa282f4b3e816dfe5a8c132317359c131339a6167090ca376d5a623e4a530df7a73474135
7
+ data.tar.gz: 203b466010ffa3fecec2155dc97e805f7c199e5b597bbfe17c82cd5d8dd5ac2c92bbba669ef4ae6c14463c58f65ada9958272f1038cc97ec10d7b6a1ba6e41ea
data/Gemfile.lock CHANGED
@@ -1,14 +1,14 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- rediska (0.1.11)
4
+ rediska (0.1.12)
5
5
  redis (>= 3)
6
6
 
7
7
  GEM
8
8
  remote: http://rubygems.org/
9
9
  specs:
10
- celluloid (0.16.0)
11
- timers (~> 4.0.0)
10
+ celluloid (0.15.2)
11
+ timers (~> 1.1.0)
12
12
  connection_pool (2.0.0)
13
13
  coveralls (0.7.1)
14
14
  multi_json (~> 1.3)
@@ -18,13 +18,12 @@ GEM
18
18
  thor
19
19
  diff-lcs (1.2.5)
20
20
  docile (1.1.5)
21
- hitimes (1.2.2)
22
21
  json (1.8.1)
23
22
  mime-types (2.3)
24
23
  multi_json (1.10.1)
25
24
  netrc (0.7.7)
26
25
  rake (10.3.2)
27
- rdoc (4.1.1)
26
+ rdoc (4.1.2)
28
27
  json (~> 1.4)
29
28
  redis (3.1.0)
30
29
  redis-namespace (1.5.1)
@@ -36,7 +35,7 @@ GEM
36
35
  rspec-core (~> 3.1.0)
37
36
  rspec-expectations (~> 3.1.0)
38
37
  rspec-mocks (~> 3.1.0)
39
- rspec-core (3.1.1)
38
+ rspec-core (3.1.2)
40
39
  rspec-support (~> 3.1.0)
41
40
  rspec-expectations (3.1.0)
42
41
  diff-lcs (>= 1.2.0, < 2.0)
@@ -44,8 +43,8 @@ GEM
44
43
  rspec-mocks (3.1.0)
45
44
  rspec-support (~> 3.1.0)
46
45
  rspec-support (3.1.0)
47
- sidekiq (3.2.4)
48
- celluloid (>= 0.15.2)
46
+ sidekiq (3.2.5)
47
+ celluloid (= 0.15.2)
49
48
  connection_pool (>= 2.0.0)
50
49
  json
51
50
  redis (>= 3.0.6)
@@ -58,8 +57,7 @@ GEM
58
57
  term-ansicolor (1.3.0)
59
58
  tins (~> 1.0)
60
59
  thor (0.19.1)
61
- timers (4.0.0)
62
- hitimes
60
+ timers (1.1.0)
63
61
  tins (1.3.2)
64
62
 
65
63
  PLATFORMS
@@ -1,3 +1,3 @@
1
1
  module Rediska
2
- VERSION = '0.1.11'.freeze
2
+ VERSION = '0.1.12'.freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rediska
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.11
4
+ version: 0.1.12
5
5
  platform: ruby
6
6
  authors:
7
7
  - Leonid Beder
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-09-11 00:00:00.000000000 Z
11
+ date: 2014-09-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: redis