rediska 0.2.5.1 → 0.2.6

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 23d8c7503a6d79189a2a866a2f7c8fec56041e9d
4
- data.tar.gz: 1c916cd9a77ac33ecd200a97cc258168279f97b7
3
+ metadata.gz: 6017a535b267e1910809a03aaf613dc5b4ed623b
4
+ data.tar.gz: 0e927875145f7163683c93e14b2a10c3dac698b6
5
5
  SHA512:
6
- metadata.gz: e29fbbae426781198bc667f8f027ddfebd53003908e162d953ad587cb55442dd06cc07f5d199cf640783671a1f25748a91ec534db2ca1667a9e9faa7ca167c4d
7
- data.tar.gz: 9d1153a8e0dc85d63aaebef61d154a8e5da6e7073829c5a5e3fde1f9100836220ca02f6537b2ef7cbbcffd3f19686369247e9d6d7a72ece1568f3f812c659798
6
+ metadata.gz: 12459ad907c57e3244e240fa554a5503fe508cd1dfee7ff5ee1ec3c4903f6f0c20b468556731a0b1103da64017585f28512a579291d86baccd2f86dba1530582
7
+ data.tar.gz: a39536ac4ac3277c1dc4782dad6b477473b876f6534ff3f6381443dc25a31bb87752ae7ca45d609f76fb947ab68b368370e2c10f530894d2e67f94d8444bc918
data/.gitignore CHANGED
@@ -1,19 +1,4 @@
1
- *.gem
2
- *.rbc
3
- .bundle
4
- .config
5
- coverage
6
- InstalledFiles
7
- lib/bundler/man
1
+ Gemfile.lock
8
2
  pkg
9
- rdoc
10
- spec/reports
11
- test/tmp
12
- test/version_tmp
13
3
  tmp
14
-
15
- # YARD artifacts
16
- .yardoc
17
- _yardoc
18
- doc/
19
- dump.rdb
4
+ coverage
data/.travis.yml CHANGED
@@ -1,3 +1,16 @@
1
+ language: ruby
2
+ before_install:
3
+ - travis_retry gem install bundler
1
4
  rvm:
2
5
  - 2.0.0
3
- - 2.1.2
6
+ - 2.1
7
+ - ruby-head
8
+ - jruby
9
+ - rbx-2
10
+ gemfile:
11
+ - Gemfile
12
+ matrix:
13
+ allow_failures:
14
+ - rvm: rbx-2
15
+ # Use the faster container based infrastructure.
16
+ sudo: false
@@ -72,7 +72,7 @@ module Rediska
72
72
  'OK'
73
73
  end
74
74
 
75
- def watch(_)
75
+ def watch(*_)
76
76
  'OK'
77
77
  end
78
78
 
@@ -1,3 +1,3 @@
1
1
  module Rediska
2
- VERSION = '0.2.5.1'.freeze
2
+ VERSION = '0.2.6'.freeze
3
3
  end
data/spec/support/keys.rb CHANGED
@@ -422,7 +422,7 @@ shared_examples 'keys' do
422
422
  it 'errors with more than one argument' do
423
423
  expect {
424
424
  subject.dump('key1', 'key2')
425
- }.to raise_error(ArgumentError, /wrong number of arguments/)
425
+ }.to raise_error(ArgumentError)
426
426
  end
427
427
  end
428
428
 
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.2.5.1
4
+ version: 0.2.6
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-12-08 00:00:00.000000000 Z
11
+ date: 2014-12-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: redis
@@ -93,7 +93,6 @@ files:
93
93
  - ".rspec"
94
94
  - ".travis.yml"
95
95
  - Gemfile
96
- - Gemfile.lock
97
96
  - LICENSE
98
97
  - README.md
99
98
  - Rakefile
data/Gemfile.lock DELETED
@@ -1,72 +0,0 @@
1
- PATH
2
- remote: .
3
- specs:
4
- rediska (0.2.5.1)
5
- redis (>= 3)
6
-
7
- GEM
8
- remote: http://rubygems.org/
9
- specs:
10
- celluloid (0.16.0)
11
- timers (~> 4.0.0)
12
- connection_pool (2.1.0)
13
- coveralls (0.7.2)
14
- multi_json (~> 1.3)
15
- rest-client (= 1.6.7)
16
- simplecov (>= 0.7)
17
- term-ansicolor (= 1.2.2)
18
- thor (= 0.18.1)
19
- diff-lcs (1.2.5)
20
- docile (1.1.5)
21
- hitimes (1.2.2)
22
- json (1.8.1)
23
- mime-types (2.4.3)
24
- multi_json (1.10.1)
25
- rake (10.4.2)
26
- rdoc (4.2.0)
27
- json (~> 1.4)
28
- redis (3.1.0)
29
- redis-namespace (1.5.1)
30
- redis (~> 3.0, >= 3.0.4)
31
- rest-client (1.6.7)
32
- mime-types (>= 1.16)
33
- rspec (3.1.0)
34
- rspec-core (~> 3.1.0)
35
- rspec-expectations (~> 3.1.0)
36
- rspec-mocks (~> 3.1.0)
37
- rspec-core (3.1.7)
38
- rspec-support (~> 3.1.0)
39
- rspec-expectations (3.1.2)
40
- diff-lcs (>= 1.2.0, < 2.0)
41
- rspec-support (~> 3.1.0)
42
- rspec-mocks (3.1.3)
43
- rspec-support (~> 3.1.0)
44
- rspec-support (3.1.2)
45
- sidekiq (3.3.0)
46
- celluloid (>= 0.16.0)
47
- connection_pool (>= 2.0.0)
48
- json
49
- redis (>= 3.0.6)
50
- redis-namespace (>= 1.3.1)
51
- simplecov (0.9.1)
52
- docile (~> 1.1.0)
53
- multi_json (~> 1.0)
54
- simplecov-html (~> 0.8.0)
55
- simplecov-html (0.8.0)
56
- term-ansicolor (1.2.2)
57
- tins (~> 0.8)
58
- thor (0.18.1)
59
- timers (4.0.1)
60
- hitimes
61
- tins (0.13.2)
62
-
63
- PLATFORMS
64
- ruby
65
-
66
- DEPENDENCIES
67
- coveralls
68
- rake
69
- rdoc
70
- rediska!
71
- rspec
72
- sidekiq (>= 3.0)