dynamo-autoscale 0.2 → 0.2.1

Sign up to get free protection for your applications and to get access to all the features.
data/CHANGELOG CHANGED
@@ -1,3 +1,7 @@
1
+ v0.2.1
2
+
3
+ - Fixed a require error.
4
+
1
5
  v0.2
2
6
 
3
7
  - Completely reworked configuration. Got rid of the massive number of flags and
@@ -1,7 +1,6 @@
1
1
  require 'logger'
2
2
  require 'optparse'
3
3
  require 'fileutils'
4
- require 'timecop'
5
4
  require 'time'
6
5
  require 'csv'
7
6
  require 'tempfile'
@@ -1,3 +1,3 @@
1
1
  module DynamoAutoscale
2
- VERSION = '0.2'
2
+ VERSION = '0.2.1'
3
3
  end
data/script/monitor CHANGED
@@ -11,6 +11,7 @@
11
11
  # To exit the program entirely, drop into the REPL and run "exit!".
12
12
 
13
13
  require_relative '../config/environment/common'
14
+ require 'timecop'
14
15
  include DynamoAutoscale
15
16
 
16
17
  if ARGV[0]
data/script/simulator CHANGED
@@ -14,6 +14,7 @@
14
14
  # historic script data will hit CloudWatch fairly hard to get its data, though.
15
15
 
16
16
  require_relative '../config/environment/common'
17
+ require 'timecop'
17
18
  include DynamoAutoscale
18
19
 
19
20
  if ARGV[0]
data/script/test CHANGED
@@ -12,6 +12,7 @@
12
12
  # historic script data will hit CloudWatch fairly hard to get its data, though.
13
13
 
14
14
  require_relative '../config/environment/common'
15
+ require 'timecop'
15
16
 
16
17
  OptionParser.new do |opts|
17
18
  opts.on("--graph") do
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dynamo-autoscale
3
3
  version: !ruby/object:Gem::Version
4
- version: '0.2'
4
+ version: 0.2.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: