ibm_tools-people 1.0.0 → 1.0.1

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: 2debfa9c940c4182b2962f1b9485c78ea6b9efec873c8bceae18c5d5e27fb723
4
- data.tar.gz: b59431afe705a591f2ff3d4176780f424cbe881a2aa4b910f82f6de92c68d8f0
3
+ metadata.gz: 34c15c742689bb54f61ba53ab91a59ae0ae6841f422ebb554f8875ef463df229
4
+ data.tar.gz: a82b68a65d5db105aa252e4df8205fb29bf091d9307d6b15d8dae7669771e635
5
5
  SHA512:
6
- metadata.gz: d42baeba070d06277968661e2bd3f2fecba81f2c029655302ba9aea6b693962764cb5a9f06f7d0d68a06fd10dfbaf2fd75e24903071565ead1a971f687bcf476
7
- data.tar.gz: e135ee2e3bb8b84a7e39f7a8ccc69a0c4cd9c96e44305d604d73e39f36cd134ae8186a038d9c967f9e5d0b13e7181a27ff9602cdf9faf8214ae1366488ad13ae
6
+ metadata.gz: a3ba06775a3e0f33ca6bf3a698fc8a50bee2b3b11e9080e456778a447422b8786649f520c285181d8cc022e2473f108bc51c0f33bbad423e6218f9bc2ff95a92
7
+ data.tar.gz: ab8101ccbca2baf050cf3a6aa41b6cf29945b12d7b566a68e8da98d77a40b3abf08c4bd464a0873fd2c63b18e0c40936d987c6a457ed7f67754d7f6c75867d45
data/README.md CHANGED
@@ -10,7 +10,7 @@ Change the name of the gem to the new one in your Gemfile file and hit `bundle i
10
10
  gem 'rails_ibm-uprofile', '~> 0.3.2', require: 'rails_ibm/uprofile'
11
11
 
12
12
  # To
13
- gem 'ibm_tools-people', '~> 0.0.2', require: 'ibm_tools/people'
13
+ gem 'ibm_tools-people', '~> 1.0.0', require: 'ibm_tools/people'
14
14
  ```
15
15
 
16
16
  ## Action 2 - Usage
@@ -2,9 +2,9 @@
2
2
 
3
3
  module IbmTools
4
4
  module People
5
- VERSION = "1.0.0"
6
- BLUEPAGES_V3_URI = "https://unified-profile-api.us-south-k8s.intranet.ibm.com/v3/profiles"
7
- BLUEPAGES_V1_URI = "https://unified-profile-search-service.us-south-k8s.intranet.ibm.com/search"
5
+ VERSION = "1.0.1"
6
+ BLUEPAGES_V3_URI = "https://w3-unifiedprofile-api.dal1a.cirrus.ibm.com/v3/api"
7
+ BLUEPAGES_V1_URI = "https://w3-unifiedprofile-search.dal1a.cirrus.ibm.com/search"
8
8
  EMAIL_REGEX = %r{\A([^@\s]+)@((?:[-a-z0-9]+\.)+[a-z]{2,})\Z}i
9
9
  end
10
10
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ibm_tools-people
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Thiago Silva
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2022-05-06 00:00:00.000000000 Z
11
+ date: 2022-12-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: httparty
@@ -95,7 +95,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
95
95
  - !ruby/object:Gem::Version
96
96
  version: '0'
97
97
  requirements: []
98
- rubygems_version: 3.3.8
98
+ rubygems_version: 3.1.6
99
99
  signing_key:
100
100
  specification_version: 4
101
101
  summary: IBM Module - Profile