cf-uaac 4.19.0 → 4.20.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/lib/uaa/cli/curl.rb +1 -1
- data/version.txt +1 -1
- metadata +6 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6dc4e3b1a66d1246f967c01af8cb76701512db9def2b5bb6b71bc6a78520486d
|
|
4
|
+
data.tar.gz: 4d8c6b3f7c1697154b6a182ed0dd9996dc82ede51f3638bd3a891c1088b9f6a7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9eee4fde101ef7a677c286a22ffeaa807a0eb4806d812ba78cf51d9c908be359c8a1372ca2262b6d7ced08d795c8fe00338d35858ba1cea65e6e87f1f55a56e6
|
|
7
|
+
data.tar.gz: 0fea98fc2eb0ca6bcd2b5c7af118f7c191bfb92f11aaea2c3f3f8fa8cd34eccf415ef9e7c2a593564d502d599547b3021074ff1a73d06310638980f2fc983f18
|
data/lib/uaa/cli/curl.rb
CHANGED
|
@@ -30,7 +30,7 @@ module CF::UAA
|
|
|
30
30
|
define_option :cacert, "-C", "--cacert <ca_file>", "CA certificate to verify peer against"
|
|
31
31
|
define_option :bodyonly, "-b", "--bodyonly", "show body only in response"
|
|
32
32
|
|
|
33
|
-
desc "curl [path]", "CURL to a UAA endpoint", :request, :data, :header, :insecure
|
|
33
|
+
desc "curl [path]", "CURL to a UAA endpoint", :request, :data, :header, :insecure, :cacert, :bodyonly do |path|
|
|
34
34
|
return say_command_help(["curl"]) unless path
|
|
35
35
|
|
|
36
36
|
uri = parse_uri(path)
|
data/version.txt
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
4.
|
|
1
|
+
4.20.0
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: cf-uaac
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 4.
|
|
4
|
+
version: 4.20.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Dave Syer
|
|
@@ -9,10 +9,10 @@ authors:
|
|
|
9
9
|
- Joel D'sa
|
|
10
10
|
- Vidya Valmikinathan
|
|
11
11
|
- Luke Taylor
|
|
12
|
-
autorequire:
|
|
12
|
+
autorequire:
|
|
13
13
|
bindir: bin
|
|
14
14
|
cert_chain: []
|
|
15
|
-
date:
|
|
15
|
+
date: 2024-01-05 00:00:00.000000000 Z
|
|
16
16
|
dependencies:
|
|
17
17
|
- !ruby/object:Gem::Dependency
|
|
18
18
|
name: cf-uaa-lib
|
|
@@ -269,7 +269,7 @@ homepage: https://github.com/cloudfoundry/cf-uaac
|
|
|
269
269
|
licenses:
|
|
270
270
|
- Apache-2.0
|
|
271
271
|
metadata: {}
|
|
272
|
-
post_install_message:
|
|
272
|
+
post_install_message:
|
|
273
273
|
rdoc_options: []
|
|
274
274
|
require_paths:
|
|
275
275
|
- lib
|
|
@@ -284,8 +284,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
284
284
|
- !ruby/object:Gem::Version
|
|
285
285
|
version: '0'
|
|
286
286
|
requirements: []
|
|
287
|
-
rubygems_version: 3.
|
|
288
|
-
signing_key:
|
|
287
|
+
rubygems_version: 3.3.26
|
|
288
|
+
signing_key:
|
|
289
289
|
specification_version: 4
|
|
290
290
|
summary: Command line interface for CloudFoundry UAA
|
|
291
291
|
test_files: []
|