semmy 1.0.1 → 1.0.2

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: 1c17474d69dce03ad9a9a7569f4730b204c659a28578d22bd6f68736d940172d
4
- data.tar.gz: 9b23f888451def5275731c465a0eb1fa903db008cc8c7274721ac743a55d99d5
3
+ metadata.gz: fcbc2657b06bf0df7c163d8ea8315fc198c80f3884a094f51776e051016fe888
4
+ data.tar.gz: 85206e2e16a0b8cd4b8af9165434fe41febc54b44a116357fb6941c23f606437
5
5
  SHA512:
6
- metadata.gz: fb2aa596a2761f74b99ccb7892156a8b8d7b71b34b780ae3db5f61fae5bf8c1ad54ea48f26114b986be7ed75d225b71cddbc33ae7843cbc89b77663066371c2b
7
- data.tar.gz: 3cf70e13843ae2cb3619e2a7433dca5a6aa3ebd180099295ff2a78b58ce3633f25545f63094fa64b4b3d4b74d27813ae1ea678e99461385cf5304b109e2976fa
6
+ metadata.gz: 67d13f206951da08c55850f3c72a564cdbf73d13f71c683b01f3758a515e5726ba76772f513ac1f35c75cdd25e1e04bfd16288e3fa793ab29738638d2a2b9bf0
7
+ data.tar.gz: 236b574f1d7235aefd13105bd3e69a88900f2828611170964b045cb52af56b76a034a4d1dc942bc215f4be3019ddae1b267533a08e458179fdf863a66a6e6314
@@ -1,5 +1,14 @@
1
1
  # CHANGELOG
2
2
 
3
+ ### Version 1.0.2
4
+
5
+ 2019-01-21
6
+
7
+ [Compare changes](https://github.com/tf/semmy/compare/v1.0.1...v1.0.2)
8
+
9
+ - Ensure test install of gem during `release:prepare` does not hang
10
+ waiting for interactive input on uninstall.
11
+
3
12
  ### Version 1.0.1
4
13
 
5
14
  2018-12-10
@@ -12,7 +12,7 @@ module Semmy
12
12
  def command
13
13
  "gem build -V #{Gemspec.path} 2>&1 && " \
14
14
  "gem install --local #{built_gem_path} 2>&1 && " \
15
- "gem uninstall #{Gemspec.gem_name} -v #{Project.version} 2>&1 && " \
15
+ "gem uninstall -I #{Gemspec.gem_name} -v #{Project.version} 2>&1 && " \
16
16
  "rm #{built_gem_path}" \
17
17
  end
18
18
 
@@ -1,3 +1,3 @@
1
1
  module Semmy
2
- VERSION = '1.0.1'
2
+ VERSION = '1.0.2'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: semmy
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tim Fischbach
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2018-12-10 00:00:00.000000000 Z
11
+ date: 2019-01-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: git