origen 0.7.18 → 0.7.19
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/regression_manager.rb +3 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e69608731c2a773ff160c9b785d42b37116288cb
|
|
4
|
+
data.tar.gz: 47fde7c2706ca35acfda54ffd1788452992e1df0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c406e3fcd350f3ec62ec01a4fbafc3b6ff1513b568b5bbca013b1751d769cf7998e94c338ec3bb19ff43b967a16f114a0b6493adb74592e74a819fe188b21720
|
|
7
|
+
data.tar.gz: d44662d98a432879f9a2b7f5b4e04dc08d0b491f20f30bdef3f71aa02244a9ebc5797f368bd613121ca96940d20c57b36c3eb2c25281179d0cb60af4db1a97e5
|
data/config/version.rb
CHANGED
|
@@ -59,7 +59,9 @@ module Origen
|
|
|
59
59
|
Dir.chdir reference_origen_root do
|
|
60
60
|
Bundler.with_clean_env do
|
|
61
61
|
system 'rm -rf lbin'
|
|
62
|
-
|
|
62
|
+
# Bundle exec is not optional in the command below. It is an absolute requirement.
|
|
63
|
+
# Don't understand the reason why but without it problems occur when regression is run with a service account.
|
|
64
|
+
system 'bundle exec origen -v' # Used to make sure gems install
|
|
63
65
|
system 'bundle install' # Make sure bundle updates the necessary config/gems required for Origen.
|
|
64
66
|
Origen.log.info '######################################################'
|
|
65
67
|
Origen.log.info 'running regression command in reference workspace...'
|
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.7.
|
|
4
|
+
version: 0.7.19
|
|
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-06-
|
|
11
|
+
date: 2016-06-17 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activesupport
|
|
@@ -568,7 +568,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
568
568
|
version: 1.8.11
|
|
569
569
|
requirements: []
|
|
570
570
|
rubyforge_project:
|
|
571
|
-
rubygems_version: 2.
|
|
571
|
+
rubygems_version: 2.2.2
|
|
572
572
|
signing_key:
|
|
573
573
|
specification_version: 4
|
|
574
574
|
summary: The Semiconductor Developer's Kit
|