smart_proxy_pulp 2.0.0 → 2.1.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 505ec0472b43a70f2f6c3c27da3586c0d8880665dfec8de14e38f4b5fe61a66c
4
- data.tar.gz: 42ca3476e031944a1968e104bc6eee31d8df914c6174c09901964063fa62acfe
3
+ metadata.gz: a589de03d10c70ef21258ae05bd7ffebe546130fc3753d37a1089b5f263807b0
4
+ data.tar.gz: cb5be724fabf9e4b27763946e887b1a4076da01ecbe786992a3ea92b7833c1d1
5
5
  SHA512:
6
- metadata.gz: 0a83d77270955785b69d3d777b86a089b632c32561eb7072a24e3fcafee382595a438fa6ff6e160f8e358f1d223f3cae98d0772e94272d181fdbe8fcb6031a90
7
- data.tar.gz: 874d123e511b960abdd7da9cd70b9a2a743bfcb91173f8b5cf5382f780917f1fdbf3a4f7e740259eb0a874699384d94fb6a09b43e57952ee18e3c63cdb8a9023
6
+ metadata.gz: 07b5a0cebf7f4da842d2e4b3cffaae1e0a09f4615ed7300af36d7f4b6aea571ac3bea5e94c6f2036bc878680fbbebe92e2490e5e2b38401139aafef240fcf7d6
7
+ data.tar.gz: 7678e48278cc9a2e2a01ead73e14204c76b5e736ccd62404ac6fba45b62175f2793d3437402c039994508e9b1200f4ef55de50670800a7584789f152c3fa1ca4
@@ -14,6 +14,8 @@ module PulpProxy
14
14
  expose_setting :pulp_url
15
15
  expose_setting :mirror
16
16
  expose_setting :content_app_url
17
+ expose_setting :username
18
+ expose_setting :password
17
19
  capability( lambda do ||
18
20
  PulpcoreClient.capabilities
19
21
  end)
@@ -1,3 +1,3 @@
1
1
  module PulpProxy
2
- VERSION = "2.0.0"
2
+ VERSION = "2.1.0"
3
3
  end
@@ -2,4 +2,6 @@
2
2
  :enabled: true
3
3
  #:pulp_url: https://localhost/
4
4
  #:content_app_url: https://localhost:24816/
5
+ #:username: admin
6
+ #:password: password
5
7
  #:mirror: false
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: smart_proxy_pulp
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.0
4
+ version: 2.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dmitri Dolguikh
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-01-07 00:00:00.000000000 Z
11
+ date: 2020-05-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: test-unit