cody 1.0.0 → 1.0.1

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
  SHA256:
3
- metadata.gz: affa968f8c18562b877c26f70abbc6c747b7ef3542fbc2c714218e44e017b114
4
- data.tar.gz: 74d95d28f13744a40c759844f46046e443eb1f0446f330683864eb19357baa65
3
+ metadata.gz: 13988c2d00cdc267da97b361bc2345a39cdb4d9b4919c18c74643f5b545b5e18
4
+ data.tar.gz: 33e6ac92deb5858b85fb85a68657a18dfb9a9a224b76bc8317dce62b3a1efb76
5
5
  SHA512:
6
- metadata.gz: 76c6feeb50683d4d5eea4e4944fd0385f698d91e013f5917be219302dd9aa12fa1b46213dc7695a9390e3c1bd5a2f5b200f4b83eff2b2f285f73d2049833ed55
7
- data.tar.gz: df3d1926d50125b9f7b21537e973c63e4309f9407c538f78fe9f2e2501f2f3228d3ad8ec8e852241fc0379ee8ba46c200275555e5f45e32475953a9981e083fb
6
+ metadata.gz: d6d0df76e76c60d4df42165020be8077d17318da0c077a90bbcf1f799b1fe7deed90c819061d610b3e8cba713c276ccca36da47fa5e91650301a271728f867c3
7
+ data.tar.gz: a956e457a24eda488c74127005996d90282179c57d442fea5f87889bbefff2f2d23cd49e33a2d646fdd912b75beb417e2a7d3b0ad1dda7da76c8895d17f3957b
@@ -3,13 +3,17 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  This project *tries* to adhere to [Semantic Versioning](http://semver.org/), even before v1.0.
5
5
 
6
+ ## [1.0.1]
7
+ - fix EventsRuleRole Service camelcase
8
+
6
9
  ## [1.0.0]
7
- * Breaking changes: CamelCase for properties instead of underscore. Map straight to the CloudFormation resource to remove mental overhead.
8
- * Use unfrozen gems instead of vendors gems: aws_data, cfn-status, cfn_camelizer.
9
- * Update templates to use the latest
10
- * Restructure classes to use CLI namespace
11
- * Change delete: `--sure` to `--yes` option. `-y` shorthand.
12
- * Rename CODY_EXTRA env variable
10
+ - Breaking changes: CamelCase for properties instead of underscore. Map straight to the CloudFormation resource to remove mental overhead.
11
+ - See: https://cody.run/docs/upgrading/
12
+ - Use unfrozen gems instead of vendors gems: aws_data, cfn-status, cfn_camelizer.
13
+ - Update templates to use the latest
14
+ - Restructure classes to use CLI namespace
15
+ - Change delete: `--sure` to `--yes` option. `-y` shorthand.
16
+ - Rename CODY_EXTRA env variable
13
17
 
14
18
  ## [0.9.8]
15
19
  - add minimal deploy iam policy docs
@@ -74,7 +74,7 @@ module Cody
74
74
  Statement: [{
75
75
  Action: [ "sts:AssumeRole" ],
76
76
  Effect: "Allow",
77
- Principal: { service: [ "events.amazonaws.com" ] }
77
+ Principal: { Service: [ "events.amazonaws.com" ] }
78
78
  }],
79
79
  Version: "2012-10-17"
80
80
  },
@@ -1,3 +1,3 @@
1
1
  module Cody
2
- VERSION = "1.0.0"
2
+ VERSION = "1.0.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cody
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tung Nguyen