local_pac 0.6.2 → 0.6.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
|
File without changes
|
data/lib/local_pac/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: local_pac
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.6.
|
|
4
|
+
version: 0.6.3
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -448,7 +448,7 @@ files:
|
|
|
448
448
|
- config.ru
|
|
449
449
|
- features/fetch_proxy_pac.feature_
|
|
450
450
|
- features/initializer.feature_
|
|
451
|
-
- features/show_status.
|
|
451
|
+
- features/show_status.feature_
|
|
452
452
|
- features/step_definitions.rb
|
|
453
453
|
- features/support/env.rb
|
|
454
454
|
- files/config.yaml
|
|
@@ -619,7 +619,7 @@ summary: Serve local proxy pac
|
|
|
619
619
|
test_files:
|
|
620
620
|
- features/fetch_proxy_pac.feature_
|
|
621
621
|
- features/initializer.feature_
|
|
622
|
-
- features/show_status.
|
|
622
|
+
- features/show_status.feature_
|
|
623
623
|
- features/step_definitions.rb
|
|
624
624
|
- features/support/env.rb
|
|
625
625
|
- spec/actions/add_examples_to_local_storage_spec.rb
|