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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b631398c5c849d4879f5c4e299be58e02361a2a8fe73d3e145a66ffce0d4d58f
4
- data.tar.gz: 1062431dbd7b9fcb994d94caa48002ecd616fe45b24f362cad9eba1c90496124
3
+ metadata.gz: e9bbe83b88a7a6a9944c3b729245206bf991924decf53e29e9ec9c48364a5c27
4
+ data.tar.gz: a3222d7d7024a0b43ddb2b602563448a6bf5c004b745102db3784d22b2d68cdd
5
5
  SHA512:
6
- metadata.gz: bfcf03533f44225e64e98c291a25102f8bba22d32906aed4440de705e9d321d745d458d24b0aac2b438c987d25428c7158af08e3ac67b7daa65bf86f9bb24359
7
- data.tar.gz: 27607a1270f7500c1c70bcd73180e7f65da5a918b1a8b56ff81c4d230e9f8495d5daf86bd5fb0e55b2322581a2b7ecd9749d7d8811457c4d2b3c24cd8501ca8d
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 UPDATE_WITH_YOUR_GEM_NAME_IMMEDIATELY_AFTER_RELEASE_TO_RUBYGEMS_ORG
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 UPDATE_WITH_YOUR_GEM_NAME_IMMEDIATELY_AFTER_RELEASE_TO_RUBYGEMS_ORG
31
+ gem install gitlab-triage-linear-migrator
36
32
  ```
37
33
 
38
34
  ## Usage
@@ -4,7 +4,7 @@ module Gitlab
4
4
  module Triage
5
5
  module Linear
6
6
  module Migrator
7
- VERSION = "1.0.0.rc1"
7
+ VERSION = "1.0.0"
8
8
  end
9
9
  end
10
10
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gitlab-triage-linear-migrator
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0.rc1
4
+ version: 1.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Laurent Arnoud