proxy_pac_rb 1.0.0 → 2.0.0
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.
- checksums.yaml +4 -4
- data/.travis.yml +0 -2
- data/lib/proxy_pac_rb/version.rb +1 -1
- data/proxy_pac_rb.gemspec +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: de1051364645df5c7927d4c67817eaaed14310a5
|
|
4
|
+
data.tar.gz: e5cb6581f7a8b0c892c5a99e244c8367e5087f35
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0b576c75d46c8d0818804440d79c5398ecc65bedfd1917c5b5df94b7347ee32bb82df7f156e50b6da9504938bfed6a636e39c4e10562b2b87a58724f94383b3a
|
|
7
|
+
data.tar.gz: 7775834f6a006afd184eafe7481f081eed5d15659acc5b9f90ffe883c6fdb4c86783add47ed5360350ee6c9663a5784fe69798661167a91720a99d7800d29f61
|
data/.travis.yml
CHANGED
data/lib/proxy_pac_rb/version.rb
CHANGED
data/proxy_pac_rb.gemspec
CHANGED
|
@@ -7,7 +7,7 @@ Gem::Specification.new do |spec|
|
|
|
7
7
|
spec.name = 'proxy_pac_rb'
|
|
8
8
|
spec.version = ProxyPacRb::VERSION
|
|
9
9
|
spec.authors = ['Dennis Günnewig']
|
|
10
|
-
spec.email = ['dg1@
|
|
10
|
+
spec.email = ['dg1@ratiodata.de']
|
|
11
11
|
spec.homepage = 'https://github.com/dg-vrnetze/proxy_pac_rb'
|
|
12
12
|
spec.summary = 'Compress, lint and parse proxy auto-config files from commandline, rack-compatible applications and custom ruby code.'
|
|
13
13
|
spec.description = <<-DESC
|
|
@@ -28,5 +28,5 @@ DESC
|
|
|
28
28
|
spec.add_runtime_dependency 'contracts', '~> 0.9'
|
|
29
29
|
spec.add_runtime_dependency 'thor', '~> 0.19'
|
|
30
30
|
|
|
31
|
-
spec.required_ruby_version = '~> 2.
|
|
31
|
+
spec.required_ruby_version = '~> 2.3'
|
|
32
32
|
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: proxy_pac_rb
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version:
|
|
4
|
+
version: 2.0.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Dennis Günnewig
|
|
@@ -103,7 +103,7 @@ description: '"proxy_pac_rb" is a gem to compress, lint and parse proxy auto-con
|
|
|
103
103
|
|
|
104
104
|
'
|
|
105
105
|
email:
|
|
106
|
-
- dg1@
|
|
106
|
+
- dg1@ratiodata.de
|
|
107
107
|
executables:
|
|
108
108
|
- pprb
|
|
109
109
|
extensions: []
|
|
@@ -252,7 +252,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
252
252
|
requirements:
|
|
253
253
|
- - "~>"
|
|
254
254
|
- !ruby/object:Gem::Version
|
|
255
|
-
version: '2.
|
|
255
|
+
version: '2.3'
|
|
256
256
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
257
257
|
requirements:
|
|
258
258
|
- - ">="
|