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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 44dd9830edd5ed4fc56bb507e655a2a29a3e63d8d494b379f6f2008cf204f2a0
4
- data.tar.gz: 19ffcde87be2aaa98b6dc51f448b360b945a818494c64058b34dc9dd5ef386e2
3
+ metadata.gz: 8c16e9bad72131867b32a6471b6d38077711e50d4f7e90a21f3a9af08e53f791
4
+ data.tar.gz: ab7698988c5761a5e8502929bf1d6f7700b987024e591772675897b16fe31a10
5
5
  SHA512:
6
- metadata.gz: 271391edd56d02cd68a9081c24f8f328dcd793c89c9e1444ff971958b6c78dd96eac678361a5c6b2f20b33bec27b637f02f6a2a1f16e03e955963a800594b167
7
- data.tar.gz: c573f7fc35fc001271316163e5704fb01262802d682b3c7156d14b5fbebcc3cf2ee394748eacd485bc8124a58dba914dc3d5e35c99590c8ece81253454cf9c41
6
+ metadata.gz: 21d562112fa34efc661af295ffff768404a5c39ec3d46a82ce2a19046aba7cee90208aeb74482906da6c7bb1dd07818de59d67522af33693f488de232048a3da
7
+ data.tar.gz: 948ce4d63df315e2a365a15ca6011d0505240afccfd9a88cdad314563fff2387d38521b18b01f4f013d6fdf98a3a9c35acf4a30f45d29ea88cfde12dc8e02fbf
@@ -1,5 +1,5 @@
1
1
  module Shipit
2
2
  module Cli
3
- VERSION = "0.6.0.rc1".freeze
3
+ VERSION = "0.6.0.rc2".freeze
4
4
  end
5
5
  end
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.summary = %w{Designed to simplify working with Gitlab,
13
- its main purpose is to kickstart working on an issue.}
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.rc1
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: '["Designed", "to", "simplify", "working", "with", "Gitlab,", "its", "main",
240
- "purpose", "is", "to", "kickstart", "working", "on", "an", "issue."]'
241
+ summary: Designed to simplify working with Gitlab, its main purpose is to kickstart
242
+ working on an issue.
241
243
  test_files: []