movies 0.1.9 → 0.1.10
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/movies/exclude.yml +2 -1
- data/movies.gemspec +1 -1
- data/spec/filter_spec.rb +4 -0
- metadata +2 -2
data/lib/movies/exclude.yml
CHANGED
data/movies.gemspec
CHANGED
data/spec/filter_spec.rb
CHANGED
@@ -163,6 +163,10 @@ describe MovieFilter do
|
|
163
163
|
it "should not contain 'R6'" do
|
164
164
|
MovieFilter.new(title: "Just Go With It R6 LiNE XviD-Rx").title.should_not match(/r6/i)
|
165
165
|
end
|
166
|
+
|
167
|
+
it "should not contain '10x20'" do
|
168
|
+
MovieFilter.new(title: "Just Go With It 10x20 LiNE XviD-Rx").title.should eq("Just Go With It")
|
169
|
+
end
|
166
170
|
|
167
171
|
it "should be able to parse the year" do
|
168
172
|
MovieFilter.new(title: "Sex.And.The.City.2.2010.SUB.DVDRip.XviD.AC3-Rx").year.should eq(2010)
|
metadata
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
name: movies
|
3
3
|
version: !ruby/object:Gem::Version
|
4
4
|
prerelease:
|
5
|
-
version: 0.1.
|
5
|
+
version: 0.1.10
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
8
8
|
- Linus Oleander
|
@@ -10,7 +10,7 @@ autorequire:
|
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
12
|
|
13
|
-
date: 2011-
|
13
|
+
date: 2011-12-08 00:00:00 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: rest-client
|