davidrichards-just_enumerable_stats 0.0.16 → 0.0.18

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.yml CHANGED
@@ -1,4 +1,4 @@
1
1
  ---
2
2
  :major: 0
3
3
  :minor: 0
4
- :patch: 16
4
+ :patch: 18
@@ -255,6 +255,7 @@ module Enumerable
255
255
  if @_jes_categories
256
256
  @_jes_categories
257
257
  elsif self._jes_is_numeric?
258
+ @_jes_range_class = FixedRange if self.all? {|e| e.is_a?(Float)}
258
259
  self._jes_range_instance.map
259
260
  else
260
261
  self.uniq.sort rescue self.uniq
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: davidrichards-just_enumerable_stats
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.16
4
+ version: 0.0.18
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Richards
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-08-24 00:00:00 -07:00
12
+ date: 2009-09-13 00:00:00 -07:00
13
13
  default_executable: jes
14
14
  dependencies: []
15
15