buzz_feed 0.1.7 → 0.1.8

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.
@@ -2,7 +2,7 @@ module BuzzFeed
2
2
  module Version
3
3
  MAJOR = 0
4
4
  MINOR = 1
5
- TINY = 7
5
+ TINY = 8
6
6
 
7
7
  STRING = [MAJOR, MINOR, TINY].join('.')
8
8
  end
data/lib/buzz_feed.rb CHANGED
@@ -1,3 +1,6 @@
1
+ require 'rufus/scheduler'
2
+ require 'nokogiri'
3
+
1
4
  module BuzzFeed
2
5
 
3
6
  # Return the config yml
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: buzz_feed
3
3
  version: !ruby/object:Gem::Version
4
- hash: 21
4
+ hash: 11
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- - 7
10
- version: 0.1.7
9
+ - 8
10
+ version: 0.1.8
11
11
  platform: ruby
12
12
  authors:
13
13
  - Kristijan Sedlak
@@ -85,7 +85,6 @@ rdoc_options:
85
85
  - README.rdoc
86
86
  - --charset=UTF-8
87
87
  require_paths:
88
- - app
89
88
  - lib
90
89
  required_ruby_version: !ruby/object:Gem::Requirement
91
90
  none: false