moving_average 0.1.0 → 0.1.1

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/README.md CHANGED
@@ -36,8 +36,8 @@ or the 4-element slice [1, 2, 3, 4] by using
36
36
 
37
37
  a.sma(3, 4) => 2.5
38
38
 
39
- An exponential moving average (EMA) and a weighted moving average (WMA) may be
40
- computed in the same way.
39
+ An exponential moving average (EMA), a smoothed moving average (SMMA), and a
40
+ weighted moving average (WMA) may be computed in the same way.
41
41
 
42
42
  ## Contributing
43
43
 
@@ -1,3 +1,3 @@
1
1
  module MovingAverage
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: moving_average
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: