proxy_pac_rb 0.2.2 → 0.2.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/lib/proxy_pac_rb/version.rb +1 -1
- data/proxy_pac_rb.gemspec +0 -1
- metadata +4 -4
data/lib/proxy_pac_rb/version.rb
CHANGED
data/proxy_pac_rb.gemspec
CHANGED
|
@@ -16,7 +16,6 @@ any at all) should a program use to connect to a server. You must install on of
|
|
|
16
16
|
therubyracer, therubyrhino, johnson or mustang.
|
|
17
17
|
DESC
|
|
18
18
|
|
|
19
|
-
spec.homepage = 'https://github.com/dg-vrnetze/ruby_pac_rb'
|
|
20
19
|
spec.license = 'MIT'
|
|
21
20
|
|
|
22
21
|
spec.files = `git ls-files -z`.split("\x0")
|
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: 0.2.
|
|
4
|
+
version: 0.2.3
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -106,7 +106,7 @@ files:
|
|
|
106
106
|
- tmp/functions.rb
|
|
107
107
|
- tmp/sample.pac
|
|
108
108
|
- tmp/script.rb
|
|
109
|
-
homepage: https://github.com/dg-vrnetze/
|
|
109
|
+
homepage: https://github.com/dg-vrnetze/proxy_pac_rb
|
|
110
110
|
licenses:
|
|
111
111
|
- MIT
|
|
112
112
|
post_install_message:
|
|
@@ -121,7 +121,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
121
121
|
version: '0'
|
|
122
122
|
segments:
|
|
123
123
|
- 0
|
|
124
|
-
hash:
|
|
124
|
+
hash: -923108084633720374
|
|
125
125
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
126
126
|
none: false
|
|
127
127
|
requirements:
|
|
@@ -130,7 +130,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
130
130
|
version: '0'
|
|
131
131
|
segments:
|
|
132
132
|
- 0
|
|
133
|
-
hash:
|
|
133
|
+
hash: -923108084633720374
|
|
134
134
|
requirements: []
|
|
135
135
|
rubyforge_project:
|
|
136
136
|
rubygems_version: 1.8.23
|