daikon 0.8.9 → 0.8.10

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/daikon.gemspec CHANGED
@@ -6,7 +6,7 @@ Gem::Specification.new do |s|
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ['Nick Quaranto', 'thoughtbot']
9
- s.date = %q{2011-06-01}
9
+ s.date = %q{2011-06-09}
10
10
  s.description = %q{daikon, a radishapp.com client}
11
11
  s.email = %q{nick@thoughtbot.com}
12
12
  s.executables = [%q{daikon}]
@@ -44,7 +44,7 @@ module Daikon
44
44
  this_data = self.data.dup
45
45
  self.data.replace(data_hash)
46
46
  end
47
- this_data["keys"] = Hash[*this_data["keys"].sort_by(&:last).reverse[0..99].flatten]
47
+ this_data["keys"] = Hash[*this_data["keys"].sort { |a, b| a.last <=> b.last }.reverse[0..99].flatten]
48
48
  this_data
49
49
  end
50
50
 
@@ -1,3 +1,3 @@
1
1
  module Daikon
2
- VERSION = "0.8.9"
2
+ VERSION = "0.8.10"
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: daikon
3
3
  version: !ruby/object:Gem::Version
4
- hash: 45
5
- prerelease:
4
+ hash: 43
5
+ prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 8
9
- - 9
10
- version: 0.8.9
9
+ - 10
10
+ version: 0.8.10
11
11
  platform: ruby
12
12
  authors:
13
13
  - Nick Quaranto
@@ -16,7 +16,7 @@ autorequire:
16
16
  bindir: bin
17
17
  cert_chain: []
18
18
 
19
- date: 2011-06-01 00:00:00 -04:00
19
+ date: 2011-06-09 00:00:00 -04:00
20
20
  default_executable:
21
21
  dependencies:
22
22
  - !ruby/object:Gem::Dependency
@@ -220,7 +220,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
220
220
  requirements: []
221
221
 
222
222
  rubyforge_project:
223
- rubygems_version: 1.4.1
223
+ rubygems_version: 1.3.7
224
224
  signing_key:
225
225
  specification_version: 3
226
226
  summary: daikon, a radishapp.com client