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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 36d5e00efbadcb010ad5ccebd55707e2eac2fb84
4
- data.tar.gz: 10776a8ad4264fb38700701509dce7f80b224e46
3
+ metadata.gz: 431fdd84e441af656ff11b28d7fee0ce786726b0
4
+ data.tar.gz: 992a90beb26c795c4f366d7848446cb338d102c3
5
5
  SHA512:
6
- metadata.gz: 1d8fffc1eed66a870a4731631e133428af74bb29fd630e06f68789b3a286e67b776a71afeb109bca4e91c925a78d3fd39d2d3812fcb0e127354ac7255db9adae
7
- data.tar.gz: ff15b3f4ba2f1203f7731b7c7e6e92640f475699933edbf84632f03f64d72dfb52e6e1881d93b25f2667ea9c47b6d9e25ef214452d09efc6b1070b6ed34346a8
6
+ metadata.gz: 6816768521214c90b1fa46840f79032492edaaaf70770a396d12f8670c79681b23de6c7593b2881bb50730f565653fc93eccf345b71bde7d7486e6e45ef746a1
7
+ data.tar.gz: 21b0a60209f637f12cf757e8f32e4df25775c85436b7c67eb87d60777b488630538ac655459c4038f11b02c31c57268d50f9498ac4c0f1fabbe5c288a0785eb2
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.3.1
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
@@ -1,3 +1,3 @@
1
1
  module DiscoverUnusedPartials
2
- VERSION = "0.3.2"
2
+ VERSION = "0.3.3"
3
3
  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.2
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: 2017-04-28 00:00:00.000000000 Z
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.6.11
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