rails_real_favicon 0.0.7 → 0.0.8

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: 0a064c0d3848a4a00324f86b128bb4d2d22556af
4
- data.tar.gz: b3b4358b115abb5c9ea95e1f120ca2cb1909d7b8
3
+ metadata.gz: 5b983b78494ce3a28077fe6c31f6a18275b79396
4
+ data.tar.gz: b3b16ce571056cf6213c231480e35c6cc5da874c
5
5
  SHA512:
6
- metadata.gz: 8f6911038e24d3abcf0ec717857c41036e5c97f67734b535d2ea31bcc15f0289e1be12b47228c392805fa0168b96a07948d04d165aa160e77e279a2e0abc4f5c
7
- data.tar.gz: d0473c17705676986a5e4bdf36129a580e7212fb755275bfde11eb96bef82fb19ca668d1f02bc3ffe385a49a724258ad411ac84206e9ca254a605c4b97f7bd98
6
+ metadata.gz: ad3561c62acfba96d819642a965b5cb216ee6ddf9aad8232be168c69a8d3782f89ce970469b793d825e2ca3a3bd1fca9ebc2d116ea57881dfe1adbc926dbfb0e
7
+ data.tar.gz: 94eed8953f0464803b465741dd67d5a08e77b96005a2e6887eff7dfa060b40244a85a2479b4d0f04d37e6198a160e51b1de7e9aedf4ce8b945488ff0ee01922e
@@ -35,7 +35,7 @@ class FaviconGenerator < Rails::Generators::Base
35
35
  Dir["#{tmp_dir}/*.*"].each do |file|
36
36
  content = File.binread(file)
37
37
  new_ext = ''
38
- if File.extname(file) == '.json' or File.extname(file) == '.xml'
38
+ if File.extname(file) == '.json' or File.extname(file) == '.xml' or File.extname(file) == '.webmanifest'
39
39
  content = replace_url_by_asset_path content
40
40
  new_ext = '.erb'
41
41
  end
@@ -1,3 +1,3 @@
1
1
  module RailsRealFavicon
2
- VERSION = "0.0.7"
2
+ VERSION = "0.0.8"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rails_real_favicon
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.7
4
+ version: 0.0.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Philippe Bernard
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-12-26 00:00:00.000000000 Z
11
+ date: 2018-03-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails