apollo-crawler 0.0.13 → 0.0.14

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,3 @@
1
+ #! /usr/bin/bash
2
+
3
+ echo "Voilla!"
@@ -1,5 +1,5 @@
1
1
  module Apollo
2
2
  module Crawler
3
- VERSION = '0.0.13'
3
+ VERSION = '0.0.14'
4
4
  end # Crawler
5
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.13
4
+ version: 0.0.14
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -13,7 +13,8 @@ date: 2013-02-23 00:00:00.000000000 Z
13
13
  dependencies: []
14
14
  description: Gem for crawling data from external resources
15
15
  email: korczis@gmail.com
16
- executables: []
16
+ executables:
17
+ - apollo-crawler
17
18
  extensions: []
18
19
  extra_rdoc_files: []
19
20
  files:
@@ -26,6 +27,7 @@ files:
26
27
  - ./lib/apollo_crawler/plugins/ycombinator_com/hacker_news.rb
27
28
  - ./lib/apollo_crawler/plugin.rb
28
29
  - ./lib/apollo_crawler.rb
30
+ - bin/apollo-crawler
29
31
  homepage: https://github.com/korczis/apollo-crawler
30
32
  licenses:
31
33
  - MIT