lambit 0.0.1 → 0.0.2

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: 015317ec388f92657fdfd9aae8dee01667f50c26
4
- data.tar.gz: 514f02781d641b0250e2912154fb2fd5f1f81400
3
+ metadata.gz: f9882a802ba88d6c3f08460cc6fcd56fdbca077a
4
+ data.tar.gz: c72603ff2c7204f34af64b31a6273d2eda8c4c06
5
5
  SHA512:
6
- metadata.gz: ac0c223092e97287c99df528addb2bec486ca569944fda6911de0cf3e89073de3b24bd307c663b20ccb5017e9e032eb33fe42736dcc4c1b7815ace881ac9e0e6
7
- data.tar.gz: 48d570c9b1a344f2aca3d3f030795e2bbc0e6f90aa82fa54c9f5e339ef969904211803fdd57b156012b2a2b3559994f641a28e7a8313ea13301781410c71404a
6
+ metadata.gz: cc109d8e8d7f1ab0326e6a96cb2a47904049e8f81628edae681a12b16d569e2b04da590b7b91bde7a9f140254cdb5b18b280018e2c430146015af3c649e4e8fa
7
+ data.tar.gz: 2a7c1c61ff86cd6a93d2de915e46c821812abbb7fb67966adc0f46040eae9ae8037e939d71a800b11f1bac182cf53d7c598b23ea0808bd08288846e63f01dadb
@@ -1,5 +1,10 @@
1
1
  Lambit Changelog
2
- ===
2
+ ================
3
+
4
+ 0.0.2
5
+ ---
6
+ - Fixed Markdown syntax in project README.md
7
+ - Fixed incorrect text displayed (due to copy/paste) in verbose mode when adding event sources
3
8
 
4
9
  0.0.1
5
10
  ---
data/README.md CHANGED
@@ -54,7 +54,7 @@ lambit add_alarms
54
54
 
55
55
  ## Lambit Project Conventions
56
56
 
57
- ``` shell
57
+ ```shell
58
58
  ./lambdas
59
59
  ./my-lambit-project
60
60
  ./function
@@ -62,7 +62,7 @@ lambit add_alarms
62
62
  .lambit.yml
63
63
  ./my-other-lambit-project
64
64
  ...
65
- ``` shell
65
+ ```
66
66
 
67
67
  - 'function' directory should contain any function code (required)
68
68
  - 'templates' directory should contain any templates like .json files (optional)
@@ -370,7 +370,7 @@ module Lambit::Commands
370
370
  @index = index
371
371
  opt_hash = parse_hash(alarm_config)
372
372
  opts = opt_hash.symbolize_keys_deep
373
- title = "Remove CloudWatch Alarms"
373
+ title = "Add CloudWatch Alarms"
374
374
 
375
375
  verbose_msg_for(title, opts)
376
376
  Lambit::Aws::CloudWatch::Alarm.new(opts).put_metric_alarm unless Lambit.is_dry_run?
@@ -1,5 +1,5 @@
1
1
  # encoding: UTF-8
2
2
 
3
3
  module Lambit
4
- VERSION = '0.0.1'
4
+ VERSION = '0.0.2'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lambit
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Will Drew
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-05-10 00:00:00.000000000 Z
11
+ date: 2016-05-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gli