gitlab-triage-linear-migrator 1.0.0.rc1 → 1.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +2 -6
- data/lib/gitlab/triage/linear/migrator/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e9bbe83b88a7a6a9944c3b729245206bf991924decf53e29e9ec9c48364a5c27
|
4
|
+
data.tar.gz: a3222d7d7024a0b43ddb2b602563448a6bf5c004b745102db3784d22b2d68cdd
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 714c9222cd0db8792289827d17f6e68b11340e041f62e14211f13ae4ad890cc9ac2cc7d09ad13a72a24939b0abcfeaf18f89144fae53b5f5398cdaf1426f3baa
|
7
|
+
data.tar.gz: 738761d2354c832f0de6ef17fe28b1fd37b530bafbc53f9eec66891e71d589cd457d9cc516cd037d353fbb1a92ee7beff14927e18f2b1b78c58184f166d88623
|
data/README.md
CHANGED
@@ -19,20 +19,16 @@ Initial version was developed by Platform.sh (https://platform.sh).
|
|
19
19
|
|
20
20
|
## Installation
|
21
21
|
|
22
|
-
TODO: Replace `UPDATE_WITH_YOUR_GEM_NAME_IMMEDIATELY_AFTER_RELEASE_TO_RUBYGEMS_ORG` with your gem name right after
|
23
|
-
releasing it to RubyGems.org. Please do not do it earlier due to security reasons. Alternatively, replace this section
|
24
|
-
with instructions to install your gem from git if you don't plan to release to RubyGems.org.
|
25
|
-
|
26
22
|
Install the gem and add to the application's Gemfile by executing:
|
27
23
|
|
28
24
|
```bash
|
29
|
-
bundle add
|
25
|
+
bundle add gitlab-triage-linear-migrator
|
30
26
|
```
|
31
27
|
|
32
28
|
If bundler is not being used to manage dependencies, install the gem by executing:
|
33
29
|
|
34
30
|
```bash
|
35
|
-
gem install
|
31
|
+
gem install gitlab-triage-linear-migrator
|
36
32
|
```
|
37
33
|
|
38
34
|
## Usage
|