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 +4 -4
- data/README.md +0 -2
- data/lib/shipit/cli/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: 00ee740d64c12d3fb771c95dfbf181f430b9a9bb98adf95ed1ba979e6214d974
|
|
4
|
+
data.tar.gz: 14ec706cab460b28786004828147b0fe7f63fab313edae5224ff3b9f33859697
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
|
|
data/lib/shipit/cli/version.rb
CHANGED