gitlab-cloud-connector 1.47.0 → 1.48.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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: df46cabed013a1092a909144b7a3c54f3023c7a8e9248d6ceae1090362400d1a
|
|
4
|
+
data.tar.gz: 3d54fd1209337c81bebf8346f927be3bb73f7892579fa59aeaaa8c7f9b40b4c2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0b8f1c8b38c64205ecf8787e4316636f5fa26be47cbf05e8c3b8eda598732b864ff43c448319b2ae4f202a579f3312155f982faf18ab7f57dede875711928053
|
|
7
|
+
data.tar.gz: 6983070aadf4b52617dd686c5d30fa1c3888a4060a76df4753355619a4a328bf626fe76309245c4885888f4a6750de41d24eac41760870cf8c3517480a9e41b4
|
|
@@ -24,6 +24,12 @@ module Gitlab
|
|
|
24
24
|
attr_reader :cut_off_date, :deprecated_by_url, :deprecation_message, :description, :documentation_url,
|
|
25
25
|
:feature_category, :group, :introduced_by_url, :milestone, :min_gitlab_version,
|
|
26
26
|
:min_gitlab_version_for_free_access, :name, :unit_primitive_issue_url, :alias_names
|
|
27
|
+
|
|
28
|
+
# Whether the unit primitive is currently in its free-access period
|
|
29
|
+
# (no cut-off date set, or cut-off date is in the future).
|
|
30
|
+
def free_access?
|
|
31
|
+
cut_off_date.nil? || cut_off_date.future?
|
|
32
|
+
end
|
|
27
33
|
end
|
|
28
34
|
|
|
29
35
|
class Service < Base
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: gitlab-cloud-connector
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.48.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Nikola Milojevic
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2026-
|
|
11
|
+
date: 2026-05-08 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activesupport
|