chriskite-anemone 0.0.5 → 0.0.6

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.
@@ -13,7 +13,6 @@ write your own specialized spider tasks quickly and easily.
13
13
 
14
14
  == REQUIREMENTS
15
15
  * nokogiri
16
- * facets
17
16
 
18
17
  == EXAMPLES
19
18
  See the +bin+ directory for several examples of useful Anemone tasks.
data/bin/anemone_cron.rb CHANGED
@@ -75,7 +75,7 @@ Anemone.crawl(root, {:discard_page_bodies => true}) do |anemone|
75
75
  puts " linked from #{u}"
76
76
  end
77
77
 
78
- puts " ..." if missing_links.size > 10
78
+ puts " ..." if links.size > 10
79
79
  end
80
80
 
81
81
  print "\n"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: chriskite-anemone
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chris Kite
@@ -22,16 +22,6 @@ dependencies:
22
22
  - !ruby/object:Gem::Version
23
23
  version: 1.3.0
24
24
  version:
25
- - !ruby/object:Gem::Dependency
26
- name: facets
27
- type: :runtime
28
- version_requirement:
29
- version_requirements: !ruby/object:Gem::Requirement
30
- requirements:
31
- - - ">="
32
- - !ruby/object:Gem::Version
33
- version: 2.5.0
34
- version:
35
25
  description:
36
26
  email:
37
27
  executables:
@@ -43,15 +33,15 @@ executables:
43
33
  extensions: []
44
34
 
45
35
  extra_rdoc_files:
46
- - README.txt
36
+ - README.rdoc
47
37
  files:
48
- - README.txt
38
+ - README.rdoc
49
39
  has_rdoc: true
50
40
  homepage: http://anemone.rubyforge.org
51
41
  post_install_message:
52
42
  rdoc_options:
53
43
  - -m
54
- - README.txt
44
+ - README.rdoc
55
45
  - -t
56
46
  - Anemone
57
47
  require_paths: