We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e01c33d + 1ca1dff commit f9695caCopy full SHA for f9695ca
plugins/filter/ignore.rb
@@ -2,8 +2,8 @@
2
# Name:: Automatic::Plugin::Filter::Ignore
3
# Author:: 774 <http://id774.net>
4
# Created:: Feb 22, 2012
5
-# Updated:: Oct 15, 2013
6
-# Copyright:: Copyright (c) 2012-2013 Automatic Ruby Developers.
+# Updated:: Feb 21, 2014
+# Copyright:: Copyright (c) 2012-2014 Automatic Ruby Developers.
7
# License:: Licensed under the GNU GENERAL PUBLIC LICENSE, Version 3.0.
8
9
module Automatic::Plugin
@@ -22,7 +22,7 @@ def run
22
new_feeds << items if exclude(items) == false
23
}
24
end
25
- @return_feeds << Automatic::FeedParser.create(new_feeds) if new_feeds.length > 0
+ @return_feeds << Automatic::FeedMaker.create_pipeline(new_feeds) if new_feeds.length > 0
26
27
@return_feeds
28
0 commit comments