apollo-crawler 0.0.12 → 0.0.13

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/apollo_crawler/version.rb +1 -1
  2. metadata +5 -3
@@ -1,5 +1,5 @@
1
1
  module Apollo
2
2
  module Crawler
3
- VERSION = '0.0.12'
3
+ VERSION = '0.0.13'
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.12
4
+ version: 0.0.13
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -27,8 +27,10 @@ files:
27
27
  - ./lib/apollo_crawler/plugin.rb
28
28
  - ./lib/apollo_crawler.rb
29
29
  homepage: https://github.com/korczis/apollo-crawler
30
- licenses: []
31
- post_install_message:
30
+ licenses:
31
+ - MIT
32
+ - GPL-2
33
+ post_install_message: Thanks for installing Apollo Crawler!
32
34
  rdoc_options: []
33
35
  require_paths:
34
36
  - lib