gitlab-sdk 0.2.3 → 0.2.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +1 -1
- data/README.md +2 -4
- data/lib/gitlab-sdk/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2706a349414fe8ff7bc8da5fca1455fbd5065c60c778b412b22a98f099b8a603
|
4
|
+
data.tar.gz: ad8a0b829bd04bf458c96d1520b20ebfba2e1ecc786cdd0b4c6d92b53be0da8b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3780750bb5628628380f4badb7df25a94ecdb2a0e7a499245742d10ac5ebdc8c33d9e99b9437c7175bf1b80927cf87e34b9eb263bf0cc4e92f05745e21547568
|
7
|
+
data.tar.gz: '02699c246b245ba5263a5216b279afaa0e2ca638b93f79266c240a91bb5eabe1cc4686072cdf85b9dff70672a8132e9aaf1b3c1ff3389fb7207da5db07b27c51'
|
data/Gemfile.lock
CHANGED
data/README.md
CHANGED
@@ -63,7 +63,5 @@ To test the gem's functionality, run `bin/console`.
|
|
63
63
|
|
64
64
|
## Releasing the gem
|
65
65
|
|
66
|
-
To release a new version of the gem
|
67
|
-
|
68
|
-
1. Update the version in [lib/gitlab-sdk/version.rb](lib/gitlab-sdk/version.rb).
|
69
|
-
1. After the MR with the changes made in the previous step is merged, the new version of the gem is uploaded to [RubyGems](https://rubygems.org/gems/gitlab-sdk).
|
66
|
+
To release a new version of the gem, create an MR using the "Release" template.
|
67
|
+
After merging the MR, the gem will be automatically uploaded to [RubyGems](https://rubygems.org/gems/gitlab-sdk).
|
data/lib/gitlab-sdk/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: gitlab-sdk
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- GitLab
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-
|
11
|
+
date: 2023-12-13 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activesupport
|