peopledatalabs 5.0.0 → 5.1.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a471414ea1cf109043c336808b56d0b3bd5f5475b17ee4e24b5140e1e9483fef
4
- data.tar.gz: 76db7d82a963f497ff35213106b98d7eb7f8b7c0af5db806498d23b00a10d167
3
+ metadata.gz: cc327ade0fbbe968091adf587820dda7a6e6d34eebee8ac2632a6c93bd668fd1
4
+ data.tar.gz: ea094e4553662d9a933a83560f02c0adfbebc88905609dd841e45a5703a6bde6
5
5
  SHA512:
6
- metadata.gz: 4363d40850663bb72da0b26b05df60785be77240a2a1d268d4445ee4e9788eb3098eeaa19b1a305f1032df20e6fcd192e848f633ba22a56ba1468fe01eef84dd
7
- data.tar.gz: 932e4c226e1d5712540c7d86b853a9e81b385567d7841e7386af80d15408201001464a3cc9b70e16c949d8daa19ce41805e88fbed6cd31b2b54ee4402ebdc5cf
6
+ metadata.gz: dd8c4fbadd844ea387a48ad797ef45eb6350de9fc6dec3a94dfd2e11cf2cf5eb714cfb3aaa5dab80fcf268c397806687933f9043c2c2e14ed76fbec678893e44
7
+ data.tar.gz: f3fd743fc01ed962f4595997963e6412b032582e5a8325225bd0018014de93974faf76b63df1cb2aefc49d96439973c6dfe0dca1ad946fce361e3088d20c58e5
@@ -9,7 +9,8 @@ on:
9
9
  jobs:
10
10
  test:
11
11
  runs-on: ubuntu-latest
12
-
12
+ permissions:
13
+ contents: read
13
14
  steps:
14
15
  - uses: actions/checkout@v4
15
16
  - name: Set up Ruby 3.0
data/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2024 People Data Labs
3
+ Copyright (c) 2025 People Data Labs
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
@@ -3,7 +3,7 @@ module Peopledatalabs
3
3
 
4
4
  protected
5
5
 
6
- VALID_AUTOCOMPLETE_FIELDS = ['class', 'company', 'country', 'industry', 'location', 'major', 'region', 'role', 'school', 'sub_role', 'skill', 'title'].freeze
6
+ VALID_AUTOCOMPLETE_FIELDS = ['all_location', 'class', 'company', 'country', 'industry', 'location', 'location_name', 'major', 'region', 'role', 'school', 'sub_role', 'skill', 'title'].freeze
7
7
 
8
8
  def self.get(path:, headers: {}, params: {})
9
9
  request = check(params: params, path: path)
@@ -1,3 +1,3 @@
1
1
  module Peopledatalabs
2
- VERSION = "5.0.0"
2
+ VERSION = "5.1.0"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: peopledatalabs
3
3
  version: !ruby/object:Gem::Version
4
- version: 5.0.0
4
+ version: 5.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - People Data Labs