nozzle 0.1.2 → 0.1.3

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
  SHA1:
3
- metadata.gz: 744ba2831b2ea579906c1deeacb3a341414931e9
4
- data.tar.gz: 334b10228722d116892a6de9996d4a17ff4808b1
3
+ metadata.gz: 08ac374daabf6e1162942f0af611c82288e7aac1
4
+ data.tar.gz: 2385e3896b25f2f2204bc612037d235a03d39a25
5
5
  SHA512:
6
- metadata.gz: 96390aff90f4a1a378c9d868e8bd3f807ead09c2aa4c70e5ce25121a3d6c5c6780fbd7fd66d312d741a22379c3d1c0d035740f6d04fddb678bb36e4091064ab5
7
- data.tar.gz: 19cc8d6177db465a3e091680fb8122bdafc5a534677201e24f8b54fda6c8ef52cf1dc1f21b0f587a5837ca55422b7b9c5240592ed01fa5e85a0cf9d08b5a9a72
6
+ metadata.gz: 84c7d9b7af755ebfcf40da68512e23279856825842d1b01cf3843cfee4fa243698fbaf7680c505a6cfc3202f13bb91b8b95f3189f7792ba9af0b8ec2888db656
7
+ data.tar.gz: 6b1974a667a1e61456e607b4e26d127a978611cdd0294a5a2ad0709212a3610ffa367ea55f8e4bc576b47481ae9c43e935d41e6618faa700a8d5960522a5affb
@@ -44,6 +44,8 @@ module Nozzle
44
44
  def url?
45
45
  result = url
46
46
  result && "#{result}?#{File.mtime(path).to_i}"
47
+ rescue Errno::ENOENT
48
+ result
47
49
  end
48
50
 
49
51
  # Constructs a filesustem path which absolutely points to stored file.
@@ -1,3 +1,3 @@
1
1
  module Nozzle
2
- VERSION = "0.1.2"
2
+ VERSION = "0.1.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nozzle
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Igor Bochkariov