rails_web_cache 0.7.3 → 0.7.4

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: 19ef689b8dee7138532ccf91f4f2f20d3e356c0eb44438bde902999a1f7cdac2
4
- data.tar.gz: f104f75d2a065b8f0f0c167e06c595ee3839e0d7f8455eef0dbc49dace03b341
3
+ metadata.gz: 1403423e836443f113c7ba287475e5ffbf0aa1f44e7d676497a9ce0dd36f5e14
4
+ data.tar.gz: 697d32192229108fd7bbf927282b49f2a009c2fcf40fb7233931678fc67bec36
5
5
  SHA512:
6
- metadata.gz: f127d6063c69f30d9d34033c99aeb03e9d1ba4ef5221f038a271295f483f22b9458cf5a186127f01e7bed066514390918ac47a25b113089b92375d401b6290e7
7
- data.tar.gz: e6aff711cd263f08907436edf2fb205acf089c5e278f222357e260816ada1d4f0b21b5358a163f9403c42523857a464f7916660af3c3cacdd0b3276e0d855c8e
6
+ metadata.gz: 655c40122f35699fce1756ce6c913db1a9b1a0b7eea551c7f51f95bfbc3e8f1777c79bc8889d8e2bdeecf35f3e86a9e056ce59f4802a0b6ef8e29227cceb8d60
7
+ data.tar.gz: 10000f1773bb58f7dfca6ecc705d1eafbe61e13e2c4384e7f3537de3fc7b63a61ea890be88437f5d111df62b4e95e651df5fcb00067d25e1c7d4020ad2a5ef56
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- rails_web_cache (0.7.3)
4
+ rails_web_cache (0.7.4)
5
5
  rails (>= 5.2, < 7.0)
6
6
 
7
7
  GEM
@@ -63,7 +63,7 @@ GEM
63
63
  tzinfo (~> 1.1)
64
64
  zeitwerk (~> 2.2)
65
65
  builder (3.2.4)
66
- concurrent-ruby (1.1.5)
66
+ concurrent-ruby (1.1.6)
67
67
  coveralls (0.8.23)
68
68
  json (>= 1.8, < 3)
69
69
  simplecov (~> 0.16.1)
@@ -87,14 +87,14 @@ GEM
87
87
  marcel (0.3.3)
88
88
  mimemagic (~> 0.3.2)
89
89
  method_source (0.9.2)
90
- mimemagic (0.3.3)
90
+ mimemagic (0.3.4)
91
91
  mini_mime (1.0.2)
92
92
  mini_portile2 (2.4.0)
93
93
  minitest (5.14.0)
94
94
  nio4r (2.5.2)
95
- nokogiri (1.10.7)
95
+ nokogiri (1.10.8)
96
96
  mini_portile2 (~> 2.4.0)
97
- rack (2.1.1)
97
+ rack (2.2.2)
98
98
  rack-test (1.1.0)
99
99
  rack (>= 1.0, < 3)
100
100
  rails (6.0.2.1)
@@ -158,7 +158,7 @@ GEM
158
158
  tins (~> 1.0)
159
159
  thor (1.0.1)
160
160
  thread_safe (0.3.6)
161
- tins (1.24.0)
161
+ tins (1.24.1)
162
162
  sync
163
163
  tzinfo (1.2.6)
164
164
  thread_safe (~> 0.1)
data/README.md CHANGED
@@ -34,6 +34,11 @@ Add this line to the file `config/routes.rb`
34
34
 
35
35
  Enjoy ! Go to `/rails_web_cache`
36
36
 
37
+ ## Extra
38
+
39
+ https://github.com/OpenGems/redis_web_manager
40
+
41
+
37
42
  ## Contributing
38
43
 
39
44
  Bug reports and pull requests are welcome on GitHub at https://github.com/BorisBresciani/rails_web_cache. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
@@ -41,7 +46,3 @@ Bug reports and pull requests are welcome on GitHub at https://github.com/BorisB
41
46
  ## License
42
47
 
43
48
  The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
44
-
45
- ## Code of Conduct
46
-
47
- Everyone interacting in the RailsWebCache project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/BorisBresciani/rails_web_cache/blob/master/CODE_OF_CONDUCT.md).
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module RailsWebCache
4
- VERSION = '0.7.3'
4
+ VERSION = '0.7.4'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rails_web_cache
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.3
4
+ version: 0.7.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Boris BRESCIANI
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2020-01-15 00:00:00.000000000 Z
11
+ date: 2020-02-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: coveralls