File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
PATH
2
2
remote: .
3
3
specs:
4
- spiderman (0.1 .0 )
4
+ spiderman (1.0 .0 )
5
5
activesupport (>= 5.0 )
6
6
http (~> 4.0 )
7
7
nokogiri (~> 1.10 )
Original file line number Diff line number Diff line change 1
1
2
2
<div align =" center " >
3
- <img width =" 300 " height =" 300 " src =" https://user-images.githubusercontent.com/173/77249168-99488080-6c15-11ea-98de-3d14a412265d.png " alt =" Spiderman " >
3
+ <h1 >< img width =" 300 " height =" 300 " src =" https://user-images.githubusercontent.com/173/77249168-99488080-6c15-11ea-98de-3d14a412265d.png " alt =" Spiderman " ></ h1 >
4
4
5
- <h1 >Spiderman • web crawler</h1 >
5
+ <h2 >your friendly neighborhood web crawler</h2 >
6
6
</div >
7
7
8
8
Spiderman is a Ruby gem for crawling and processing web pages.
Original file line number Diff line number Diff line change 1
1
module Spiderman
2
- VERSION = "0.1 .0"
2
+ VERSION = "1.0 .0"
3
3
end
Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ Gem::Specification.new do |spec|
6
6
spec . authors = [ "Brandon Keepers" ]
7
7
spec . email = [ "brandon@opensoul.org" ]
8
8
9
- spec . summary = %q{}
10
- spec . description = %q{}
9
+ spec . summary = %q{your friendly neighborhood web crawler }
10
+ spec . description = spec . summary
11
11
spec . homepage = "https://github.com/bkeepers/spiderman"
12
12
spec . license = "MIT"
13
13
spec . required_ruby_version = Gem ::Requirement . new ( ">= 2.3.0" )
You can’t perform that action at this time.
0 commit comments