reality-facets 1.4.0 → 1.5.0
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 +4 -4
- data/lib/reality/facets/generators_integration.rb +1 -1
- data/reality-facets.gemspec +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 943e935de008b8a29ef6a1b73342e4f87e4526d7
|
|
4
|
+
data.tar.gz: 675f3d593911cbca6b8c94b24fe54118bfaf2013
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a76f2d59374464b3c86311951ce66cd8a33575b29e8d379a4fbdc32530832e9ca169bd7b85e57a6a0a66c62249d4b37a7b791a2731c319417f7a729671e18989
|
|
7
|
+
data.tar.gz: 00a56c862ea83d52db49a307e66f4aca086dfb402bd2f49d7a9f4b711bb2009adc8c62ea14b481bd87fa499b6e105d6a4e2063f1730fa85f490e334969c0e62c
|
|
@@ -19,7 +19,7 @@ module Reality #nodoc
|
|
|
19
19
|
# Copy the targets from the specified generator container to the facet container.
|
|
20
20
|
# This is typically used when projects include both reality-generators and reality-facets
|
|
21
21
|
# and do not want to duplicate the code tor defining targets in both systems
|
|
22
|
-
def
|
|
22
|
+
def copy_targets_to_generator_target_manager(generator_container, facet_container)
|
|
23
23
|
facet_container.target_manager.targets.each do |target|
|
|
24
24
|
generator_container.target_manager.target(target.key, target.container_key, :access_method => target.access_method)
|
|
25
25
|
end
|
data/reality-facets.gemspec
CHANGED