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

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 00ee740d64c12d3fb771c95dfbf181f430b9a9bb98adf95ed1ba979e6214d974
4
- data.tar.gz: 14ec706cab460b28786004828147b0fe7f63fab313edae5224ff3b9f33859697
3
+ metadata.gz: 9969d36e43da8f23a4fa822901567e7dc95128327be6e5c988cecd16fef6b8a8
4
+ data.tar.gz: 6acd1abd01f8773e22a86cdfddccd8af523110ef2c323f88765f491b5469efd0
5
5
  SHA512:
6
- metadata.gz: 3d692b4b8b7b0932ff991e3c15d12fce7d666c9c62684cef2289d8afb68f14f1ae6db636f323332ad8b9c7fa496b270f21da688f48fdb9984fd3a6af24a0d1e3
7
- data.tar.gz: 4f792c5c652ab6db93859e4c17b5f13119e2bb36f458f4970a337dcdc591db53e4bf7917ba76522dc694736b617af4612bcb9eef9710f106f3287e10cb31a64c
6
+ metadata.gz: 68fc8e0405f45201a6320da1f566f86938035acc4e25fac5bc531842f7560d24e4ed2ca35291eaf907e3dcada170d8f26c5972d2c57e308f0d04d2bbb0ecbfb5
7
+ data.tar.gz: fa131c0fadf6f491c8e6803ce4e7c4628ac1dabf51f2c633d4c2a4536b305775971c60bd83574a6fcc78fb8206f03f7831a3d7a2d01458037ac21bc28ede3e68
data/README.md CHANGED
@@ -142,11 +142,10 @@ Copyright Intello Technologies Inc, 2016-2019. Licensed under the [MIT license](
142
142
 
143
143
  ## About Intello Technologies Inc.
144
144
 
145
- Intello is sponsering this project as we believe in open-source and the open-source community.
145
+ Intello is sponsoring this project as we believe in open-source and the open-source community.
146
146
 
147
147
  Intello Technologies was founded by experts from hotel & IT industry backgrounds in 2003. Based in Montreal, Canada, we're more than just a services company or a simple VAR: we develop our own in-house software which we integrate with existing industry-leading hardware and then support for years to come.
148
148
 
149
149
  Our team has in-depth knowledge of software development combined with years of sales and field management experience in the hospitality and lodging industries. Our solutions have been deployed throughout the United States, Canada, Mexico, the Caribbean and even in Africa, and our helpdesk ensures our customers are supported around the clock. Recognized as industry leaders in our fields of expertise, our company goal is to provide great solutions and support.
150
150
 
151
- Find out more ou our web site at <https://www.intello.com>
152
-
151
+ Find out more on our web site at <https://www.intello.com>
@@ -1,5 +1,5 @@
1
1
  module Shipit
2
2
  module Cli
3
- VERSION = "0.6.0.rc4".freeze
3
+ VERSION = "0.6.0.rc6".freeze
4
4
  end
5
5
  end
@@ -95,7 +95,7 @@ module Shipit
95
95
  mr_title = "[WIP] [#{labels}] ##{issue_id} - #{sane_title}"
96
96
 
97
97
  # 2. Add to issue properties
98
- issue["source_branch"] = [issue["labels"].first, assignee_initials, issue_id, issue_title].compact.join("-")
98
+ issue["source_branch"] = [issue["labels"].first.gsub(/\s+/, ""), assignee_initials, issue_id, issue_title].compact.join("-")
99
99
  issue["first_commit_message"] = first_commit_message
100
100
  issue["target_branch"] = target_branch
101
101
  issue["merge_request_title"] = mr_title
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: intello-shipit-cli
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.0.rc4
4
+ version: 0.6.0.rc6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Benjamin Thouret
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2019-05-09 00:00:00.000000000 Z
11
+ date: 2019-05-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport