sparkle_formation 3.0.0 → 3.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: 1d032f4e99137cc1d2cedff18a9d3cd1d9ed3ffc
4
- data.tar.gz: ef8783a42ab4ac91f344db64ee884ec3a568d616
3
+ metadata.gz: e6e627673d789906c84afe223d9f1623454b7f6b
4
+ data.tar.gz: 71a21461d3bc55b00ac98fea678f5615cfdc8939
5
5
  SHA512:
6
- metadata.gz: 015d1daa74bb173669757e8e88d41f3e43009d6f046668c0f9a45bea175be16743a9007001136172a1e39b6d7f6ab6ba82b1eacf776f0b286c129ac4babc068b
7
- data.tar.gz: c43367d2255f83fedc4861303bff7be56349dd636017de2a60e0ccc1c3537e90ac6eb1980ce1f357e6035a072fb4c22de7f2db2d10eef8213caeb16d6ba8cf4e
6
+ metadata.gz: 929f471f170ca381ee11173bd940b45590c24cbee440643df2be4ba3ea622c48ed1f1bc2d93c28c6c4e5fcbd701011beb5b8f73daa3c74ad7721d74b9b25abd6
7
+ data.tar.gz: 63419b341f04915df5aaa84fa94e5fbb67c54889feb10b35a4869b29471752b09c505da512cb2faf063a195011500b0658eb07ac3f58d2776302a7d10b9a9493
data/CHANGELOG.md CHANGED
@@ -1,3 +1,6 @@
1
+ # v3.0.2
2
+ * Fix resource effect check when defaulted with boolean
3
+
1
4
  # v3.0.0
2
5
  _Major release includes breaking changes!_
3
6
  * Builtin provider resources updates (#163)
data/README.md CHANGED
@@ -33,4 +33,5 @@ implementation:
33
33
  # Infos
34
34
  * Documentation: http://www.sparkleformation.io/docs/sparkle_formation
35
35
  * Repository: https://github.com/sparkleformation/sparkle_formation
36
+ * Mailing List: https://groups.google.com/forum/#!forum/sparkleformation
36
37
  * IRC: Freenode @ #sparkleformation
@@ -60,7 +60,7 @@ class SparkleFormation
60
60
  final_resource = final_resource.to_smash
61
61
  original_resource = original_resource.to_smash
62
62
  result = conditionals.detect do |p_cond|
63
- p_cond == true || p_cond.conditional.call(final_resource, original_resource)
63
+ p_cond.conditional == true || p_cond.conditional.call(final_resource, original_resource)
64
64
  end
65
65
  if(result)
66
66
  result.update_causes
@@ -1,5 +1,5 @@
1
1
  # Unicorns and rainbows
2
2
  class SparkleFormation
3
3
  # Current library version
4
- VERSION = Gem::Version.new('3.0.0')
4
+ VERSION = Gem::Version.new('3.0.2')
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sparkle_formation
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.0
4
+ version: 3.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chris Roberts
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-04-23 00:00:00.000000000 Z
11
+ date: 2016-05-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: attribute_struct