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 +4 -4
- data/README.md +9 -5
- data/lib/propre/blacklist.rb +2 -0
- data/lib/propre/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 77efa5ef72efe53a046b3dd0ba6f102b94d605db
|
4
|
+
data.tar.gz: e6c5eaaf3d5801c2b44b030a9c291dae06b0e244
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
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
|
data/lib/propre/blacklist.rb
CHANGED
data/lib/propre/version.rb
CHANGED