peopledatalabs 2.0.0 → 2.0.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.github/dependabot.yml +11 -0
- data/.github/workflows/publish.yaml +2 -2
- data/.github/workflows/test.yaml +2 -2
- data/lib/peopledatalabs/version.rb +1 -1
- data/lib/peopledatalabs.rb +1 -1
- metadata +3 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b164f45ca5f7f4c5292a2f8df3178c87f25248184a778c748662150895780b33
|
4
|
+
data.tar.gz: 0aee41e55e8525c2c650f3f6317829da3152fbe36e9ebd186447974894e9fec5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b07df6e3bfb16db8111d9573099d9a3f17196c7c0b92cb4ffa93c27117107e5fc6f5545ead32f377e84a51e1db94b7455a08e898271b77c2a75efecfbd51be59
|
7
|
+
data.tar.gz: 66f7fc3ab5a62a52182e9faf293b9dafa781621a4eb2fd70659b2e8c022b53f71c651328a3f04d18662044fd98ddff7edec34ce6c34b8ba1779d7a20a80210f9
|
@@ -0,0 +1,11 @@
|
|
1
|
+
# To get started with Dependabot version updates, you'll need to specify which
|
2
|
+
# package ecosystems to update and where the package manifests are located.
|
3
|
+
# Please see the documentation for all configuration options:
|
4
|
+
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
|
5
|
+
|
6
|
+
version: 2
|
7
|
+
updates:
|
8
|
+
- package-ecosystem: "bundler" # See documentation for possible values
|
9
|
+
directory: "/" # Location of package manifests
|
10
|
+
schedule:
|
11
|
+
interval: "weekly"
|
data/.github/workflows/test.yaml
CHANGED
data/lib/peopledatalabs.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: peopledatalabs
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.0.
|
4
|
+
version: 2.0.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- People Data Labs
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2023-05-01 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -91,6 +91,7 @@ extra_rdoc_files: []
|
|
91
91
|
files:
|
92
92
|
- ".github/ISSUE_TEMPLATE/bug_report.md"
|
93
93
|
- ".github/ISSUE_TEMPLATE/feature_request.md"
|
94
|
+
- ".github/dependabot.yml"
|
94
95
|
- ".github/pull_request_template.md"
|
95
96
|
- ".github/workflows/publish.yaml"
|
96
97
|
- ".github/workflows/test.yaml"
|