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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5103dbe98fb2a09d97c38b1f215f5eb2829ac2f6
4
- data.tar.gz: d6ab79ab95ab1a8e553c8282ea1c1f9f14b5a145
3
+ metadata.gz: 75d5d9aaf90f96ddc002948b9de5093f25c0e242
4
+ data.tar.gz: 25129581da1a3cfdd2d90f19eb99329e2a565219
5
5
  SHA512:
6
- metadata.gz: df2669dbb72a89832b9968bf7a50e0200cb0e299f8d2bc8c991fb07d592e1a6a59360d3912904655b47c59825e692b778a7ec5117c6a9ea274126669de7f1842
7
- data.tar.gz: ee5b68561ea01a7a2317f95a1182893d8e2f79054ab326bd4fba1480fac647662a3458a3d471ed0868f72e55532f770b387e2da9e54686c98b3d39f5d35b819d
6
+ metadata.gz: 99667abb0f3589396192c82d68c6737ba567924a3cc71c2b49db0371fc0e18c0cd3a89fc8530e58d3fe1c5711e2b50297ce772d65fa850ff94332cd4e2128b9b
7
+ data.tar.gz: 0e7d3b9ff878aacdd2fd7643f3dad9a9382b6a69cea505ecf51b2fccfc62fa4b2144c83acf33389b183b48594a6f94513134e4afba83a516fc8c5ab6a0513563
@@ -1,7 +1,7 @@
1
1
  module Origen
2
2
  MAJOR = 0
3
3
  MINOR = 7
4
- BUGFIX = 27
4
+ BUGFIX = 28
5
5
  DEV = nil
6
6
 
7
7
  VERSION = [MAJOR, MINOR, BUGFIX].join(".") + (DEV ? ".pre#{DEV}" : '')
@@ -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.plugins << app
43
+ Origen.register_application(app)
44
+ # Origen.app.plugins << app
44
45
  else
45
46
  Origen.register_application(app)
46
47
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: origen
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.27
4
+ version: 0.7.28
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stephen McGinty