dragonfly-cache 0.1.7 → 0.1.8

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
  SHA256:
3
- metadata.gz: f3df881ab7d62b87cd00ab7361c614250cc1a8706b9d2cc416a2ddb1f5d34256
4
- data.tar.gz: 6cef3e6bdcb69d1e0418060e8db484f6b40dc2ede64ea03ca99f4aefc025e452
3
+ metadata.gz: 561fa0bea39eade52c3ee69a15a630ddbc7241ef2a35541fac85203885bcd5a9
4
+ data.tar.gz: aef5435adb61fbde4c8415f9347564bb60c995f49f521e3ed8dc831002668e8e
5
5
  SHA512:
6
- metadata.gz: 96a06ce4971e5ba10fc15be6789582e5e3202993a69bcc4c92504949033c2ec420f648b4cd61f1de88d41182cdae624fb4c097723b47dd81be637032d7e2dbf2
7
- data.tar.gz: e6c1aedbd009728f83dcdbb894116d5f6ad19e938088c17f229ce75679315961d1189123c4614b2c7c92b2db3ca99be8fbf553ee021fce6b60e018502f6507a8
6
+ metadata.gz: 52f872f835d64278e48732f144496f262337207195040b7277e1b2869f0c99552002c056cce188baf272d51ecfe875688e12f9798212f687b63cc6b605339ba6
7
+ data.tar.gz: 617e6ef49815dd8d0c7e214893f168d431da0343679049adf4a9f786ed4dddf49652d675ccbac13f484176e257815b40e6f71fbd34ef033c0d475f9c510fdafe
data/.gitignore CHANGED
@@ -5,4 +5,6 @@
5
5
  /doc/
6
6
  /pkg/
7
7
  /spec/reports/
8
- /tmp/
8
+
9
+ /tmp/*
10
+ !/tmp/.keep
data/.rubocop.yml ADDED
@@ -0,0 +1,6 @@
1
+ require:
2
+ - rubocop-rake
3
+ - rubocop-rspec
4
+
5
+ AllCops:
6
+ TargetRubyVersion: 3.0
data/.travis.yml CHANGED
@@ -3,9 +3,9 @@ sudo: false
3
3
  script: "bundle exec rake clean spec"
4
4
 
5
5
  rvm:
6
- - 2.5
7
6
  - 2.6
8
7
  - 2.7
8
+ - 3.0
9
9
 
10
10
  gemfile:
11
11
  - Gemfile
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- dragonfly-cache (0.1.7)
4
+ dragonfly-cache (0.1.8)
5
5
  dragonfly
6
6
  i18n
7
7
 
@@ -10,51 +10,56 @@ GEM
10
10
  specs:
11
11
  addressable (2.7.0)
12
12
  public_suffix (>= 2.0.2, < 5.0)
13
- ast (2.4.1)
14
- concurrent-ruby (1.1.7)
13
+ ast (2.4.2)
14
+ concurrent-ruby (1.1.8)
15
15
  diff-lcs (1.4.4)
16
- dragonfly (1.2.1)
16
+ dragonfly (1.3.0)
17
17
  addressable (~> 2.3)
18
18
  multi_json (~> 1.0)
19
19
  rack (>= 1.3)
20
- i18n (1.8.5)
20
+ i18n (1.8.10)
21
21
  concurrent-ruby (~> 1.0)
22
22
  multi_json (1.15.0)
23
- parallel (1.19.2)
24
- parser (2.7.2.0)
23
+ parallel (1.20.1)
24
+ parser (3.0.1.1)
25
25
  ast (~> 2.4.1)
26
26
  public_suffix (4.0.6)
27
27
  rack (2.2.3)
28
28
  rainbow (3.0.0)
29
- rake (13.0.1)
30
- regexp_parser (1.8.2)
31
- rexml (3.2.4)
29
+ rake (13.0.3)
30
+ regexp_parser (2.1.1)
31
+ rexml (3.2.5)
32
32
  rspec (3.10.0)
33
33
  rspec-core (~> 3.10.0)
34
34
  rspec-expectations (~> 3.10.0)
35
35
  rspec-mocks (~> 3.10.0)
36
- rspec-core (3.10.0)
36
+ rspec-core (3.10.1)
37
37
  rspec-support (~> 3.10.0)
38
- rspec-expectations (3.10.0)
38
+ rspec-expectations (3.10.1)
39
39
  diff-lcs (>= 1.2.0, < 2.0)
40
40
  rspec-support (~> 3.10.0)
41
- rspec-mocks (3.10.0)
41
+ rspec-mocks (3.10.2)
42
42
  diff-lcs (>= 1.2.0, < 2.0)
43
43
  rspec-support (~> 3.10.0)
44
- rspec-support (3.10.0)
45
- rubocop (1.1.0)
44
+ rspec-support (3.10.2)
45
+ rubocop (1.13.0)
46
46
  parallel (~> 1.10)
47
- parser (>= 2.7.1.5)
47
+ parser (>= 3.0.0.0)
48
48
  rainbow (>= 2.2.2, < 4.0)
49
- regexp_parser (>= 1.8)
49
+ regexp_parser (>= 1.8, < 3.0)
50
50
  rexml
51
- rubocop-ast (>= 1.0.1)
51
+ rubocop-ast (>= 1.2.0, < 2.0)
52
52
  ruby-progressbar (~> 1.7)
53
- unicode-display_width (>= 1.4.0, < 2.0)
54
- rubocop-ast (1.1.0)
55
- parser (>= 2.7.1.5)
56
- ruby-progressbar (1.10.1)
57
- unicode-display_width (1.7.0)
53
+ unicode-display_width (>= 1.4.0, < 3.0)
54
+ rubocop-ast (1.5.0)
55
+ parser (>= 3.0.1.1)
56
+ rubocop-rake (0.5.1)
57
+ rubocop
58
+ rubocop-rspec (2.3.0)
59
+ rubocop (~> 1.0)
60
+ rubocop-ast (>= 1.1.0)
61
+ ruby-progressbar (1.11.0)
62
+ unicode-display_width (2.0.0)
58
63
 
59
64
  PLATFORMS
60
65
  ruby
@@ -65,6 +70,8 @@ DEPENDENCIES
65
70
  rake (~> 13.0)
66
71
  rspec (~> 3.10.0)
67
72
  rubocop
73
+ rubocop-rake
74
+ rubocop-rspec
68
75
 
69
76
  BUNDLED WITH
70
- 2.1.4
77
+ 2.2.3
@@ -24,7 +24,7 @@ Gem::Specification.new do |spec|
24
24
  `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
25
25
  end
26
26
 
27
- spec.required_ruby_version = '>= 2.5'
27
+ spec.required_ruby_version = '>= 2.6'
28
28
 
29
29
  spec.add_dependency 'dragonfly'
30
30
  spec.add_dependency 'i18n'
@@ -33,6 +33,8 @@ Gem::Specification.new do |spec|
33
33
  spec.add_development_dependency 'rake', '~> 13.0'
34
34
  spec.add_development_dependency 'rspec', '~> 3.10.0'
35
35
  spec.add_development_dependency 'rubocop'
36
+ spec.add_development_dependency 'rubocop-rake'
37
+ spec.add_development_dependency 'rubocop-rspec'
36
38
 
37
39
  spec.post_install_message = <<~POST_INSTALL_MESSAGE
38
40
  Don't forget to configure Dragonfly::Cache:
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Dragonfly
4
4
  module Cache
5
- VERSION = '0.1.7'
5
+ VERSION = '0.1.8'
6
6
  end
7
7
  end
data/tmp/.keep ADDED
File without changes
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dragonfly-cache
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.7
4
+ version: 0.1.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gaël-Ian Havard
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-11-02 00:00:00.000000000 Z
11
+ date: 2021-05-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: dragonfly
@@ -94,6 +94,34 @@ dependencies:
94
94
  - - ">="
95
95
  - !ruby/object:Gem::Version
96
96
  version: '0'
97
+ - !ruby/object:Gem::Dependency
98
+ name: rubocop-rake
99
+ requirement: !ruby/object:Gem::Requirement
100
+ requirements:
101
+ - - ">="
102
+ - !ruby/object:Gem::Version
103
+ version: '0'
104
+ type: :development
105
+ prerelease: false
106
+ version_requirements: !ruby/object:Gem::Requirement
107
+ requirements:
108
+ - - ">="
109
+ - !ruby/object:Gem::Version
110
+ version: '0'
111
+ - !ruby/object:Gem::Dependency
112
+ name: rubocop-rspec
113
+ requirement: !ruby/object:Gem::Requirement
114
+ requirements:
115
+ - - ">="
116
+ - !ruby/object:Gem::Version
117
+ version: '0'
118
+ type: :development
119
+ prerelease: false
120
+ version_requirements: !ruby/object:Gem::Requirement
121
+ requirements:
122
+ - - ">="
123
+ - !ruby/object:Gem::Version
124
+ version: '0'
97
125
  description: Allow Dragonfly to keep a cache of jobs results
98
126
  email:
99
127
  - gael-ian@notus.sh
@@ -103,6 +131,7 @@ extra_rdoc_files: []
103
131
  files:
104
132
  - ".gitignore"
105
133
  - ".rspec"
134
+ - ".rubocop.yml"
106
135
  - ".travis.yml"
107
136
  - Gemfile
108
137
  - Gemfile.lock
@@ -118,6 +147,7 @@ files:
118
147
  - lib/dragonfly/cache/plugin.rb
119
148
  - lib/dragonfly/cache/storage/local.rb
120
149
  - lib/dragonfly/cache/version.rb
150
+ - tmp/.keep
121
151
  homepage: https://github.com/notus-sh/dragonfly-cache
122
152
  licenses:
123
153
  - Apache-2.0
@@ -139,14 +169,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
139
169
  requirements:
140
170
  - - ">="
141
171
  - !ruby/object:Gem::Version
142
- version: '2.5'
172
+ version: '2.6'
143
173
  required_rubygems_version: !ruby/object:Gem::Requirement
144
174
  requirements:
145
175
  - - ">="
146
176
  - !ruby/object:Gem::Version
147
177
  version: '0'
148
178
  requirements: []
149
- rubygems_version: 3.1.2
179
+ rubygems_version: 3.2.3
150
180
  signing_key:
151
181
  specification_version: 4
152
182
  summary: Cache adapter for Dragonfly