kumogata-template 0.0.8 → 0.0.9

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: b67f57e432d44fbc58a1ba5ae0d101590230c2d8
4
- data.tar.gz: 469f00b0e3a70e18b0919162ea4ad0f8b889945b
3
+ metadata.gz: 063912b82b18c9a130a16a05acb748d59290cd50
4
+ data.tar.gz: 7bdaf0c062c96726fa3960d05a5989fa4c8f6272
5
5
  SHA512:
6
- metadata.gz: 1342db4c763d3553d030ef5c61bc2829461b00d5b26d4a57fd21c0a375a26f6a7f8dba208fc6d62669d5429ba51cc76ddf2a74d0edebd1cb387f712131bb3bd7
7
- data.tar.gz: c065dee263d47b66589888e48f8968a4c4b6f6d7b69815f1c8aa28955436b145f2e1981fda3d6ea8071a7f096f23abf2c474eb0c0866b0e9527b071ed9fb8c63
6
+ metadata.gz: 171ad99cf8879e2d58ad3e6eb8f693ab89dea17f39fc823e5e0581164ee644df209a4464d15a4be38147240bb4402c8b5b3c9893a7f70a332dda142a6735d55c
7
+ data.tar.gz: 01ed15da699434d6820e494a7023391abc01993bf93a8643b02c277e3635d0ed906fff3df3aab29a26588c39218e7b8358802043d763dc1d3a78ffcd6ff27661
data/.travis.yml CHANGED
@@ -3,8 +3,9 @@ language: ruby
3
3
  cache: bundler
4
4
  rvm:
5
5
  - 2.3.1
6
+ gemfile: n0ts/kumogata-template/Gemfile
6
7
  script:
7
- - bundle install
8
+ - bundle install --path vendor/bundle
8
9
  - bundle exec rake
9
10
  notifications:
10
11
  slack:
@@ -1 +1 @@
1
- KUMOGATA_TEMPLATE_VERSION = '0.0.8'
1
+ KUMOGATA_TEMPLATE_VERSION = '0.0.9'
@@ -19,7 +19,7 @@ policies = _iam_policies("policies", args)
19
19
  _(name) do
20
20
  Type "AWS::IAM::Group"
21
21
  Properties do
22
- GroupName group_name unless group.empty?
22
+ GroupName group unless group.empty?
23
23
  ManagedPolicyArns managed_policies unless managed_policies.empty?
24
24
  Path path
25
25
  Policies policies unless policies.empty?
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kumogata-template
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.8
4
+ version: 0.0.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Naoya Nakazawa
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-11-08 00:00:00.000000000 Z
11
+ date: 2016-11-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk