comma-heaven 0.8.3 → 0.8.4

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.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.8.3
1
+ 0.8.4
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = "comma-heaven"
8
- s.version = "0.8.3"
8
+ s.version = "0.8.4"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Silvano Stralla"]
@@ -87,7 +87,7 @@ module CommaHeaven
87
87
  @export.to_a.map do |f,o|
88
88
  [f, o.to_a.first.first, o.to_a.first.last]
89
89
  end.sort do |a,b|
90
- a[1] <=> b[1]
90
+ a[1].to_i <=> b[1].to_i
91
91
  end.each do |column_or_association, position, opts|
92
92
  opts.symbolize_keys! if opts.respond_to?(:symbolize_keys!)
93
93
 
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: comma-heaven
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.8.3
5
+ version: 0.8.4
6
6
  platform: ruby
7
7
  authors:
8
8
  - Silvano Stralla
@@ -301,7 +301,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
301
301
  - !ruby/object:Gem::Version
302
302
  segments:
303
303
  - 0
304
- hash: -454386425193293639
304
+ hash: -910520747972536777
305
305
  version: '0'
306
306
  none: false
307
307
  required_rubygems_version: !ruby/object:Gem::Requirement