cloudscopes 0.10.1 → 0.10.2

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: 12c28cff3b08f8a0d599ae7442e5480b0e5f9207
4
- data.tar.gz: 449205b5ca33523bc9e860fa47268304de8b7e50
3
+ metadata.gz: 91e828afd9ac60c26254d9d9c5af85a348bd8018
4
+ data.tar.gz: e6e0c6ffb78a4238a5500ed5e2e94ba6baab2919
5
5
  SHA512:
6
- metadata.gz: fac53ad9837c2b033693dd5a4be38c236bcbe98b64a7ef0ce019e834386e409f62c3b723f8a8faddbc84a6dfe731630949034be1c844f11c5f0b9ee81a7aeb4f
7
- data.tar.gz: 8cd259ad6d2dac0e218b3770fa1c78715159cc1a2a50248e8e4e8270eab98c01e650687495331bcb1ba058179fb5b5516d6940d24c849bd581b393a0434659c0
6
+ metadata.gz: 96ec12b8789bfdf173fbd74a03885b4788c60a1355b23a6c0a4121d4534e270c09fb8f7f7e3246b68750519cd38ef1a239898e95fc386e209a224e482ff40a6a
7
+ data.tar.gz: 19c2a8848e859a206998e60d3c34bc982a569f70e63ac976a9c0d0ee2a4546fd5afc1e0e24fd0042291d4c6fc0857e99c20de6af8e2d0775ad85f7cee758edb4
@@ -5,3 +5,4 @@ require 'fileutils'
5
5
  basedir = File.expand_path(File.dirname(__FILE__) + "/..")
6
6
  FileUtils.cp "#{basedir}/config/cron.config", '/etc/cron.d/cloudscopes-monitoring'
7
7
  FileUtils.cp "#{basedir}/config/monitoring.yaml", '/etc/cloudscopes-monitoring.yaml'
8
+ FileUtils.chmod 0600, '/etc/cron.d/cloudscopes-monitoring'
@@ -1,3 +1,3 @@
1
1
  module Cloudscopes
2
- VERSION = "0.10.1"
2
+ VERSION = "0.10.2"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cloudscopes
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.10.1
4
+ version: 0.10.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Oded Arbel
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-10-24 00:00:00.000000000 Z
11
+ date: 2015-10-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk