cf-uaa-lib 4.0.6 → 4.0.7

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: c0e403a09ef6239150df20123d5596e3990054b67f718d1c08ed4a157475c14b
4
- data.tar.gz: 2707255f7d895a3c1a56f1cb67af4200eeb16bf9311dfe00accaf23645c8afc4
3
+ metadata.gz: b781e21fc1ba09d3b505c1364732c06796e300b3ebe6cd2aa47ae5db97273980
4
+ data.tar.gz: a779db80778bf2cf71a3f6e6f3d4f25f06a78893ef41fc954d7ff16fc88c11cf
5
5
  SHA512:
6
- metadata.gz: 94eebb8323b3f10f4afffa26c87eb2a36725b20c3d7926b0ca17aa6edab9e389cdb10a2e2d117a0e9152d8d97a75378c5785c3433ec673c44b82747398966873
7
- data.tar.gz: 6b4a915f3adcc507943830d0b0ed438931fa29780c09b14bf9e2c3f0a48cd66e4d53c775bbfa489bb725536a12fa6eb64707090014d508974871cda0b284e59b
6
+ metadata.gz: 6db15f33f198143ae11a1cb34017c33b4aa0427342a037946e4c2b4a1e98825ee315ea3e715ddbec34a567620a262f1a24c5200f985f58d51dffcf3a1160e83e
7
+ data.tar.gz: de7b59d47820e1541caad9f333f62cc5b264038766e1cb5c4e8f074c857dcf36888b0920df1c98bede83735d7db67470905df181e7da23056889075222c9f136
@@ -12,7 +12,7 @@ jobs:
12
12
  runs-on: ubuntu-latest
13
13
  strategy:
14
14
  matrix:
15
- ruby-version: ['2.5', '2.7', '3.0', '3.1', '3.2']
15
+ ruby-version: ['2.5', '2.7', '3.1', '3.2', '3.3']
16
16
 
17
17
  steps:
18
18
  - uses: actions/checkout@v4
data/Gemfile CHANGED
@@ -11,7 +11,7 @@
11
11
  # subcomponent's license, as noted in the LICENSE file.
12
12
  #++
13
13
 
14
- source "http://rubygems.org"
14
+ source "https://rubygems.org"
15
15
 
16
16
  # Specify your gem's dependencies in uaa.gemspec
17
17
  gemspec
data/LICENSE CHANGED
@@ -227,7 +227,6 @@ SECTION 1: BSD-STYLE, MIT-STYLE, OR SIMILAR STYLE LICENSES
227
227
  >>> daemons-1.1.4
228
228
  >>> diff-lcs-1.1.3
229
229
  >>> machinist-1.0.6
230
- >>> multi_json-1.0.4
231
230
  >>> rack-protection-1.1.4
232
231
  >>> rack-test-0.5.7
233
232
  >>> rails-3.0.3
@@ -383,7 +382,6 @@ SECTION 1: BSD-STYLE, MIT-STYLE, OR SIMILAR STYLE LICENSES
383
382
  >>> mime-1.2.4
384
383
  >>> mkdirp-0.0.7
385
384
  >>> mocha-0.9.12
386
- >>> multi_json-1.0.4
387
385
  >>> mysql2-0.2.7
388
386
  >>> nats-0.3.9
389
387
  >>> nats-0.4.10
@@ -529,7 +527,6 @@ SECTION 6: Ruby Clause-6
529
527
  >>> highline-1.6.1
530
528
  >>> httpclient-2.1.6.1
531
529
  >>> json-1.4.6
532
- >>> json_pure-1.5.1
533
530
  >>> logging-1.5.0
534
531
  >>> main-4.4.0
535
532
  >>> mime-types-1.16
@@ -724,50 +721,6 @@ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
724
721
  WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
725
722
 
726
723
 
727
- >>> multi_json-1.0.4
728
-
729
- Copyright (c) 2010 Michael Bleigh, Josh Kalderimis, Erik Michaels-Ober, and Intridea, Inc.
730
-
731
- Permission is hereby granted, free of charge, to any person obtaining
732
- a copy of this software and associated documentation files (the
733
- "Software"), to deal in the Software without restriction, including
734
- without limitation the rights to use, copy, modify, merge, publish,
735
- distribute, sublicense, and/or sell copies of the Software, and to
736
- permit persons to whom the Software is furnished to do so, subject to
737
- the following conditions:
738
-
739
- The above copyright notice and this permission notice shall be
740
- included in all copies or substantial portions of the Software.
741
-
742
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
743
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
744
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
745
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
746
- LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
747
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
748
- WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
749
- Copyright (c) 2010 Michael Bleigh, Josh Kalderimis, Erik Michaels-Ober, and Intridea, Inc.
750
-
751
- Permission is hereby granted, free of charge, to any person obtaining
752
- a copy of this software and associated documentation files (the
753
- "Software"), to deal in the Software without restriction, including
754
- without limitation the rights to use, copy, modify, merge, publish,
755
- distribute, sublicense, and/or sell copies of the Software, and to
756
- permit persons to whom the Software is furnished to do so, subject to
757
- the following conditions:
758
-
759
- The above copyright notice and this permission notice shall be
760
- included in all copies or substantial portions of the Software.
761
-
762
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
763
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
764
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
765
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
766
- LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
767
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
768
- WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
769
-
770
-
771
724
  >>> rack-protection-1.1.4
772
725
 
773
726
  Copyright (c) 2011 Konstantin Haase
@@ -4336,50 +4289,6 @@ The above copyright notice and this permission notice shall be included in all c
4336
4289
  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
4337
4290
 
4338
4291
 
4339
- >>> multi_json-1.0.4
4340
-
4341
- Copyright (c) 2010 Michael Bleigh, Josh Kalderimis, Erik Michaels-Ober, and Intridea, Inc.
4342
-
4343
- Permission is hereby granted, free of charge, to any person obtaining
4344
- a copy of this software and associated documentation files (the
4345
- "Software"), to deal in the Software without restriction, including
4346
- without limitation the rights to use, copy, modify, merge, publish,
4347
- distribute, sublicense, and/or sell copies of the Software, and to
4348
- permit persons to whom the Software is furnished to do so, subject to
4349
- the following conditions:
4350
-
4351
- The above copyright notice and this permission notice shall be
4352
- included in all copies or substantial portions of the Software.
4353
-
4354
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
4355
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
4356
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
4357
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
4358
- LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
4359
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
4360
- WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
4361
- Copyright (c) 2010 Michael Bleigh, Josh Kalderimis, Erik Michaels-Ober, and Intridea, Inc.
4362
-
4363
- Permission is hereby granted, free of charge, to any person obtaining
4364
- a copy of this software and associated documentation files (the
4365
- "Software"), to deal in the Software without restriction, including
4366
- without limitation the rights to use, copy, modify, merge, publish,
4367
- distribute, sublicense, and/or sell copies of the Software, and to
4368
- permit persons to whom the Software is furnished to do so, subject to
4369
- the following conditions:
4370
-
4371
- The above copyright notice and this permission notice shall be
4372
- included in all copies or substantial portions of the Software.
4373
-
4374
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
4375
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
4376
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
4377
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
4378
- LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
4379
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
4380
- WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
4381
-
4382
-
4383
4292
  >>> mysql2-0.2.7
4384
4293
 
4385
4294
  Copyright (c) 2010 Brian Lopez - http://github.com/brianmario
@@ -9716,78 +9625,6 @@ You can redistribute it and/or modify it under either the terms of the GPL
9716
9625
  PURPOSE.
9717
9626
 
9718
9627
 
9719
- >>> json_pure-1.5.1
9720
-
9721
- [PLEASE NOTE: VMWARE, INC. ELECTS TO USE AND DISTRIBUTE THIS COMPONENT UNDER THE TERMS OF THE RUBY LICENSE. THE ORIGINAL LICENSE TERMS ARE REPRODUCED BELOW ONLY AS A REFERENCE.]
9722
-
9723
- == Author
9724
-
9725
- Florian Frank <mailto:flori@ping.de>
9726
-
9727
- == License
9728
-
9729
- Ruby License, see the COPYING file included in the source distribution. The
9730
- Ruby License includes the GNU General Public License (GPL), Version 2, so see
9731
- the file GPL as well.
9732
-
9733
- Ruby is copyrighted free software by Yukihiro Matsumoto <matz@netlab.co.jp>.
9734
- You can redistribute it and/or modify it under either the terms of the GPL
9735
- (see GPL file), or the conditions below:
9736
-
9737
- 1. You may make and give away verbatim copies of the source form of the
9738
- software without restriction, provided that you duplicate all of the
9739
- original copyright notices and associated disclaimers.
9740
-
9741
- 2. You may modify your copy of the software in any way, provided that
9742
- you do at least ONE of the following:
9743
-
9744
- a) place your modifications in the Public Domain or otherwise
9745
- make them Freely Available, such as by posting said
9746
- modifications to Usenet or an equivalent medium, or by allowing
9747
- the author to include your modifications in the software.
9748
-
9749
- b) use the modified software only within your corporation or
9750
- organization.
9751
-
9752
- c) rename any non-standard executables so the names do not conflict
9753
- with standard executables, which must also be provided.
9754
-
9755
- d) make other distribution arrangements with the author.
9756
-
9757
- 3. You may distribute the software in object code or executable
9758
- form, provided that you do at least ONE of the following:
9759
-
9760
- a) distribute the executables and library files of the software,
9761
- together with instructions (in the manual page or equivalent)
9762
- on where to get the original distribution.
9763
-
9764
- b) accompany the distribution with the machine-readable source of
9765
- the software.
9766
-
9767
- c) give non-standard executables non-standard names, with
9768
- instructions on where to get the original software distribution.
9769
-
9770
- d) make other distribution arrangements with the author.
9771
-
9772
- 4. You may modify and include the part of the software into any other
9773
- software (possibly commercial). But some files in the distribution
9774
- are not written by the author, so that they are not under this terms.
9775
-
9776
- They are gc.c(partly), utils.c(partly), regex.[ch], st.[ch] and some
9777
- files under the ./missing directory. See each file for the copying
9778
- condition.
9779
-
9780
- 5. The scripts and library files supplied as input to or produced as
9781
- output from the software do not automatically fall under the
9782
- copyright of the software, but belong to whomever generated them,
9783
- and may be sold commercially, and may be aggregated with this
9784
- software.
9785
-
9786
- 6. THIS SOFTWARE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR
9787
- IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
9788
- WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
9789
- PURPOSE.
9790
-
9791
9628
 
9792
9629
  >>> logging-1.5.0
9793
9630
 
data/cf-uaa-lib.gemspec CHANGED
@@ -31,8 +31,7 @@ Gem::Specification.new do |s|
31
31
  s.require_paths = ['lib']
32
32
 
33
33
  # dependencies
34
- s.add_dependency 'multi_json', '>= 1.12.1', '< 1.16'
35
- s.add_dependency 'json_pure', '~>2.7'
34
+ s.add_dependency 'json', '~>2.7'
36
35
  s.add_dependency 'httpclient', '~> 2.8', '>= 2.8.2.4'
37
36
  s.add_dependency 'addressable', '~> 2.8', '>= 2.8.0'
38
37
 
@@ -42,7 +41,5 @@ Gem::Specification.new do |s|
42
41
  s.add_development_dependency 'simplecov', '~> 0.22.0'
43
42
  s.add_development_dependency 'simplecov-rcov', '~> 0.3.0'
44
43
  s.add_development_dependency 'ci_reporter', '>= 1.9.2', '~> 2.0'
45
- s.add_development_dependency 'json_pure', '~>2.7'
46
44
  s.add_development_dependency 'ci_reporter_rspec', '~> 1.0'
47
-
48
45
  end
data/lib/uaa/util.rb CHANGED
@@ -11,8 +11,8 @@
11
11
  # subcomponent's license, as noted in the LICENSE file.
12
12
  #++
13
13
 
14
- require 'json/pure'
15
- require "base64"
14
+ require 'json'
15
+ require 'base64'
16
16
  require 'logger'
17
17
  require 'uri'
18
18
 
data/lib/uaa/version.rb CHANGED
@@ -14,6 +14,6 @@
14
14
  # Cloud Foundry namespace
15
15
  module CF
16
16
  module UAA
17
- VERSION = '4.0.6'
17
+ VERSION = '4.0.7'
18
18
  end
19
19
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cf-uaa-lib
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.0.6
4
+ version: 4.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dave Syer
@@ -12,30 +12,10 @@ authors:
12
12
  autorequire:
13
13
  bindir: bin
14
14
  cert_chain: []
15
- date: 2024-11-01 00:00:00.000000000 Z
15
+ date: 2024-11-19 00:00:00.000000000 Z
16
16
  dependencies:
17
17
  - !ruby/object:Gem::Dependency
18
- name: multi_json
19
- requirement: !ruby/object:Gem::Requirement
20
- requirements:
21
- - - ">="
22
- - !ruby/object:Gem::Version
23
- version: 1.12.1
24
- - - "<"
25
- - !ruby/object:Gem::Version
26
- version: '1.16'
27
- type: :runtime
28
- prerelease: false
29
- version_requirements: !ruby/object:Gem::Requirement
30
- requirements:
31
- - - ">="
32
- - !ruby/object:Gem::Version
33
- version: 1.12.1
34
- - - "<"
35
- - !ruby/object:Gem::Version
36
- version: '1.16'
37
- - !ruby/object:Gem::Dependency
38
- name: json_pure
18
+ name: json
39
19
  requirement: !ruby/object:Gem::Requirement
40
20
  requirements:
41
21
  - - "~>"
@@ -190,20 +170,6 @@ dependencies:
190
170
  - - "~>"
191
171
  - !ruby/object:Gem::Version
192
172
  version: '2.0'
193
- - !ruby/object:Gem::Dependency
194
- name: json_pure
195
- requirement: !ruby/object:Gem::Requirement
196
- requirements:
197
- - - "~>"
198
- - !ruby/object:Gem::Version
199
- version: '2.7'
200
- type: :development
201
- prerelease: false
202
- version_requirements: !ruby/object:Gem::Requirement
203
- requirements:
204
- - - "~>"
205
- - !ruby/object:Gem::Version
206
- version: '2.7'
207
173
  - !ruby/object:Gem::Dependency
208
174
  name: ci_reporter_rspec
209
175
  requirement: !ruby/object:Gem::Requirement
@@ -281,7 +247,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
281
247
  - !ruby/object:Gem::Version
282
248
  version: '0'
283
249
  requirements: []
284
- rubygems_version: 3.5.16
250
+ rubygems_version: 3.5.22
285
251
  signing_key:
286
252
  specification_version: 4
287
253
  summary: Client library for CloudFoundry UAA