Skip to content

Commit 927d153

Browse files
authored
Merge pull request #38 from jgarber623/update-spidr-constraint
Update Spidr gem constraint
2 parents af0775d + 58d9754 commit 927d153

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

README.md

-2
Original file line numberDiff line numberDiff line change
@@ -130,8 +130,6 @@ Use your own adapter for posting found URLs
130130
WaybackArchiver.adapter = ->(url) { puts url } # whatever that responds to #call
131131
```
132132

133-
:information_source: This gem uses the `spidr` gem that has a bug in the version that is pushed to RubyGems, it's fixed in the `master` branch. Simply add `gem 'spidr', github: 'postmodern/spidr'` to your `Gemfile` to use the fixed version. See [#25](https://github.com/buren/wayback_archiver/issues/25) for details.
134-
135133
## CLI
136134

137135
__Usage__:

wayback_archiver.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Gem::Specification.new do |spec|
2222

2323
spec.required_ruby_version = '>= 2.0.0'
2424

25-
spec.add_runtime_dependency 'spidr', '~> 0.6.0' # Crawl sites
25+
spec.add_runtime_dependency 'spidr', '~> 0.6.1' # Crawl sites
2626
spec.add_runtime_dependency 'robots', '~> 0.1' # Needed for spidr robots support
2727
spec.add_runtime_dependency 'concurrent-ruby', '~> 1.0' # Concurrency primitivies
2828

0 commit comments

Comments
 (0)