intello-shipit-cli 0.6.0.rc1 → 0.6.0.rc2
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/lib/shipit/cli/version.rb +1 -1
- data/shipit-cli.gemspec +3 -3
- metadata +7 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8c16e9bad72131867b32a6471b6d38077711e50d4f7e90a21f3a9af08e53f791
|
|
4
|
+
data.tar.gz: ab7698988c5761a5e8502929bf1d6f7700b987024e591772675897b16fe31a10
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 21d562112fa34efc661af295ffff768404a5c39ec3d46a82ce2a19046aba7cee90208aeb74482906da6c7bb1dd07818de59d67522af33693f488de232048a3da
|
|
7
|
+
data.tar.gz: 948ce4d63df315e2a365a15ca6011d0505240afccfd9a88cdad314563fff2387d38521b18b01f4f013d6fdf98a3a9c35acf4a30f45d29ea88cfde12dc8e02fbf
|
data/lib/shipit/cli/version.rb
CHANGED
data/shipit-cli.gemspec
CHANGED
|
@@ -8,9 +8,9 @@ Gem::Specification.new do |spec|
|
|
|
8
8
|
spec.version = Shipit::Cli::VERSION
|
|
9
9
|
spec.authors = ["Benjamin Thouret"]
|
|
10
10
|
spec.email = ["benjamin.thouret@intello.com"]
|
|
11
|
-
|
|
12
|
-
spec.
|
|
13
|
-
|
|
11
|
+
spec.licenses = ["MIT"]
|
|
12
|
+
spec.description = %q{Designed to simplify working with Gitlab, its main purpose is to kickstart working on an issue.}
|
|
13
|
+
spec.summary = %q{Designed to simplify working with Gitlab, its main purpose is to kickstart working on an issue.}
|
|
14
14
|
spec.homepage = "https://gitlab.com/intello/shipit-cli"
|
|
15
15
|
|
|
16
16
|
spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
|
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.
|
|
4
|
+
version: 0.6.0.rc2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Benjamin Thouret
|
|
@@ -178,7 +178,8 @@ dependencies:
|
|
|
178
178
|
- - ">="
|
|
179
179
|
- !ruby/object:Gem::Version
|
|
180
180
|
version: '0'
|
|
181
|
-
description:
|
|
181
|
+
description: Designed to simplify working with Gitlab, its main purpose is to kickstart
|
|
182
|
+
working on an issue.
|
|
182
183
|
email:
|
|
183
184
|
- benjamin.thouret@intello.com
|
|
184
185
|
executables:
|
|
@@ -215,7 +216,8 @@ files:
|
|
|
215
216
|
- script/test
|
|
216
217
|
- shipit-cli.gemspec
|
|
217
218
|
homepage: https://gitlab.com/intello/shipit-cli
|
|
218
|
-
licenses:
|
|
219
|
+
licenses:
|
|
220
|
+
- MIT
|
|
219
221
|
metadata: {}
|
|
220
222
|
post_install_message:
|
|
221
223
|
rdoc_options: []
|
|
@@ -236,6 +238,6 @@ rubyforge_project:
|
|
|
236
238
|
rubygems_version: 2.7.8
|
|
237
239
|
signing_key:
|
|
238
240
|
specification_version: 4
|
|
239
|
-
summary:
|
|
240
|
-
|
|
241
|
+
summary: Designed to simplify working with Gitlab, its main purpose is to kickstart
|
|
242
|
+
working on an issue.
|
|
241
243
|
test_files: []
|