moviesort 0.1.1 → 0.1.2
Sign up to get free protection for your applications and to get access to all the features.
- data/Rakefile +1 -0
- data/VERSION +1 -1
- metadata +3 -2
data/Rakefile
CHANGED
@@ -5,6 +5,7 @@ Jeweler::Tasks.new do |gemspec|
|
|
5
5
|
gemspec.summary = "Small command-line utility for sorting downloaded TV shows and movies"
|
6
6
|
gemspec.email = "luke@lukeredpath.co.uk"
|
7
7
|
gemspec.authors = ["Luke Redpath"]
|
8
|
+
gemspec.executables << 'moviesort'
|
8
9
|
end
|
9
10
|
|
10
11
|
Jeweler::GemcutterTasks.new
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.1.
|
1
|
+
0.1.2
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: moviesort
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Luke Redpath
|
@@ -10,13 +10,14 @@ bindir: bin
|
|
10
10
|
cert_chain: []
|
11
11
|
|
12
12
|
date: 2009-11-14 00:00:00 +00:00
|
13
|
-
default_executable:
|
13
|
+
default_executable:
|
14
14
|
dependencies: []
|
15
15
|
|
16
16
|
description:
|
17
17
|
email: luke@lukeredpath.co.uk
|
18
18
|
executables:
|
19
19
|
- moviesort
|
20
|
+
- moviesort
|
20
21
|
extensions: []
|
21
22
|
|
22
23
|
extra_rdoc_files: []
|