local_pac 0.6.2 → 0.6.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- local_pac (0.6.1)
4
+ local_pac (0.6.2)
5
5
  activesupport
6
6
  addressable
7
7
  bootstrap-sass
@@ -1,4 +1,4 @@
1
1
  #main LocalPac
2
2
  module LocalPac
3
- VERSION = '0.6.2'
3
+ VERSION = '0.6.3'
4
4
  end
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.2
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.feature
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.feature
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