nightfury 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -4,7 +4,8 @@ module Nightfury
4
4
 
5
5
  METRIC_MAPPINGS = {
6
6
  :value => Nightfury::Metric::Value,
7
- :time_series => Nightfury::Metric::TimeSeries
7
+ :time_series => Nightfury::Metric::TimeSeries,
8
+ :avg_time_series => Nightfury::Metric::AvgTimeSeries
8
9
  }
9
10
 
10
11
  class << self
@@ -1,3 +1,3 @@
1
1
  module Nightfury
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.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.1.0
4
+ version: 0.1.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: