ddollar-gem-prune 1.3.0 → 1.4.0

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.
@@ -121,7 +121,7 @@ private ######################################################################
121
121
 
122
122
  def save_kept_gems(gems)
123
123
  File.open(settings_filename, 'w') do |file|
124
- file.puts({ 'keep' => gems }.to_yaml)
124
+ file.puts({ 'keep' => gems.sort }.to_yaml)
125
125
  end
126
126
  end
127
127
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ddollar-gem-prune
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.0
4
+ version: 1.4.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Dollar