propre 0.3.3 → 0.3.4

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: 59e73b3c77d714f30ebd5a6efde4286714a56faf
4
- data.tar.gz: 83a78f156388fa33fd51df6a733c6f4da9c944b0
3
+ metadata.gz: deac5441ef683bac3864e028ddde0a315c4b0dfe
4
+ data.tar.gz: d2456930f2ad6b56e3ce7b4e6a92bfa2774ec019
5
5
  SHA512:
6
- metadata.gz: 721fb40d73b629b6f74b2b7e147eea0c10f4beb81ae353e721a6323a46ec95293f5d0bbf9548ec27ee8220f007c522caacb26decc00a7a663ede6efec0ba6c0e
7
- data.tar.gz: 1c1bf33449e032f79b0ad6e35f470fdea09ccf0f072c3eb87550cafc19c3a352b17c2caf4944d76c00f080a8ce42a768dabeaa681fdccf3dca6220b9132371df
6
+ metadata.gz: 82233826bd325507ecca01df46bcf1b73b886478f48c9f6ef5be4e985b64800f39dced27362fd64ff765558ba0684c0653ba3eea0b375b6a8bc4d406025da0ac
7
+ data.tar.gz: 81419ac1f0f48591b451b8428092ea845128f1171ab40d2e01bc1513ee93c5ba0665330702a4c3b23f4f698d98a26a980c6fc45d2f7ea96998e5f14a2e43a062
data/README.md CHANGED
@@ -29,6 +29,10 @@ Propre will extract the title of a movie from it's filename and then rename it b
29
29
 
30
30
  ##Changelog
31
31
 
32
+ ### 0.3.4
33
+ - Update dictionnary ([#17](https://github.com/yadomi/propre/issues/17))
34
+ - Remove words in brackets ([#17](https://github.com/yadomi/propre/issues/17))
35
+
32
36
  ### 0.3.3
33
37
  - Update blacklist ([#16](https://github.com/yadomi/propre/issues/16))
34
38
 
@@ -41,8 +41,7 @@ module Propre
41
41
  def self.sanitize(arg)
42
42
  separator = %w(- _ .).each_with_object({}) { |c, s| s[c] = arg.count(c) }
43
43
  .sort_by(&:last).reverse.first.first
44
-
45
- arg.gsub(separator, ' ').strip
44
+ arg.gsub(separator, ' ').strip.sub(/\[.*?\]/, '')
46
45
  end
47
46
 
48
47
  def self.ban_chars(arg)
@@ -11,6 +11,8 @@ module Dictionary
11
11
  fansub
12
12
  fansub
13
13
  fastsub
14
+ h264
15
+ h265
14
16
  hardsub
15
17
  hdcam
16
18
  hddvd
@@ -45,11 +47,13 @@ module Dictionary
45
47
  french
46
48
  italian
47
49
  truefrench
50
+ vostfr
48
51
  )
49
52
 
50
53
  QUALITY = %w(
51
54
  1080p
52
55
  720p
53
56
  x264
57
+ bluray
54
58
  )
55
59
  end
@@ -1,3 +1,3 @@
1
1
  module Version
2
- VERSION = '0.3.3'
2
+ VERSION = '0.3.4'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: propre
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.3
4
+ version: 0.3.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Felix Yadomi
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-08-03 00:00:00.000000000 Z
11
+ date: 2016-11-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: thor
@@ -117,7 +117,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
117
117
  version: '0'
118
118
  requirements: []
119
119
  rubyforge_project:
120
- rubygems_version: 2.4.6
120
+ rubygems_version: 2.4.8
121
121
  signing_key:
122
122
  specification_version: 4
123
123
  summary: CLI tool to sanitize movies filename