intello-shipit-cli 0.6.0.rc3 → 0.6.0.rc4

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: 87846f31de799e1f057840f9e6f7c51b117b8fc0bbc1dfe7d43c07df7b1fa940
4
- data.tar.gz: 94cdccd2985415f3ca0330f2d5c0597a5fbee24faaf8d5b9e038dee1ffd97597
3
+ metadata.gz: 00ee740d64c12d3fb771c95dfbf181f430b9a9bb98adf95ed1ba979e6214d974
4
+ data.tar.gz: 14ec706cab460b28786004828147b0fe7f63fab313edae5224ff3b9f33859697
5
5
  SHA512:
6
- metadata.gz: 3e85b05a6945ce5b557eedec28bb4d0a304484541d3528225ca72923d88357067f065d208219b043dcd22a78f7908a1339e9a7b5a066add6fb32df11ecfe7dff
7
- data.tar.gz: b5bb98b326c94d9b1f5bfca1abc63a0b062f9e848d565dd6cfdea823d2a7630952a8436bb216ba532bf7837eff774ebea755f7e59ea922d9ae1d5f3ab5c4e6c3
6
+ metadata.gz: 3d692b4b8b7b0932ff991e3c15d12fce7d666c9c62684cef2289d8afb68f14f1ae6db636f323332ad8b9c7fa496b270f21da688f48fdb9984fd3a6af24a0d1e3
7
+ data.tar.gz: 4f792c5c652ab6db93859e4c17b5f13119e2bb36f458f4970a337dcdc591db53e4bf7917ba76522dc694736b617af4612bcb9eef9710f106f3287e10cb31a64c
data/README.md CHANGED
@@ -13,7 +13,6 @@ Designed to simplify collaboration with Git and Gitlab, its main purpose is to k
13
13
  ## Requirements
14
14
 
15
15
  - Ruby 2.5+
16
- - RubyGems 1.9+
17
16
  - A `gitlab` personal access token (`https://{{ YOUR_GITLAB_HOST }}/profile/personal_access_tokens`)
18
17
  - Issues must have a label and a milestone
19
18
 
@@ -117,7 +116,6 @@ All you have to do is start coding.
117
116
 
118
117
  * rbenv or rvm
119
118
  * Ruby 2.5+
120
- * RubyGems 1.9+ (`gem update --system `)
121
119
  * Bundler 1.10+
122
120
  * [ctags](http://ctags.sourceforge.net/)
123
121
 
@@ -1,5 +1,5 @@
1
1
  module Shipit
2
2
  module Cli
3
- VERSION = "0.6.0.rc3".freeze
3
+ VERSION = "0.6.0.rc4".freeze
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: intello-shipit-cli
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.0.rc3
4
+ version: 0.6.0.rc4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Benjamin Thouret