cw_ec2_cm 0.4.0 → 0.5.0

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c430a60aa6485876f88041fd8ae48ccc15aa174c
4
- data.tar.gz: df38b26ebc052bb05f576a95d7bf6361112b864c
3
+ metadata.gz: 55d8ce20ee397e309bdfbff818e2c7c3fcc11267
4
+ data.tar.gz: 12e14564bc057dab4224ed4f17447ec82e80d3bc
5
5
  SHA512:
6
- metadata.gz: d0594b6dd4fabb49f6482b225b949faf9234fa71973ebae32f3819b9f35137727c49ff10a28126a31c68c2dfc7c750a02eb85e8e83a2b467df640d76ef8f9428
7
- data.tar.gz: 2537cb6861781148e24ee9ccd852c7a654fa975026e52460806303a107997d9af367dbcad38648bb7185d8544caa013a86fbe74cbf66191f0733d3762b687622
6
+ metadata.gz: 3035933d9a523fada221dd4880cb3a262bc1afb6a29f463b2ec1adefabb319b42384f6a04f42e058ee858518b114f558c3b1d2be4fa39e423f7640ea13486558
7
+ data.tar.gz: fe74b82f7b9425bf86b15199dd91a9d6ca304e53996952a2df744387311356a49351e52b7f9e2e111fc888fe1271a4ccc18571bdfe746627dac685d028f83ef5
data/.gitignore CHANGED
@@ -8,5 +8,7 @@
8
8
  /spec/reports/
9
9
  /tmp/
10
10
 
11
+ *.gem
12
+
11
13
  # rspec failure tracking
12
14
  .rspec_status
data/cw_ec2_cm.gemspec CHANGED
@@ -18,7 +18,7 @@ Gem::Specification.new do |spec|
18
18
  f.match(%r{^(test|spec|features)/})
19
19
  end
20
20
  spec.bindir = "bin"
21
- spec.executables = %w(cw-ec2-cm-install cw-ec2-cm-uninstall)
21
+ spec.executables = %w(cw-ec2-cm-push cw-ec2-cm-install cw-ec2-cm-uninstall)
22
22
  spec.require_paths = ["lib"]
23
23
 
24
24
  spec.add_dependency 'whenever', '~> 0.9.7'
@@ -1,3 +1,3 @@
1
1
  module CwEc2Cm
2
- VERSION = "0.4.0"
2
+ VERSION = "0.5.0"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cw_ec2_cm
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 0.5.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - George Georgiev
@@ -42,6 +42,7 @@ description: Push instance memory and disk usage to EC2Custom CloudWatch namespa
42
42
  email:
43
43
  - georgiev@heatbs.com
44
44
  executables:
45
+ - cw-ec2-cm-push
45
46
  - cw-ec2-cm-install
46
47
  - cw-ec2-cm-uninstall
47
48
  extensions: []