eac_fs 0.10.0 → 0.11.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e852c4bca2367df238571d8d843e2440fe0c7e91f564dab685f4ea1e5188d7a2
4
- data.tar.gz: aa31fa42eedb2bb8ed49642dadd57d2c548fca7c484e9d0e766bf3c8712f1f44
3
+ metadata.gz: 6361fb65d93bc608b8f91eae605857900fc05ad35e0ea6db2cc629b868ed9850
4
+ data.tar.gz: 2661538d5b4aa95a0c1c2c19edfab361850ba7ef64c2aa72405a5f9a6d031370
5
5
  SHA512:
6
- metadata.gz: f2f4aabd8d31321f475f67545db56fa49fdc54bf46fcb007478589e1d365fb45050dc0f988536c7e3232b8839d9b3a72a1c2ce612bfcc1ddd4a0481cc000610a
7
- data.tar.gz: c89c848cb937e1bb100584d7974180a7dd8725d8b233837ee04ae12f649fd424966a7b82e29dd2fdb1f64886e3a9f18b844a46e42cfbdd191a9197336f180860
6
+ metadata.gz: cedab354f10e417ba90a5a516708db6f292a60c996d1a292a0c9ff452023b0467bc499ca5b7a8e337421a07f14221b28bbe43bd4417f029035b70120e3cb15b6
7
+ data.tar.gz: 20ed5ca2c2a823265a02b6dcaecf0b9badd06e3d1f91a8cf45f965d88673dadc5e5156212b45a854af8fa23cdbfa403a9a781a3a1902bee9c8f71d20d51a5406
@@ -27,7 +27,7 @@ module EacFs
27
27
  ::File.read(content_path)
28
28
  end
29
29
 
30
- def read_or_cache
30
+ def read_or_store
31
31
  write(yield) unless stored?
32
32
 
33
33
  read
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module EacFs
4
- VERSION = '0.10.0'
4
+ VERSION = '0.11.0'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: eac_fs
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.10.0
4
+ version: 0.11.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Put here the authors