dalli 3.0.6 → 3.1.3

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of dalli might be problematic. Click here for more details.

metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dalli
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.6
4
+ version: 3.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Peter M. Goldstein
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2021-11-30 00:00:00.000000000 Z
12
+ date: 2021-12-14 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: connection_pool
@@ -29,16 +29,22 @@ dependencies:
29
29
  name: rack
30
30
  requirement: !ruby/object:Gem::Requirement
31
31
  requirements:
32
+ - - "~>"
33
+ - !ruby/object:Gem::Version
34
+ version: '2.0'
32
35
  - - ">="
33
36
  - !ruby/object:Gem::Version
34
- version: '0'
37
+ version: 2.2.0
35
38
  type: :development
36
39
  prerelease: false
37
40
  version_requirements: !ruby/object:Gem::Requirement
38
41
  requirements:
42
+ - - "~>"
43
+ - !ruby/object:Gem::Version
44
+ version: '2.0'
39
45
  - - ">="
40
46
  - !ruby/object:Gem::Version
41
- version: '0'
47
+ version: 2.2.0
42
48
  - !ruby/object:Gem::Dependency
43
49
  name: rubocop
44
50
  requirement: !ruby/object:Gem::Requirement
@@ -113,11 +119,16 @@ files:
113
119
  - lib/dalli/compressor.rb
114
120
  - lib/dalli/key_manager.rb
115
121
  - lib/dalli/options.rb
122
+ - lib/dalli/pipelined_getter.rb
116
123
  - lib/dalli/protocol.rb
124
+ - lib/dalli/protocol/base.rb
117
125
  - lib/dalli/protocol/binary.rb
118
126
  - lib/dalli/protocol/binary/request_formatter.rb
127
+ - lib/dalli/protocol/binary/response_header.rb
119
128
  - lib/dalli/protocol/binary/response_processor.rb
120
129
  - lib/dalli/protocol/binary/sasl_authentication.rb
130
+ - lib/dalli/protocol/connection_manager.rb
131
+ - lib/dalli/protocol/response_buffer.rb
121
132
  - lib/dalli/protocol/server_config_parser.rb
122
133
  - lib/dalli/protocol/ttl_sanitizer.rb
123
134
  - lib/dalli/protocol/value_compressor.rb