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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/uaa/cli/curl.rb +1 -1
  3. data/version.txt +1 -1
  4. metadata +6 -6
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6f5bcc95b18627430a6f5b9ccadd06ee3b92efddea46ea9ddca029e3eb526670
4
- data.tar.gz: 75969649441d6fcbc1cb157d9190f7fae1a85e8f0b647b7bc45b5ae072754b37
3
+ metadata.gz: 6dc4e3b1a66d1246f967c01af8cb76701512db9def2b5bb6b71bc6a78520486d
4
+ data.tar.gz: 4d8c6b3f7c1697154b6a182ed0dd9996dc82ede51f3638bd3a891c1088b9f6a7
5
5
  SHA512:
6
- metadata.gz: 97c8133e46de3e2f540da53cb703850a0b0e371cafde2212bd4232afbab8515d1ab5fd4ec1f9bc51a241439055c7e7e7f4de751bce201e04bb6d77cf9cc1b1ba
7
- data.tar.gz: 127661abd511141faef173f43c65753f0d84849cf2a423e868dc738ea1433b02a0cbd3e81d6cb998fffd34b8cdc33cb0caf3bb85ea59b37dca337c18556ddb92
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 , :bodyonly, :cacert do |path|
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.19.0
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.19.0
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: 2023-12-04 00:00:00.000000000 Z
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.1.6
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: []