eac_fs 0.11.0 → 0.11.1

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: 6361fb65d93bc608b8f91eae605857900fc05ad35e0ea6db2cc629b868ed9850
4
- data.tar.gz: 2661538d5b4aa95a0c1c2c19edfab361850ba7ef64c2aa72405a5f9a6d031370
3
+ metadata.gz: 8851f1408994cf816ba9352954d7ef9a8858e8581434f5d14e917f7b9d3dd6bb
4
+ data.tar.gz: b31e40c894d8cb96cc5d1eae42789e980c4bfe849f47e9c2d0aac8d870b919ef
5
5
  SHA512:
6
- metadata.gz: cedab354f10e417ba90a5a516708db6f292a60c996d1a292a0c9ff452023b0467bc499ca5b7a8e337421a07f14221b28bbe43bd4417f029035b70120e3cb15b6
7
- data.tar.gz: 20ed5ca2c2a823265a02b6dcaecf0b9badd06e3d1f91a8cf45f965d88673dadc5e5156212b45a854af8fa23cdbfa403a9a781a3a1902bee9c8f71d20d51a5406
6
+ metadata.gz: 37c02d3e22a2bfd5ffb77014bcca94555e1a41bec612a01d3c306fda460cc29468627ed0b38c508aaae8585d1c7e6e8ec8223c6058bab77008d5f2185c029cf3
7
+ data.tar.gz: 89405f8115a4479a59953cef8c3df475c052bd40927941b1e6d527c7619e96c90c857dc85931022b0a422b18629feccd14c6e76f76f1dc9d2141c03098038178
@@ -3,13 +3,13 @@
3
3
  require 'eac_fs/patches'
4
4
  require 'eac_ruby_utils/fs/temp'
5
5
 
6
- module Avm
6
+ module EacFs
7
7
  class CachedDownload
8
8
  attr_reader :url, :fs_cache
9
9
 
10
10
  def initialize(url, parent_fs_cache = nil)
11
11
  @url = url
12
- @fs_cache = (parent_fs_cache || fs_cache).child(url.parameterize)
12
+ @fs_cache = (parent_fs_cache || fs_cache).child(url.to_s.parameterize)
13
13
  end
14
14
 
15
15
  def assert
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module EacFs
4
- VERSION = '0.11.0'
4
+ VERSION = '0.11.1'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: eac_fs
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.11.0
4
+ version: 0.11.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Put here the authors
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-01-24 00:00:00.000000000 Z
11
+ date: 2022-02-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: content-type