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

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: 8c16e9bad72131867b32a6471b6d38077711e50d4f7e90a21f3a9af08e53f791
4
- data.tar.gz: ab7698988c5761a5e8502929bf1d6f7700b987024e591772675897b16fe31a10
3
+ metadata.gz: 87846f31de799e1f057840f9e6f7c51b117b8fc0bbc1dfe7d43c07df7b1fa940
4
+ data.tar.gz: 94cdccd2985415f3ca0330f2d5c0597a5fbee24faaf8d5b9e038dee1ffd97597
5
5
  SHA512:
6
- metadata.gz: 21d562112fa34efc661af295ffff768404a5c39ec3d46a82ce2a19046aba7cee90208aeb74482906da6c7bb1dd07818de59d67522af33693f488de232048a3da
7
- data.tar.gz: 948ce4d63df315e2a365a15ca6011d0505240afccfd9a88cdad314563fff2387d38521b18b01f4f013d6fdf98a3a9c35acf4a30f45d29ea88cfde12dc8e02fbf
6
+ metadata.gz: 3e85b05a6945ce5b557eedec28bb4d0a304484541d3528225ca72923d88357067f065d208219b043dcd22a78f7908a1339e9a7b5a066add6fb32df11ecfe7dff
7
+ data.tar.gz: b5bb98b326c94d9b1f5bfca1abc63a0b062f9e848d565dd6cfdea823d2a7630952a8436bb216ba532bf7837eff774ebea755f7e59ea922d9ae1d5f3ab5c4e6c3
@@ -1,5 +1,5 @@
1
1
  module Shipit
2
2
  module Cli
3
- VERSION = "0.6.0.rc2".freeze
3
+ VERSION = "0.6.0.rc3".freeze
4
4
  end
5
5
  end
data/shipit-cli.gemspec CHANGED
@@ -4,19 +4,20 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
4
  require "shipit/cli/version"
5
5
 
6
6
  Gem::Specification.new do |spec|
7
- spec.name = "intello-shipit-cli"
8
- spec.version = Shipit::Cli::VERSION
9
- spec.authors = ["Benjamin Thouret"]
10
- spec.email = ["benjamin.thouret@intello.com"]
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
- spec.homepage = "https://gitlab.com/intello/shipit-cli"
7
+ spec.name = "intello-shipit-cli"
8
+ spec.version = Shipit::Cli::VERSION
9
+ spec.authors = ["Benjamin Thouret"]
10
+ spec.email = ["benjamin.thouret@intello.com"]
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
+ spec.homepage = "https://gitlab.com/intello/shipit-cli"
15
+ spec.required_ruby_version = ">= 2.5.0"
15
16
 
16
- spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
17
- spec.bindir = "exe"
18
- spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
19
- spec.require_paths = ["lib"]
17
+ spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
18
+ spec.bindir = "exe"
19
+ spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
20
+ spec.require_paths = ["lib"]
20
21
 
21
22
  spec.add_dependency "activesupport"
22
23
  spec.add_dependency "gli", "~> 2.13"
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.rc2
4
+ version: 0.6.0.rc3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Benjamin Thouret
@@ -227,7 +227,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
227
227
  requirements:
228
228
  - - ">="
229
229
  - !ruby/object:Gem::Version
230
- version: '0'
230
+ version: 2.5.0
231
231
  required_rubygems_version: !ruby/object:Gem::Requirement
232
232
  requirements:
233
233
  - - ">"