hu 1.3.10 → 1.3.11

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 +3 -2
  3. data/lib/hu/version.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c2f67ef424f40f37b070aa6a2d414551e596bdd0
4
- data.tar.gz: 6ffe02f73fc1214a5b83dbc2a576c06b59f222ce
3
+ metadata.gz: 23a8450b7fa6756047fbf117069460301325b310
4
+ data.tar.gz: d7eb2486be30e2419125ea7cd4d36ccda3185ce7
5
5
  SHA512:
6
- metadata.gz: cf430c6262059c8f16d123eda05217be05f32443547bd3626a040fcacbdbd4f72130f0e4e030892dc35bd7b3c966f3fcc983dd07b5b1824f1ea02b161547fd3e
7
- data.tar.gz: aeb144420296590dba519b9d6345096134de35028615e224fe99de65d3f0f7f3cb2b86892d1aa4d11d7368bd36fbcf71583dde8a32ac757c1db4c8ff9453a7c7
6
+ metadata.gz: 56e79d41550c38fb8a042066a88f14054d72955a4ffe9d26a79be9592e4772366329bd5be4540228ff7784dd0180a11a8ccd1a051800a48422fefb61a3b70b8c
7
+ data.tar.gz: f65be4b28730de17c0532a85586918dc2e90127b41e5667a2cea4a89268780b2e44ae342f165d4a105c2093e3cb2f2aea3c253b5c6b6c5e4d32060a31bcd4591
@@ -255,10 +255,11 @@ module Hu
255
255
  anykey
256
256
  when :finish_release
257
257
  old_editor = ENV['EDITOR']
258
+ old_git_editor = ENV['GIT_EDITOR']
258
259
  tf = Tempfile.new('hu-tag')
259
260
  tf.write "#{release_tag}\n#{changelog}"
260
261
  tf.close
261
- ENV['EDITOR'] = "cp #{tf.path}"
262
+ ENV['EDITOR'] = ENV['GIT_EDITOR'] = "cp #{tf.path}"
262
263
  env = {
263
264
  'PREVIOUS_TAG' => highest_version,
264
265
  'RELEASE_TAG' => release_tag
@@ -275,7 +276,7 @@ module Hu
275
276
  puts
276
277
  exit 1
277
278
  end
278
- ENV['EDITOR'] = old_editor
279
+ ENV['EDITOR'] = ENV['GIT_EDITOR'] = old_editor
279
280
  anykey
280
281
  when :push_to_staging
281
282
  run_each <<-EOS.strip_heredoc
@@ -1,4 +1,4 @@
1
1
  # frozen_string_literal: true
2
2
  module Hu
3
- VERSION = '1.3.10'
3
+ VERSION = '1.3.11'
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: 1.3.10
4
+ version: 1.3.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - moe