hu 2.0.16 → 2.0.17

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/hu/deploy.rb +8 -1
  3. data/lib/hu/version.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4a06118dd1c985f7cfa93598b815cd1509697b3c24b9536424dc36ba143c2f74
4
- data.tar.gz: 799bc4c5bfc3da063fb28d42bac7839c61c26ecd356218517862a7afec0f1b43
3
+ metadata.gz: d9d8ad87f70152123a1e17ccef621d16dba57c2ccb68781e4fcab7eb5334f713
4
+ data.tar.gz: 40295e3e7d486d72e6ed518227e89fb0996c6e9798f570015d357a2d598ef21a
5
5
  SHA512:
6
- metadata.gz: 790793b212a4580734d67224822c576d91584e9f8005dd3b1d076809c0a68c920798328c472a750935f3a2b7315d0baa189c4eddfffd26ed718586481b6fdbbf
7
- data.tar.gz: c24241cdb66bd259daefa0ad543cfd3749327997d2a53bab3cfaaa596bbc14d69a4478982f850c341756efa34723ae00dc0b9a8d80265b8fa2d2e58910b8b1ce
6
+ metadata.gz: 5ab9ddac725f8efc6030645cd965ac091b8e19fa5d8ac46edae98971be9735a0adbf56ff553b80dedaa74d441764967f1f4582046002f73d4c80a764bc2e4a18
7
+ data.tar.gz: 2a7ffd6ebf4935614cccf8d4e57fe1c77151fe0b8a0fdbf165bda72661aeb77d6be71b1737913f29b07f3eebd359f71af66a1f1878014cc14e345b09bb56cef7
@@ -145,7 +145,14 @@ module Hu
145
145
  puts
146
146
  puts "ERROR: This repository doesn't seem to be git-flow enabled.".color(:red)
147
147
  puts
148
- puts " Please run 'git flow init -d'"
148
+ puts "Please run (copy/paste) all of the following commands:"
149
+ puts
150
+ puts "git flow init -d"
151
+ puts 'git config gitflow.prefix.hotfix "hotfix/"'
152
+ puts 'git config gitflow.prefix.feature "feature/"'
153
+ puts 'git config gitflow.prefix.bugfix "bugfix/"'
154
+ puts 'git config gitflow.prefix.release "release/"'
155
+ puts 'git config gitflow.prefix.support "support/"'
149
156
  puts
150
157
  exit 1
151
158
  end
@@ -1,4 +1,4 @@
1
1
  # frozen_string_literal: true
2
2
  module Hu
3
- VERSION = '2.0.16'
3
+ VERSION = '2.0.17'
4
4
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hu
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.16
4
+ version: 2.0.17
5
5
  platform: ruby
6
6
  authors:
7
7
  - moe