project_store 0.4.1 → 0.4.2

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: 50a9a7a15f30440a396cce4671cd3a5c3d235af5
4
- data.tar.gz: 596d83a483d9f8c72d4a0525a5ec8b13a4c27397
3
+ metadata.gz: 3087678934a7bcf33d6b0e576c6a5b29a558868e
4
+ data.tar.gz: ce257a82ced7c0f41f97f551c9adf816205d7def
5
5
  SHA512:
6
- metadata.gz: c827ac0cf9414f5e5fa6ebf1bd101e096b6779bc28c1fa10de97a6c5576d15d896e6f3fd780f8034e0c218d77fc2544cf471562e593d266a1e156cbec1f9bce3
7
- data.tar.gz: 9b50f2576dce39b94329cef7f538715296c8824236b7d3fd2e1bf670f7de5fe8bdb7502db88e98921e36c844d5f774979fe52e94e58a92c788579ac38933b503
6
+ metadata.gz: 143916329af9dd885edde500aa03986471580bb6f0e62a09a2b0430e27f938ea6da76b63253c41aab3782cdb235ed640d4cad704e39147814841a2c9921f612c
7
+ data.tar.gz: 2aff9a7266cb832348434d60a9af33772d1c96f31e103cd708d1d2a0b7accfc587ecd7984f9cd6659bd49d2f8c6c52965f0b78fa42f4f2e730c01ae39364a583
@@ -89,7 +89,7 @@ module ProjectStore
89
89
  [decorators[decorators_key]]
90
90
  end .each do |decorator|
91
91
  entity.extend decorator
92
- entity.mandatory_properties.concat decorator.mandatory_properties if decorator.mandatory_properties
92
+ entity.mandatory_properties.concat decorator.mandatory_properties if decorator.respond_to? :mandatory_properties
93
93
  logger.debug "Decorated entity '#{entity.name}' with '#{decorator}'"
94
94
  end
95
95
  end
@@ -1,3 +1,3 @@
1
1
  module ProjectStore
2
- VERSION = '0.4.1'
2
+ VERSION = '0.4.2'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: project_store
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.1
4
+ version: 0.4.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Laurent B.