padrino-cache 0.14.1.1 → 0.14.2

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 (3) hide show
  1. checksums.yaml +5 -13
  2. data/padrino-cache.gemspec +1 -1
  3. metadata +17 -19
checksums.yaml CHANGED
@@ -1,15 +1,7 @@
1
1
  ---
2
- !binary "U0hBMQ==":
3
- metadata.gz: !binary |-
4
- NGY1MWJkZjUwOGUxZThlNmFiN2YyMjAxN2QzZDI5MTljOGY0MjcwZQ==
5
- data.tar.gz: !binary |-
6
- ODc1NTE0NzBkNjg4YzExNjEzM2Q1ZTkzOWQ3NjcyNWIyZmM1YzkzMw==
2
+ SHA1:
3
+ metadata.gz: 1b369acb591a589a2b3b58cd75566dc9d4a06e61
4
+ data.tar.gz: 1d4b466665bb9ea987aa55153b32cc455c8ee426
7
5
  SHA512:
8
- metadata.gz: !binary |-
9
- ODA2NmU0NjczYmUzOGE3N2MxZDI3ZGQwNDVlMWM0MjYyZTY3ODViNjcyOTEw
10
- ODU3ZGRhYzY0YTk1ZGVmZmRjODI3NjYzZTcwY2IzYjIxMzBjM2E2YzhiZDc2
11
- OGZlYTExMGYwY2ZkMGU3Mjk5YmEyY2QyZTUwYzdhNWM1ZDVhY2M=
12
- data.tar.gz: !binary |-
13
- OTM5NzMyNjIyN2FmNGRkMjM3ZWY0NDk4NTJmZWI1NmRmMmFhNDczZGM5YmMw
14
- MjUwMjhlMDUxNWE3MjdjYTQ5Zjc3NDNmODllZTlmMTJkOGVlNzc2ZDA5YThk
15
- MDdkYzliZjU4MDhkYmYzYzcwZDA0MzRmYWM4ODVhYTA4M2VjOTg=
6
+ metadata.gz: 59dfb0cb8f32891a22aba2a8723c81f4a45e4607821e7e2c0325edfa30fd887c8a8ffd34c57b6203cbe82846e250c054f420444e412c0de0e5b742458438816d
7
+ data.tar.gz: 56e4cc65062ba5351727023274316065da1078247ceb08f9287aa596ecb5cba58d748613214f51cc1a3362ebb808ca859a2c717300a8815846ba2a8830737e43
@@ -25,5 +25,5 @@ Gem::Specification.new do |s|
25
25
 
26
26
  s.add_runtime_dependency("padrino-core", Padrino.version)
27
27
  s.add_runtime_dependency("padrino-helpers", Padrino.version)
28
- s.add_runtime_dependency("moneta", ["~> 0.8.0"])
28
+ s.add_runtime_dependency("moneta", ["~> 1.0.0"])
29
29
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: padrino-cache
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.14.1.1
4
+ version: 0.14.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Padrino Team
@@ -11,7 +11,7 @@ authors:
11
11
  autorequire:
12
12
  bindir: bin
13
13
  cert_chain: []
14
- date: 2017-05-16 00:00:00.000000000 Z
14
+ date: 2018-01-02 00:00:00.000000000 Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: padrino-core
@@ -19,44 +19,42 @@ dependencies:
19
19
  requirements:
20
20
  - - '='
21
21
  - !ruby/object:Gem::Version
22
- version: 0.14.1.1
22
+ version: 0.14.2
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
26
26
  requirements:
27
27
  - - '='
28
28
  - !ruby/object:Gem::Version
29
- version: 0.14.1.1
29
+ version: 0.14.2
30
30
  - !ruby/object:Gem::Dependency
31
31
  name: padrino-helpers
32
32
  requirement: !ruby/object:Gem::Requirement
33
33
  requirements:
34
34
  - - '='
35
35
  - !ruby/object:Gem::Version
36
- version: 0.14.1.1
36
+ version: 0.14.2
37
37
  type: :runtime
38
38
  prerelease: false
39
39
  version_requirements: !ruby/object:Gem::Requirement
40
40
  requirements:
41
41
  - - '='
42
42
  - !ruby/object:Gem::Version
43
- version: 0.14.1.1
43
+ version: 0.14.2
44
44
  - !ruby/object:Gem::Dependency
45
45
  name: moneta
46
46
  requirement: !ruby/object:Gem::Requirement
47
47
  requirements:
48
- - - ~>
48
+ - - "~>"
49
49
  - !ruby/object:Gem::Version
50
- version: !binary |-
51
- MC44LjA=
50
+ version: 1.0.0
52
51
  type: :runtime
53
52
  prerelease: false
54
53
  version_requirements: !ruby/object:Gem::Requirement
55
54
  requirements:
56
- - - ~>
55
+ - - "~>"
57
56
  - !ruby/object:Gem::Version
58
- version: !binary |-
59
- MC44LjA=
57
+ version: 1.0.0
60
58
  description: Caching support for memcached, page and fragment
61
59
  email: padrinorb@gmail.com
62
60
  executables: []
@@ -64,9 +62,9 @@ extensions: []
64
62
  extra_rdoc_files:
65
63
  - README.rdoc
66
64
  files:
67
- - .document
68
- - .gitignore
69
- - .yardopts
65
+ - ".document"
66
+ - ".gitignore"
67
+ - ".yardopts"
70
68
  - LICENSE.txt
71
69
  - README.rdoc
72
70
  - Rakefile
@@ -85,22 +83,22 @@ licenses:
85
83
  metadata: {}
86
84
  post_install_message:
87
85
  rdoc_options:
88
- - --charset=UTF-8
86
+ - "--charset=UTF-8"
89
87
  require_paths:
90
88
  - lib
91
89
  required_ruby_version: !ruby/object:Gem::Requirement
92
90
  requirements:
93
- - - ! '>='
91
+ - - ">="
94
92
  - !ruby/object:Gem::Version
95
93
  version: '0'
96
94
  required_rubygems_version: !ruby/object:Gem::Requirement
97
95
  requirements:
98
- - - ! '>='
96
+ - - ">="
99
97
  - !ruby/object:Gem::Version
100
98
  version: 1.3.6
101
99
  requirements: []
102
100
  rubyforge_project: padrino-cache
103
- rubygems_version: 2.4.3
101
+ rubygems_version: 2.6.12
104
102
  signing_key:
105
103
  specification_version: 4
106
104
  summary: Page and fragment caching for Padrino