origen 0.7.27 → 0.7.28
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/config/version.rb +1 -1
- data/lib/origen/application.rb +2 -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: 75d5d9aaf90f96ddc002948b9de5093f25c0e242
|
|
4
|
+
data.tar.gz: 25129581da1a3cfdd2d90f19eb99329e2a565219
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 99667abb0f3589396192c82d68c6737ba567924a3cc71c2b49db0371fc0e18c0cd3a89fc8530e58d3fe1c5711e2b50297ce772d65fa850ff94332cd4e2128b9b
|
|
7
|
+
data.tar.gz: 0e7d3b9ff878aacdd2fd7643f3dad9a9382b6a69cea505ecf51b2fccfc62fa4b2144c83acf33389b183b48594a6f94513134e4afba83a516fc8c5ab6a0513563
|
data/config/version.rb
CHANGED
data/lib/origen/application.rb
CHANGED
|
@@ -40,7 +40,8 @@ module Origen
|
|
|
40
40
|
# doesn't require the plugin until later, in that case there is nothing the plugin owner
|
|
41
41
|
# can do and we just need to accept that this can happen.
|
|
42
42
|
# Origen.log.warning "The #{app.name} plugin is using a non-standard loading mechanism, upgrade to a newer version of it to get rid of this warning (please report a bug to its owner if this warning persists)"
|
|
43
|
-
Origen.app
|
|
43
|
+
Origen.register_application(app)
|
|
44
|
+
# Origen.app.plugins << app
|
|
44
45
|
else
|
|
45
46
|
Origen.register_application(app)
|
|
46
47
|
end
|