apollo-crawler 0.0.7 → 0.0.11

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,9 @@
1
+ # require 'apollo_crawler/plugin'
2
+
3
+ require 'apollo_crawler/crawler'
4
+ require 'apollo_crawler/plugin'
5
+
6
+ require 'apollo_crawler/plugins/alexa_com/alexa'
7
+ require 'apollo_crawler/plugins/firmy_cz/firmy'
8
+ require 'apollo_crawler/plugins/slashdot_org/slashdot'
9
+ require 'apollo_crawler/plugins/ycombinator_com/hacker_news'
@@ -0,0 +1,5 @@
1
+ module Apollo
2
+ module Crawler
3
+ VERSION = '0.0.11'
4
+ end # Crawler
5
+ end # Apollo
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: apollo-crawler
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.7
4
+ version: 0.0.11
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -18,12 +18,14 @@ extensions: []
18
18
  extra_rdoc_files: []
19
19
  files:
20
20
  - ./main.rb
21
+ - ./lib/apollo_crawler/version.rb
21
22
  - ./lib/apollo_crawler/crawler.rb
22
23
  - ./lib/apollo_crawler/plugins/slashdot_org/slashdot.rb
23
24
  - ./lib/apollo_crawler/plugins/firmy_cz/firmy.rb
24
25
  - ./lib/apollo_crawler/plugins/alexa_com/alexa.rb
25
26
  - ./lib/apollo_crawler/plugins/ycombinator_com/hacker_news.rb
26
27
  - ./lib/apollo_crawler/plugin.rb
28
+ - ./lib/apollo_crawler.rb
27
29
  homepage: https://github.com/korczis/apollo-crawler
28
30
  licenses: []
29
31
  post_install_message: