awsome 0.0.22 → 0.0.24

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.
Files changed (2) hide show
  1. data/lib/awsome/requirements.rb +2 -2
  2. metadata +1 -1
@@ -16,7 +16,7 @@ module Awsome
16
16
  def instances
17
17
  @requirements['instances'].collect do |req|
18
18
  instance = req.clone
19
- inflate!(instance, instance.delete('traits'))
19
+ instance = inflate(instance, instance.delete('traits'))
20
20
  Awsome::InstanceRequirement.new(instance, @options)
21
21
  end
22
22
  end
@@ -37,7 +37,7 @@ module Awsome
37
37
  end
38
38
 
39
39
  # implements trait inheritance
40
- def inflate!(instance, names)
40
+ def inflate(instance, names)
41
41
  inflated = instance.clone
42
42
 
43
43
  # prevents loops
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: awsome
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.22
4
+ version: 0.0.24
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: