propre 0.2.0 → 0.2.1

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: 1966bbf10fe1b01355b2a2ab9cf14472b994a12e
4
- data.tar.gz: 1be84abd1cb76629138b985d65447a0744c36aa8
3
+ metadata.gz: 77efa5ef72efe53a046b3dd0ba6f102b94d605db
4
+ data.tar.gz: e6c5eaaf3d5801c2b44b030a9c291dae06b0e244
5
5
  SHA512:
6
- metadata.gz: 5c7b3a04b21448056a138f033264c32ff1ec3460acb39f2c2d45365f8d45c00a5ab9fdd969dd035833dc205c1dabd378b3b5d206a4388a8f58bb9d2ea551143d
7
- data.tar.gz: 9b6a4e71a02ade3b95b61d5c341664fc6bab239dd15c065e814ebe5cd03fe1e3644bff0df6f745dbe47f899f45e3faf80deca32d8ab4a1ac1332976a2134ffec
6
+ metadata.gz: c7aead5b18d4e28f5e3e0f5396281a6c681c3d5ef16697b7176f38f0514c436c3f6b35de40a2037ca8394ce1e082ea62d3d39bc57028f90401318f22e7838bca
7
+ data.tar.gz: 907333864c95da9a6cc561d2294c18cd4b06d164708af9bb3f0ab5d1c24459a23ae0f6fd9c3229e4ebc7aa43429f3438aa7321b949dc1c49f0462ed94375d954
data/README.md CHANGED
@@ -17,14 +17,18 @@ Propre will extract the title of a movie from it's filename and then rename it b
17
17
 
18
18
  ##Usage
19
19
 
20
- Commands:
21
- propre --version, -v # Show version information about this program and quit.
22
- propre help [COMMAND] # Describe available commands or one specific command
23
- propre lint [FILENAME...] # Sanitize the specified file. Use --dry for dry run
24
- propre metadata [FILENAME] # Show metadata about the specified movie or episode
20
+ Commands:
21
+ propre --version, -v # Show version information about this program and quit.
22
+ propre help [COMMAND] # Describe available commands or one specific command
23
+ propre lint [FILENAME...] # Sanitize the specified file. Use --dry for dry run
24
+ propre metadata [FILENAME] # Show metadata about the specified movie or episode
25
25
 
26
26
  ##Changelog
27
27
 
28
+ ### 0.2.1
29
+
30
+ - Update blacklist
31
+
28
32
  ### 0.2.0
29
33
 
30
34
  - Complete rewrite with Thor
@@ -8,5 +8,7 @@ module Blacklist
8
8
  fastsub
9
9
  vostfr
10
10
  ac3
11
+ x264
12
+ french
11
13
  )
12
14
  end
@@ -1,3 +1,3 @@
1
1
  module Version
2
- VERSION = "0.2.0"
2
+ VERSION = "0.2.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: propre
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Felix Yadomi