discover-unused-partials 0.3.2 → 0.3.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/VERSION +1 -1
- data/lib/discover-unused-partials.rb +1 -1
- data/lib/discover-unused-partials/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 431fdd84e441af656ff11b28d7fee0ce786726b0
|
4
|
+
data.tar.gz: 992a90beb26c795c4f366d7848446cb338d102c3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6816768521214c90b1fa46840f79032492edaaaf70770a396d12f8670c79681b23de6c7593b2881bb50730f565653fc93eccf345b71bde7d7486e6e45ef746a1
|
7
|
+
data.tar.gz: 21b0a60209f637f12cf757e8f32e4df25775c85436b7c67eb87d60777b488630538ac655459c4038f11b02c31c57268d50f9498ac4c0f1fabbe5c288a0785eb2
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.3.
|
1
|
+
0.3.3
|
@@ -117,7 +117,7 @@ module DiscoverUnusedPartials
|
|
117
117
|
[partials, dynamic]
|
118
118
|
end
|
119
119
|
|
120
|
-
EXT = %w(.html.erb .text.erb .erb .html.haml .text.haml .haml .rhtml .html.slim slim)
|
120
|
+
EXT = %w(.html.erb .text.erb .pdf.erb .erb .html.haml .text.haml .haml .rhtml .html.slim slim)
|
121
121
|
def check_extension_path(file)
|
122
122
|
"#{file}#{EXT.find{ |e| File.exists? file + e }}"
|
123
123
|
end
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: discover-unused-partials
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.3.
|
4
|
+
version: 0.3.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Willian Molinari (a.k.a PotHix)
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date:
|
12
|
+
date: 2018-01-02 00:00:00.000000000 Z
|
13
13
|
dependencies: []
|
14
14
|
description: A script to help you finding out unused partials. Good for big projects
|
15
15
|
or projects under heavy refactoring
|
@@ -53,7 +53,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
53
53
|
version: '0'
|
54
54
|
requirements: []
|
55
55
|
rubyforge_project:
|
56
|
-
rubygems_version: 2.
|
56
|
+
rubygems_version: 2.5.2
|
57
57
|
signing_key:
|
58
58
|
specification_version: 4
|
59
59
|
summary: A script to help you finding out unused partials. Good for big projects or
|