ibm_tools-people 1.1.5 → 1.1.6

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a87b6786c79e58b13e7b165ccfa0dc47bbd7fdb18ffc4165c817e8458fdb095b
4
- data.tar.gz: 330b1908b5aedd560e7b57f553bc32beb6c987ff1c2ae38ea73a66df12d00f21
3
+ metadata.gz: eb02f1da09b711299b1ed9e75bf2d044418ae60e0533d3d77f2edf2f232c37b4
4
+ data.tar.gz: afab0cd12d1dda810ed1bb7d68317d67f226c0c8e0ab47cc98d0089e228e33c9
5
5
  SHA512:
6
- metadata.gz: d09e01dbb13107bf3c7a7d9c4efff68b7c5ad795823d479c55640556c72e13f36ce8eefa3ee2afbf6bd1170458d9d15d97348a3abdaaa31ebff4d8b2a9ea95a4
7
- data.tar.gz: 7c6b2f437c5f3f0d29b64a4e335f8a78033f45b0f889ac377501edf245f5f647cb05bf8ca1bc6f9b9dd135c7d0c74f470ecb98c84d2285e48ab5d67575f4348d
6
+ metadata.gz: 246a98bb4adb190efbefc6537187bc3754e2836c44eff5c10ed006c7cebbdda4ff020b988d3463505ba626680ba9df85353dc74c57b78d1c8175dd16a6e4c005
7
+ data.tar.gz: 5ffb12dbf23505bdcc5886f1f61b17046a9d5bf63f50f9e7c3470443ffccb8b3c641be9eee2602946c3cd8586e441555f8a1042ad5cb443c2cd96d2879d44bba
@@ -31,7 +31,7 @@ Gem::Specification.new do |spec|
31
31
  spec.require_paths = ["lib", "lib/ibm_tools/people/profile"]
32
32
 
33
33
  # Uncomment to register a new dependency of your gem
34
- spec.add_dependency 'httparty', '~> 0.23.1'
34
+ spec.add_dependency 'httparty', '~> 0.24.2'
35
35
  spec.add_development_dependency 'byebug', '~> 12.0.0'
36
36
 
37
37
  # For more information and examples about making a new gem, checkout our
@@ -39,4 +39,6 @@ Gem::Specification.new do |spec|
39
39
 
40
40
  # For troubleshooting:
41
41
  # rm -rf gem_name-version.gem && gem build gem_name.gemspec && gem install ./gem_name-version.gem
42
+ # rm -rf ibm_tools-people-1.1.5.gem && gem build ibm_tools-people.gemspec && gem install ./ibm_tools-people-1.1.6.gem
43
+ # gem push ibm_tools-people-1.1.6.gem
42
44
  end
@@ -2,7 +2,7 @@
2
2
 
3
3
  module IbmTools
4
4
  module People
5
- VERSION = "1.1.5"
5
+ VERSION = "1.1.6"
6
6
  BLUEPAGES_V3_URI = "https://w3-unified-profile-api.ibm.com/v3/profiles"
7
7
  BLUEPAGES_V1_URI = "https://w3-unified-profile-search.ibm.com/search"
8
8
  EMAIL_REGEX = %r{\A([^@\s]+)@((?:[-a-z0-9]+\.)+[a-z]{2,})\Z}i
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ibm_tools-people
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.5
4
+ version: 1.1.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Thiago Silva
8
- autorequire:
9
8
  bindir: exe
10
9
  cert_chain: []
11
- date: 2025-06-04 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: httparty
@@ -16,14 +15,14 @@ dependencies:
16
15
  requirements:
17
16
  - - "~>"
18
17
  - !ruby/object:Gem::Version
19
- version: 0.23.1
18
+ version: 0.24.2
20
19
  type: :runtime
21
20
  prerelease: false
22
21
  version_requirements: !ruby/object:Gem::Requirement
23
22
  requirements:
24
23
  - - "~>"
25
24
  - !ruby/object:Gem::Version
26
- version: 0.23.1
25
+ version: 0.24.2
27
26
  - !ruby/object:Gem::Dependency
28
27
  name: byebug
29
28
  requirement: !ruby/object:Gem::Requirement
@@ -73,7 +72,6 @@ homepage: https://github.ibm.com/thiagogs/ibm_tools-people
73
72
  licenses:
74
73
  - MIT
75
74
  metadata: {}
76
- post_install_message:
77
75
  rdoc_options: []
78
76
  require_paths:
79
77
  - lib
@@ -89,8 +87,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
89
87
  - !ruby/object:Gem::Version
90
88
  version: '0'
91
89
  requirements: []
92
- rubygems_version: 3.3.27
93
- signing_key:
90
+ rubygems_version: 3.7.2
94
91
  specification_version: 4
95
92
  summary: IBM Module - Profile
96
93
  test_files: []