cloudwatch_scheduler 0.1.0 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 489a16912e4011e40977230fa10995b58205dea4
|
4
|
+
data.tar.gz: 3fa5b91597ce8e09eee845e8dd01f98d58d536f8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: bcb2b4012316280163716c6ddfe9cb06a6245d3f36212a4f0007f3a1d776fffa0040db4eb27e8afe514e19f20a3f8a468258aa87af12a040e7f02381c1e46f0f
|
7
|
+
data.tar.gz: f4cfbc6cb9e9eb869455dc2812dbe714448590ef4bab040875f3d9b8dfbb8882843437ee040aaa1e94de658b27c2e05ce18b63c9d6fd50fa87090992d5ac3b78
|
@@ -5,7 +5,8 @@ namespace :cloudwatch_scheduler do
|
|
5
5
|
desc "Create AWS Cloudwatch Event Rules for all defined tasks"
|
6
6
|
task :setup => :environment do
|
7
7
|
Aws.config[:logger] = Logger.new(STDOUT)
|
8
|
-
require Rails.root.join("config/
|
8
|
+
require Rails.root.join("config/cloudwatch_schedule").to_s
|
9
|
+
|
9
10
|
config = CloudwatchScheduler.global
|
10
11
|
CloudwatchScheduler::Provisioner.new(config).provision
|
11
12
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: cloudwatch_scheduler
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Paul Sadauskas
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-08-
|
11
|
+
date: 2016-08-03 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk
|