origen 0.5.9 → 0.5.10
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/workspace_manager.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e03dae168545f051eb1f2ac561e50c2acaa7ae67
|
|
4
|
+
data.tar.gz: 1c8f6fe083e83048993285328d73e3ca4e250e48
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 53609746f1e91ddc9973e1db36f00a68e080b4041bd300eafa18dc829298fe9b392157d3f99cc701452b3c159c176335fdcf5c3499f557b4b5637c4192293538
|
|
7
|
+
data.tar.gz: c701b13a02a379c5610b5b2b14900ec0e4a6562ba4918821e674d38887d130f9ab360343a0eb4c5ca1cb003c0b80474004c83e7c21f83aea408651573543e103
|
data/config/version.rb
CHANGED
|
@@ -18,7 +18,7 @@ module Origen
|
|
|
18
18
|
# This may not necessarily be Origen.root if the application is embedded within
|
|
19
19
|
# a larger project workspace (for example in tool_data/origen)
|
|
20
20
|
def revision_control_root
|
|
21
|
-
Origen.app.rc.root
|
|
21
|
+
Origen.app.rc ? Origen.app.rc.root : Origen.root
|
|
22
22
|
end
|
|
23
23
|
|
|
24
24
|
# Origen.root may not necessarily be the same as the revision control root.
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: origen
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.5.
|
|
4
|
+
version: 0.5.10
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Stephen McGinty
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2016-01-
|
|
11
|
+
date: 2016-01-28 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activesupport
|