artirix_cache_service 0.5.1 → 0.6.0
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.
- checksums.yaml +4 -4
- data/README.md +3 -1
- data/lib/artirix_cache_service/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9a033c6654bc674d267dba38ed0e11ddecc592fe
|
|
4
|
+
data.tar.gz: 7984ec2118b77b1cfdd1a4e91a6ca67f4ef1a6b2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9805bed481338817cdafbf747793583e9d8f1fcfc7463619310a700b183d07316aa4f3a9ce98c3dfb087852713722b53eb739a846c0ccefdb18ebba2f71dee8e
|
|
7
|
+
data.tar.gz: d0bc8c3fc7b9f619709b5cf1ef0b7a8c0f1155ab91e709e1f1bd3649247081f7a392795937ca258f5f4b1ddb83eb9036a7f653f1f2ba5caa3826629675a20465
|
data/README.md
CHANGED
|
@@ -346,7 +346,9 @@ Bug reports and pull requests are welcome on GitHub at https://github.com/artiri
|
|
|
346
346
|
|
|
347
347
|
# CHANGELOG
|
|
348
348
|
|
|
349
|
-
## v0.
|
|
349
|
+
## v0.6.0
|
|
350
|
+
|
|
351
|
+
(renamed `v.0.5.1` to `v.0.6.0` since it is a change in the API)
|
|
350
352
|
|
|
351
353
|
- `redis_client` can now be injected into the service.
|
|
352
354
|
|