gitlab_merge_request 0.0.3 → 0.0.4

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
  SHA1:
3
- metadata.gz: 003d0c496a0f9f9155624d2fbeeddadb1c4fd8a8
4
- data.tar.gz: df6eec68e1b08dd9b3828fd3f65cb958b0820f02
3
+ metadata.gz: e67c6d4d18786e38e09123241563c5b5db5c7543
4
+ data.tar.gz: 75c19c597924e0445a492cf5f9621bc906bb4b75
5
5
  SHA512:
6
- metadata.gz: b118d2dfbac13dd9ab3bc9f3b90556b5f456828c43e714a2ea32611ff7889fe34a75a87153e900e437ba037647b6062aed7db971134ba5a29d328494e0a60667
7
- data.tar.gz: 96ddb4417e36d45913e73fe7473e80f88a9d15f36842e6b775d94e4e879789b1392e455b9c89e2cd97bce9a5f947b7fc1f689de99c5ec792ed92bd6f7c344545
6
+ metadata.gz: 1f42b5efe9fea29fcf7ec1246eff1da111e2f643dfe4fa089aaa6929cd817c9bfc1d821db65aecbdbc728f5839bfb258dea46e770ccf402ee76a5521d001f9a5
7
+ data.tar.gz: f4a839dbbdcd492c9b37bbee2d7aa249e01f714fd069b4f63acc2d75c6b27bf8d3d92187e97d0684769680532bb589153ed651da93c13aaf6de5257f9f6bab1d
data/bin/git-mr CHANGED
@@ -55,7 +55,7 @@ if task_id
55
55
  description = "#{task_url_template % task_id}\n"
56
56
  end
57
57
 
58
- print "Text:
58
+ print "Text (hit Ctrl+D at the beginning of line to finish):
59
59
  #{description}"
60
60
  additional_text = STDIN.read.chomp
61
61
  description = (description.to_s + additional_text).chomp
@@ -55,7 +55,7 @@ if task_id
55
55
  description = "#{task_url_template % task_id}\n"
56
56
  end
57
57
 
58
- print "Text:
58
+ print "Text (hit Ctrl+D at the beginning of line to finish):
59
59
  #{description}"
60
60
  additional_text = STDIN.read.chomp
61
61
  description = (description.to_s + additional_text).chomp
@@ -1,3 +1,3 @@
1
1
  module GitlabMergeRequest
2
- VERSION = "0.0.3"
2
+ VERSION = "0.0.4"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gitlab_merge_request
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ales Guzik