Skip to content

Commit 2e2365f

Browse files
committed
Bump version, update summary
1 parent 6d0b28d commit 2e2365f

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
spiderman (0.1.0)
4+
spiderman (1.0.0)
55
activesupport (>= 5.0)
66
http (~> 4.0)
77
nokogiri (~> 1.10)

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11

22
<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>
44

5-
<h1>Spiderman • web crawler</h1>
5+
<h2>your friendly neighborhood web crawler</h2>
66
</div>
77

88
Spiderman is a Ruby gem for crawling and processing web pages.

lib/spiderman/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Spiderman
2-
VERSION = "0.1.0"
2+
VERSION = "1.0.0"
33
end

spiderman.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ Gem::Specification.new do |spec|
66
spec.authors = ["Brandon Keepers"]
77
spec.email = ["brandon@opensoul.org"]
88

9-
spec.summary = %q{}
10-
spec.description = %q{}
9+
spec.summary = %q{your friendly neighborhood web crawler}
10+
spec.description = spec.summary
1111
spec.homepage = "https://github.com/bkeepers/spiderman"
1212
spec.license = "MIT"
1313
spec.required_ruby_version = Gem::Requirement.new(">= 2.3.0")

0 commit comments

Comments
 (0)