Skip to content

Commit 1f609be

Browse files
author
Kirill Platonov
committed
small gemspec fixes
1 parent 0a2f4a9 commit 1f609be

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

proxy_manager.gemspec

+4-4
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ Gem::Specification.new do |s|
88
s.licenses = ['MIT']
99
s.email = ["[email protected]"]
1010
s.homepage = "https://github.com/bloodyhistory/proxy_manager"
11-
s.summary = "Ruby proxy manager. Gem for easy usage proxy in parser/web bots."
11+
s.summary = "Ruby proxy manager for easy usage proxy in parser/web bots."
1212
s.description = <<-DESCRIPTION
13-
This gem is for easy usage proxy in your parsers/web-bots. It will manage your proxy
14-
list and check availability.
13+
This gem is for easy usage proxy in your parsers/web-bots. It will manage
14+
your proxy list and check availability.
1515
DESCRIPTION
1616

17-
s.files = Dir["{lib}/**/*", "MIT-LICENSE", "Rakefile", "README.rdoc", ".rspec"]
17+
s.files = Dir["{lib}/**/*", "MIT-LICENSE", "Rakefile", "README.md"]
1818
s.test_files = Dir["spec/**/*"]
1919

2020
s.add_dependency 'net-ping', '~> 1.7', '>= 1.7.2'

0 commit comments

Comments
 (0)