toastyapps-gembox 1.3.7 → 1.3.7.1

Sign up to get free protection for your applications and to get access to all the features.
data/lib/gembox.rb CHANGED
@@ -3,7 +3,7 @@ require 'yaml'
3
3
  require 'erb'
4
4
 
5
5
  class Gembox
6
- VERSION = '1.3.7'
6
+ VERSION = '1.3.7.1'
7
7
  DEFAULTS = {'nodoc' => true, 'sources' => []}
8
8
  attr_accessor :dir, :cfg, :box_name
9
9
 
@@ -62,7 +62,7 @@ class Dispatch
62
62
  elsif data[gem_name].keys.length > 1
63
63
  puts 'Select gem to symlink:'
64
64
  index = 1
65
- data[gem_name].keys.each do |key|
65
+ data[gem_name].keys.sort{|a,b| b <=> a}.each do |key|
66
66
  puts " #{index}. #{gem_name}-#{key}"
67
67
  index += 1
68
68
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: toastyapps-gembox
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.7
4
+ version: 1.3.7.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matthew Mongeau