proxy_tester 0.0.2 → 0.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/Gemfile.lock +1 -1
- data/lib/proxy_tester/version.rb +1 -1
- data/proxy_tester.gemspec +1 -0
- metadata +2 -2
data/Gemfile.lock
CHANGED
data/lib/proxy_tester/version.rb
CHANGED
data/proxy_tester.gemspec
CHANGED
|
@@ -12,6 +12,7 @@ Gem::Specification.new do |spec|
|
|
|
12
12
|
spec.summary = %q{Test proxies}
|
|
13
13
|
spec.description = %q{Test proxies to be sure it works}
|
|
14
14
|
spec.license = 'MIT'
|
|
15
|
+
spec.homepage = 'https://github.com/dg-vrnetze/proxy_tester'
|
|
15
16
|
|
|
16
17
|
spec.files = `git ls-files -z`.split("\x0")
|
|
17
18
|
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: proxy_tester
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.3
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -379,7 +379,7 @@ files:
|
|
|
379
379
|
- spec/template_repository_spec.rb
|
|
380
380
|
- spec/user_database_spec.rb
|
|
381
381
|
- spec/user_spec.rb
|
|
382
|
-
homepage:
|
|
382
|
+
homepage: https://github.com/dg-vrnetze/proxy_tester
|
|
383
383
|
licenses:
|
|
384
384
|
- MIT
|
|
385
385
|
post_install_message:
|