nightfury 0.8.0 → 0.8.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -9,7 +9,7 @@ module Nightfury
9
9
  next if data_points[current_step_time]
10
10
  data_points[current_step_time] = '0.0'
11
11
  end
12
- data_points
12
+ Hash[data_points.sort]
13
13
  end
14
14
 
15
15
  protected
@@ -9,7 +9,7 @@ module Nightfury
9
9
  next if data_points[current_step_time]
10
10
  data_points[current_step_time] = 0.to_s
11
11
  end
12
- data_points
12
+ Hash[data_points.sort]
13
13
  end
14
14
 
15
15
  def incr(step=1, time = Time.now)
@@ -1,3 +1,3 @@
1
1
  module Nightfury
2
- VERSION = "0.8.0"
2
+ VERSION = "0.8.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nightfury
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.0
4
+ version: 0.8.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: