Sha256: 679ceeda090a392c57192405aa3865b7f2fcb6ed6df22dd2d30aba3dd0f34589
Contents?: true
Size: 889 Bytes
Versions: 2
Compression:
Stored size: 889 Bytes
Contents
--- id: startup service-points: Test: model: singleton implementor: startup/services/StartupTest StartupA: model: singleton implementor: factory: copland.BuilderFactory class: startup/services/OrderedStartupTest parameters: - A StartupB: model: singleton implementor: factory: copland.BuilderFactory class: startup/services/OrderedStartupTest parameters: - B StartupC: model: singleton implementor: factory: copland.BuilderFactory class: startup/services/OrderedStartupTest parameters: - C contributions: copland.Startup: - service: startup.Test - service: startup.StartupA before: - startup.StartupC - service: startup.StartupB before: - startup.StartupA - service: startup.StartupC after: - startup.StartupB
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
copland-0.8.0 | test/impl/startup/package.yml |
copland-1.0.0 | test/impl/startup/package.yml |