awspec 0.25.0 → 0.25.1

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: 472d90ec7243306cf0a11dcfc866f210b9ab4ccb
4
- data.tar.gz: ba50293921099df6bbecf5e9ac66b9197a06e843
3
+ metadata.gz: def9f750f0f2150d672d1aa4c50197ff3e299716
4
+ data.tar.gz: 216208767ff4fe7bda45cb5945206c60819e07a5
5
5
  SHA512:
6
- metadata.gz: fcaac8693210fbdffb22bcccccda20df142c5571999cfba43692e8f7c0b8450b2d39cc86175cb7725cd0a295ac383f862701e5cd4350e98e8b23f1637b34bd0a
7
- data.tar.gz: b2291fabe762bbd9a390d25e1f03a4a4534afb9eac47020a9b3678aca2029f5c85ef3bb7ba8508545e73a4890cf4bfe79ac24e1c535558aa0e65611c2d794580
6
+ metadata.gz: 9bda6e377f5304b9775a4fb5b80428b71264cc0201a1d4ec2b7a894dc3f77df1d3bab8e43b9081946cf5f8bf78d3883646b7c4bbd05787b3b19f58baa90377db
7
+ data.tar.gz: 2bf00d41466a01c5a06212ac00e7ae813d49bc34488e9e8b0204ef0af949f3565184cfae5b235f2da25f2a5f432bf71be349eae7301b9b372e65536cc1c85ccf
@@ -413,7 +413,7 @@ describe autoscaling_group('my-auto-scaling-group') do
413
413
  end
414
414
  ```
415
415
 
416
- #### its(:auto_scaling_group_name), its(:auto_scaling_group_arn), its(:launch_configuration_name), its(:min_size), its(:max_size), its(:desired_capacity), its(:default_cooldown), its(:health_check_type), its(:health_check_grace_period), its(:created_time), its(:placement_group), its(:vpc_zone_identifier), its(:status)
416
+ #### its(:auto_scaling_group_name), its(:auto_scaling_group_arn), its(:launch_configuration_name), its(:min_size), its(:max_size), its(:desired_capacity), its(:default_cooldown), its(:health_check_type), its(:health_check_grace_period), its(:created_time), its(:placement_group), its(:vpc_zone_identifier), its(:status), its(:new_instances_protected_from_scale_in)
417
417
  ## <a name="subnet">subnet</a>
418
418
 
419
419
  Subnet resource type.
@@ -25,7 +25,8 @@ Aws.config[:autoscaling] = {
25
25
  availability_zone: 'ap-northeast-1a',
26
26
  lifecycle_state: 'InService',
27
27
  health_status: 'Healthy',
28
- launch_configuration_name: 'my-lc'
28
+ launch_configuration_name: 'my-lc',
29
+ protected_from_scale_in: false
29
30
  }
30
31
  ],
31
32
  created_time: Time.local(2015)
@@ -1,3 +1,3 @@
1
1
  module Awspec
2
- VERSION = '0.25.0'
2
+ VERSION = '0.25.1'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: awspec
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.25.0
4
+ version: 0.25.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - k1LoW