Skip to content

Commit 90ed5f5

Browse files
author
Kirill Platonov
committed
update gem version
1 parent 7a00b90 commit 90ed5f5

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

proxy_manager.gemspec

+4-6
Original file line numberDiff line numberDiff line change
@@ -3,22 +3,20 @@ $:.push File.expand_path("../lib", __FILE__)
33
# Describe your gem and declare its dependencies:
44
Gem::Specification.new do |s|
55
s.name = "proxy_manager"
6-
s.version = '0.0.9'
6+
s.version = '1.0.0'
77
s.authors = ["Kirill Platonov"]
88
s.licenses = ['MIT']
99
s.email = ["[email protected]"]
1010
s.homepage = "https://github.com/bloodyhistory/proxy_manager"
11-
s.summary = "Ruby proxy manager for easy usage proxy in parser/web bots."
11+
s.summary = "This is gem for easy usage proxy in your parsers/web-bots."
1212
s.description = <<-DESCRIPTION
13-
This gem is for easy usage proxy in your parsers/web-bots. It will manage
14-
your proxy list and check availability.
13+
This is gem for easy usage proxy in your parsers/web-bots.
14+
It will manage your proxy list and check availability if you need it.
1515
DESCRIPTION
1616

1717
s.files = `git ls-files`.split("\n") - %w[.gitignore .travis.yml]
1818
s.test_files = Dir["spec/**/*"]
1919

20-
s.add_dependency 'net-ping', '~> 1.7', '>= 1.7.2'
21-
2220
s.add_development_dependency 'turn', '~> 0.9', '>= 0.9.7'
2321
s.add_development_dependency 'rspec', '~> 2.14', '>= 2.14.1'
2422
s.add_development_dependency 'guard-rspec', '~> 4.2', '>= 4.2.8'

0 commit comments

Comments
 (0)