bin_install 0.0.16 → 0.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ccab321fa3bcb2267187d697fa107e78e6cefa1f9dac468df3b59dc5d8e83d3a
4
- data.tar.gz: 232716b3889599dff4a0e39b75529f0f9f71cf8355f57942ca14a4b4eea99d75
3
+ metadata.gz: 8dccf599eec32c7878d456470520dd65a209ed014d2e4011a99d69d0a502d2c4
4
+ data.tar.gz: 5c648939f73958d3b5c0e5209dd6fa5217d625b8d1c0b9d9937da455a432b518
5
5
  SHA512:
6
- metadata.gz: f9143db7a2049de8daee6ca59c23839e825af7b42be15a30f2fc9dcaff85a249ec9ab56d8f342fa000675e4f46da79713531473eece229c0dd9af74a7eb05d4d
7
- data.tar.gz: c3c4309dd07b50a1ae323ef3a93130bf5304d7047592765213d2085d559798cea2643f7524899f6bca8980d877153aec896c67e53d3af12e6c26ed2c59050629
6
+ metadata.gz: 9ef5c49d0cd8ec0884d0305477a66fbb9710b389356aebca306b6a007ce07bf027660fc8c4ab7d3beabd800f8374283b9fe91aeda6944bce08edecf2a1e7f50a
7
+ data.tar.gz: 96e726e24a63c8aa311c046612e8e81fca48d06e93a797cb4d304eb1799c37ed5c67e83f443658340b75ca7316f847b051dafdef32d57721ce8d58efb0b80a8d
@@ -30,7 +30,6 @@ module BinInstall
30
30
  puts "Ruby #{version} is already installed. Skipping.".blue
31
31
  else
32
32
  system("rbenv install #{version}")
33
- reload_shell!
34
33
  end
35
34
  else
36
35
  puts 'Unknown Ruby version. Create .ruby-version file.'
@@ -46,7 +45,6 @@ module BinInstall
46
45
  puts "Ruby #{version} is already installed. Skipping.".blue
47
46
  else
48
47
  BinInstall.system!("rbenv install #{version}")
49
- reload_shell!
50
48
  end
51
49
  else
52
50
  abort('Unknown Ruby version. Create .ruby-version file.'.red)
@@ -1,3 +1,3 @@
1
1
  module BinInstall
2
- VERSION = '0.0.16'.freeze
2
+ VERSION = '0.0.17'.freeze
3
3
  end
@@ -29,7 +29,6 @@ module BinInstall
29
29
  return if installed?
30
30
  puts 'Warning Oh My Zsh requires reloading the shell.'.yellow
31
31
  puts 'After Oh My Zsh finishes installing.'.red
32
- puts 'Close this window and restart your shell session.'.red
33
32
  puts "\n"
34
33
  puts 'Rerun the installer with:'
35
34
  puts '$ bin/install'.cyan
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bin_install
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.16
4
+ version: 0.0.17
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Singer