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 CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- proxy_tester (0.0.1)
4
+ proxy_tester (0.0.2)
5
5
  activerecord (~> 4.0)
6
6
  activesupport (~> 4.0)
7
7
  addressable
@@ -1,4 +1,4 @@
1
1
  #main ProxyTester
2
2
  module ProxyTester
3
- VERSION = '0.0.2'
3
+ VERSION = '0.0.3'
4
4
  end
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.2
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: