gem-prune 2.0.0 → 2.0.1

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.
@@ -1,3 +1,3 @@
1
1
  module GemPrune
2
- VERSION = "2.0.0"
2
+ VERSION = "2.0.1"
3
3
  end
@@ -14,7 +14,8 @@ class Gem::Commands::PruneCommand < Gem::Command
14
14
  load_configuration
15
15
  mark_kept_versions
16
16
  versions_to_prune.each do |version|
17
- ui = Gem::Uninstaller.new(version.name, :version => version.version, :ignore => true)
17
+ ui = Gem::Uninstaller.new(version.name, :version => version.version,
18
+ :ignore => true, :executables => true)
18
19
  ui.uninstall
19
20
  end
20
21
  save_configuration
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gem-prune
3
3
  version: !ruby/object:Gem::Version
4
- hash: 15
4
+ hash: 13
5
5
  prerelease: false
6
6
  segments:
7
7
  - 2
8
8
  - 0
9
- - 0
10
- version: 2.0.0
9
+ - 1
10
+ version: 2.0.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - |