propre 0.2.1 → 0.2.2

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: 77efa5ef72efe53a046b3dd0ba6f102b94d605db
4
- data.tar.gz: e6c5eaaf3d5801c2b44b030a9c291dae06b0e244
3
+ metadata.gz: 508466608a192c55cec4a9e205c7e3a804f9494b
4
+ data.tar.gz: 6850d63bbfcf7a44f651232b5c4b536e91ea51a9
5
5
  SHA512:
6
- metadata.gz: c7aead5b18d4e28f5e3e0f5396281a6c681c3d5ef16697b7176f38f0514c436c3f6b35de40a2037ca8394ce1e082ea62d3d39bc57028f90401318f22e7838bca
7
- data.tar.gz: 907333864c95da9a6cc561d2294c18cd4b06d164708af9bb3f0ab5d1c24459a23ae0f6fd9c3229e4ebc7aa43429f3438aa7321b949dc1c49f0462ed94375d954
6
+ metadata.gz: c13e99d81bdd8fd1a93f153eb63b7df6d92a8002690005abab1652b236e55a1ffaa169128e6c2ff7b1b1578c95b05127ce3dc75db13e821517de9d296dcacb6f
7
+ data.tar.gz: 319b24f926074e06c1c0a89948fd6c78627329df869db0b77ce9edb8df9bcce380aae95efe0cdc76703e2eca1cc0f172ac4808637ad3a1689f7236f0ea74a7f9
data/README.md CHANGED
@@ -9,7 +9,7 @@ Propre
9
9
 
10
10
  **Propre** is a handy tool written in Ruby to bulk rename your movies.
11
11
 
12
- Propre will extract the title of a movie from it's filename and then rename it by removing any useless part.
12
+ Propre will extract the title of a movie from it's filename and then rename it by removing any useless part. See demo [here](http://yadomi.github.io/propre/).
13
13
 
14
14
  ##Installation
15
15
 
@@ -25,9 +25,13 @@ Propre will extract the title of a movie from it's filename and then rename it b
25
25
 
26
26
  ##Changelog
27
27
 
28
+ ### 0.2.2
29
+
30
+ - Update blacklist (added fastsub)
31
+
28
32
  ### 0.2.1
29
33
 
30
- - Update blacklist
34
+ - Update blacklist (added x264, french)
31
35
 
32
36
  ### 0.2.0
33
37
 
@@ -6,6 +6,7 @@ module Blacklist
6
6
  hdtv
7
7
  bluray
8
8
  fastsub
9
+ fansub
9
10
  vostfr
10
11
  ac3
11
12
  x264
@@ -1,3 +1,3 @@
1
1
  module Version
2
- VERSION = "0.2.1"
2
+ VERSION = "0.2.2"
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.2.1
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Felix Yadomi
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-11-11 00:00:00.000000000 Z
11
+ date: 2015-12-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: thor