any_cache 0.5.0 → 0.6.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.rubocop.yml +5 -1
- data/.travis.yml +24 -24
- data/CHANGELOG.md +5 -0
- data/Rakefile +2 -0
- data/any_cache.gemspec +2 -2
- data/lib/any_cache/version.rb +1 -1
- metadata +7 -7
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4171018152b2cd50926bb30af5a32abd1f73badf63513b7c10c435f6085ae432
|
4
|
+
data.tar.gz: 060a28461d9e19153f0aa916e4c8dd28b5fa3da5957446058c05d1e1cf650062
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a66eb019a8465c933e53f2a5573b1ac88a53f310f5bb738cec9c8874534e9027e37b366e2a8cc866fa182e6f54324b976229358e99dfc41f0f413ac150204464
|
7
|
+
data.tar.gz: 343a60a141a5a95063e2e2fe96918bc20780ea1556787dca91b462582311325a459ccd464a619fae8eb4bf0c61d52375ec2c654620c0cf6fab39428eb159782c
|
data/.rubocop.yml
CHANGED
@@ -5,7 +5,7 @@ inherit_gem:
|
|
5
5
|
|
6
6
|
AllCops:
|
7
7
|
UseCache: true
|
8
|
-
TargetRubyVersion: 2.6.
|
8
|
+
TargetRubyVersion: 2.6.4
|
9
9
|
Include:
|
10
10
|
- bin/console
|
11
11
|
- lib/**/*.rb
|
@@ -16,3 +16,7 @@ AllCops:
|
|
16
16
|
|
17
17
|
Layout/MultilineOperationIndentation:
|
18
18
|
Enabled: false
|
19
|
+
|
20
|
+
# NOTE: for code clarity in tests
|
21
|
+
RSpec/LeakyConstantDeclaration:
|
22
|
+
Enabled: false
|
data/.travis.yml
CHANGED
@@ -13,13 +13,13 @@ matrix:
|
|
13
13
|
- rvm: 2.3.8
|
14
14
|
gemfile: gemfiles/active_support.gemfile
|
15
15
|
env: TEST_AS_MEMORY_STORE_CACHE=true
|
16
|
-
- rvm: 2.4.
|
16
|
+
- rvm: 2.4.7
|
17
17
|
gemfile: gemfiles/active_support.gemfile
|
18
18
|
env: TEST_AS_MEMORY_STORE_CACHE=true
|
19
|
-
- rvm: 2.5.
|
19
|
+
- rvm: 2.5.6
|
20
20
|
gemfile: gemfiles/active_support.gemfile
|
21
21
|
env: TEST_AS_MEMORY_STORE_CACHE=true
|
22
|
-
- rvm: 2.6.
|
22
|
+
- rvm: 2.6.4
|
23
23
|
gemfile: gemfiles/active_support.gemfile
|
24
24
|
env: TEST_AS_MEMORY_STORE_CACHE=true
|
25
25
|
- rvm: ruby-head
|
@@ -28,13 +28,13 @@ matrix:
|
|
28
28
|
- rvm: 2.3.8
|
29
29
|
gemfile: gemfiles/active_support.gemfile
|
30
30
|
env: TEST_AS_FILE_STORE_CACHE=true
|
31
|
-
- rvm: 2.4.
|
31
|
+
- rvm: 2.4.7
|
32
32
|
gemfile: gemfiles/active_support.gemfile
|
33
33
|
env: TEST_AS_FILE_STORE_CACHE=true
|
34
|
-
- rvm: 2.5.
|
34
|
+
- rvm: 2.5.6
|
35
35
|
gemfile: gemfiles/active_support.gemfile
|
36
36
|
env: TEST_AS_FILE_STORE_CACHE=true
|
37
|
-
- rvm: 2.6.
|
37
|
+
- rvm: 2.6.4
|
38
38
|
gemfile: gemfiles/active_support.gemfile
|
39
39
|
env: TEST_AS_FILE_STORE_CACHE=true
|
40
40
|
- rvm: ruby-head
|
@@ -43,13 +43,13 @@ matrix:
|
|
43
43
|
- rvm: 2.3.8
|
44
44
|
gemfile: gemfiles/active_support_with_redis.gemfile
|
45
45
|
env: TEST_AS_REDIS_CACHE_STORE_CACHE=true
|
46
|
-
- rvm: 2.4.
|
46
|
+
- rvm: 2.4.7
|
47
47
|
gemfile: gemfiles/active_support_with_redis.gemfile
|
48
48
|
env: TEST_AS_REDIS_CACHE_STORE_CACHE=true
|
49
|
-
- rvm: 2.5.
|
49
|
+
- rvm: 2.5.6
|
50
50
|
gemfile: gemfiles/active_support_with_redis.gemfile
|
51
51
|
env: TEST_AS_REDIS_CACHE_STORE_CACHE=true
|
52
|
-
- rvm: 2.6.
|
52
|
+
- rvm: 2.6.4
|
53
53
|
gemfile: gemfiles/active_support_with_redis.gemfile
|
54
54
|
env: TEST_AS_REDIS_CACHE_STORE_CACHE=true
|
55
55
|
- rvm: ruby-head
|
@@ -58,13 +58,13 @@ matrix:
|
|
58
58
|
- rvm: 2.3.8
|
59
59
|
gemfile: gemfiles/dalli.gemfile
|
60
60
|
env: TEST_DALLI_CACHE=true
|
61
|
-
- rvm: 2.4.
|
61
|
+
- rvm: 2.4.7
|
62
62
|
gemfile: gemfiles/dalli.gemfile
|
63
63
|
env: TEST_DALLI_CACHE=true
|
64
|
-
- rvm: 2.5.
|
64
|
+
- rvm: 2.5.6
|
65
65
|
gemfile: gemfiles/dalli.gemfile
|
66
66
|
env: TEST_DALLI_CACHE=true
|
67
|
-
- rvm: 2.6.
|
67
|
+
- rvm: 2.6.4
|
68
68
|
gemfile: gemfiles/dalli.gemfile
|
69
69
|
env: TEST_DALLI_CACHE=true
|
70
70
|
- rvm: ruby-head
|
@@ -73,13 +73,13 @@ matrix:
|
|
73
73
|
- rvm: 2.3.8
|
74
74
|
gemfile: gemfiles/redis_store.gemfile
|
75
75
|
env: TEST_REDIS_STORE_CACHE=true
|
76
|
-
- rvm: 2.4.
|
76
|
+
- rvm: 2.4.7
|
77
77
|
gemfile: gemfiles/redis_store.gemfile
|
78
78
|
env: TEST_REDIS_STORE_CACHE=true
|
79
|
-
- rvm: 2.5.
|
79
|
+
- rvm: 2.5.6
|
80
80
|
gemfile: gemfiles/redis_store.gemfile
|
81
81
|
env: TEST_REDIS_STORE_CACHE=true
|
82
|
-
- rvm: 2.6.
|
82
|
+
- rvm: 2.6.4
|
83
83
|
gemfile: gemfiles/redis_store.gemfile
|
84
84
|
env: TEST_REDIS_STORE_CACHE=true
|
85
85
|
- rvm: ruby-head
|
@@ -88,13 +88,13 @@ matrix:
|
|
88
88
|
- rvm: 2.3.8
|
89
89
|
gemfile: gemfiles/active_support_with_dalli.gemfile
|
90
90
|
env: TEST_AS_DALLI_STORE=true
|
91
|
-
- rvm: 2.4.
|
91
|
+
- rvm: 2.4.7
|
92
92
|
gemfile: gemfiles/active_support_with_dalli.gemfile
|
93
93
|
env: TEST_AS_DALLI_STORE=true
|
94
|
-
- rvm: 2.5.
|
94
|
+
- rvm: 2.5.6
|
95
95
|
gemfile: gemfiles/active_support_with_dalli.gemfile
|
96
96
|
env: TEST_AS_DALLI_STORE=true
|
97
|
-
- rvm: 2.6.
|
97
|
+
- rvm: 2.6.4
|
98
98
|
gemfile: gemfiles/active_support_with_dalli.gemfile
|
99
99
|
env: TEST_AS_DALLI_STORE=true
|
100
100
|
- rvm: ruby-head
|
@@ -103,13 +103,13 @@ matrix:
|
|
103
103
|
- rvm: 2.3.8
|
104
104
|
gemfile: gemfiles/redis_store.gemfile
|
105
105
|
env: TEST_REDIS_CACHE=true
|
106
|
-
- rvm: 2.4.
|
106
|
+
- rvm: 2.4.7
|
107
107
|
gemfile: gemfiles/redis_store.gemfile
|
108
108
|
env: TEST_REDIS_CACHE=true
|
109
|
-
- rvm: 2.5.
|
109
|
+
- rvm: 2.5.6
|
110
110
|
gemfile: gemfiles/redis_store.gemfile
|
111
111
|
env: TEST_REDIS_CACHE=true
|
112
|
-
- rvm: 2.6.
|
112
|
+
- rvm: 2.6.4
|
113
113
|
gemfile: gemfiles/redis_store.gemfile
|
114
114
|
env: TEST_REDIS_CACHE=true
|
115
115
|
- rvm: ruby-head
|
@@ -118,13 +118,13 @@ matrix:
|
|
118
118
|
- rvm: 2.3.8
|
119
119
|
gemfile: gemfiles/active_support_with_dalli.gemfile
|
120
120
|
env: TEST_AS_MEM_CACHE_STORE_CACHE=true
|
121
|
-
- rvm: 2.4.
|
121
|
+
- rvm: 2.4.7
|
122
122
|
gemfile: gemfiles/active_support_with_dalli.gemfile
|
123
123
|
env: TEST_AS_MEM_CACHE_STORE_CACHE=true
|
124
|
-
- rvm: 2.5.
|
124
|
+
- rvm: 2.5.6
|
125
125
|
gemfile: gemfiles/active_support_with_dalli.gemfile
|
126
126
|
env: TEST_AS_MEM_CACHE_STORE_CACHE=true
|
127
|
-
- rvm: 2.6.
|
127
|
+
- rvm: 2.6.4
|
128
128
|
gemfile: gemfiles/active_support_with_dalli.gemfile
|
129
129
|
env: TEST_AS_MEM_CACHE_STORE_CACHE=true
|
130
130
|
- rvm: ruby-head
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,11 @@
|
|
1
1
|
# Changelog
|
2
2
|
All notable changes to this project will be documented in this file.
|
3
3
|
|
4
|
+
## [0.6.0] - 2019-09-13
|
5
|
+
### Changed
|
6
|
+
- Actualized dependencies (`qonfig` - `~> 0.16.0`);
|
7
|
+
- Actualized development dependnecies;
|
8
|
+
|
4
9
|
## [0.5.0] - 2019-05-12
|
5
10
|
### Added
|
6
11
|
- Introduce Plugin Ecosystem (`AnyCache::Plugins`):
|
data/Rakefile
CHANGED
@@ -4,6 +4,7 @@ require 'bundler/gem_tasks'
|
|
4
4
|
require 'rspec/core/rake_task'
|
5
5
|
require 'rubocop'
|
6
6
|
require 'rubocop-rspec'
|
7
|
+
require 'rubocop-performance'
|
7
8
|
require 'rubocop/rake_task'
|
8
9
|
|
9
10
|
RuboCop::RakeTask.new(:rubocop) do |t|
|
@@ -11,6 +12,7 @@ RuboCop::RakeTask.new(:rubocop) do |t|
|
|
11
12
|
|
12
13
|
t.options = ['--config', config_path]
|
13
14
|
t.requires << 'rubocop-rspec'
|
15
|
+
t.requires << 'rubocop-performance'
|
14
16
|
end
|
15
17
|
|
16
18
|
RSpec::Core::RakeTask.new(:rspec)
|
data/any_cache.gemspec
CHANGED
@@ -28,11 +28,11 @@ Gem::Specification.new do |spec|
|
|
28
28
|
end
|
29
29
|
|
30
30
|
spec.add_dependency 'concurrent-ruby', '~> 1.0'
|
31
|
-
spec.add_dependency 'qonfig', '~> 0.
|
31
|
+
spec.add_dependency 'qonfig', '~> 0.16'
|
32
32
|
|
33
33
|
spec.add_development_dependency 'coveralls', '~> 0.8'
|
34
34
|
spec.add_development_dependency 'simplecov', '~> 0.16'
|
35
|
-
spec.add_development_dependency 'armitage-rubocop', '~> 0.
|
35
|
+
spec.add_development_dependency 'armitage-rubocop', '~> 0.74'
|
36
36
|
spec.add_development_dependency 'rspec', '~> 3.8'
|
37
37
|
|
38
38
|
spec.add_development_dependency 'bundler'
|
data/lib/any_cache/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: any_cache
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.6.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Rustam Ibragimov
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2019-
|
11
|
+
date: 2019-09-13 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: concurrent-ruby
|
@@ -30,14 +30,14 @@ dependencies:
|
|
30
30
|
requirements:
|
31
31
|
- - "~>"
|
32
32
|
- !ruby/object:Gem::Version
|
33
|
-
version: '0.
|
33
|
+
version: '0.16'
|
34
34
|
type: :runtime
|
35
35
|
prerelease: false
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
37
37
|
requirements:
|
38
38
|
- - "~>"
|
39
39
|
- !ruby/object:Gem::Version
|
40
|
-
version: '0.
|
40
|
+
version: '0.16'
|
41
41
|
- !ruby/object:Gem::Dependency
|
42
42
|
name: coveralls
|
43
43
|
requirement: !ruby/object:Gem::Requirement
|
@@ -72,14 +72,14 @@ dependencies:
|
|
72
72
|
requirements:
|
73
73
|
- - "~>"
|
74
74
|
- !ruby/object:Gem::Version
|
75
|
-
version: '0.
|
75
|
+
version: '0.74'
|
76
76
|
type: :development
|
77
77
|
prerelease: false
|
78
78
|
version_requirements: !ruby/object:Gem::Requirement
|
79
79
|
requirements:
|
80
80
|
- - "~>"
|
81
81
|
- !ruby/object:Gem::Version
|
82
|
-
version: '0.
|
82
|
+
version: '0.74'
|
83
83
|
- !ruby/object:Gem::Dependency
|
84
84
|
name: rspec
|
85
85
|
requirement: !ruby/object:Gem::Requirement
|
@@ -237,7 +237,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
237
237
|
- !ruby/object:Gem::Version
|
238
238
|
version: '0'
|
239
239
|
requirements: []
|
240
|
-
rubygems_version: 3.0.
|
240
|
+
rubygems_version: 3.0.3
|
241
241
|
signing_key:
|
242
242
|
specification_version: 4
|
243
243
|
summary: AnyCache - a simplest cache wrapper
|