origen 0.5.4 → 0.5.5
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/commands_global.rb +5 -5
- 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: b80c17a521c57a2224a8dbaf0cd5eb5fc491d05e
|
|
4
|
+
data.tar.gz: f6e079388e0a44a8f27da31bab055e2adc367182
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ab33e26f2c1ec8f6630493aef179b8da9fd2e666ebb3bd01f660e06e710de668e67a0fc3c72687601b74e3f7f28b0d4e69d7ac64be499b17e7aec56378545c53
|
|
7
|
+
data.tar.gz: 578c228043bf7ffbe9d42cfd68de8713fc0930f50dfd1221bb02ca4315b207cc8e8f814a9c108dcfcf2cdcee5c16d52bde2489160482e0eb26bbba66b29b71a3
|
data/config/version.rb
CHANGED
|
@@ -53,9 +53,9 @@ when '--version', '-v'
|
|
|
53
53
|
require 'origen/commands/version'
|
|
54
54
|
exit 0
|
|
55
55
|
|
|
56
|
-
when 'fetch', 'f'
|
|
57
|
-
require 'origen/commands/fetch'
|
|
58
|
-
exit 0
|
|
56
|
+
# when 'fetch', 'f'
|
|
57
|
+
# require 'origen/commands/fetch'
|
|
58
|
+
# exit 0
|
|
59
59
|
|
|
60
60
|
when 'interactive'
|
|
61
61
|
IRB.start
|
|
@@ -70,10 +70,10 @@ The following commands are available:
|
|
|
70
70
|
new origen application workspace in "./my_app"
|
|
71
71
|
interactive Start an interactive Origen console (short-cut alias: "i"), this is just
|
|
72
72
|
IRB with the 'origen' lib loaded automatically
|
|
73
|
-
fetch Automatically creates the workspace for the requested plugin and
|
|
74
|
-
populates the latest version of the plugin (short-cut alias: "f")
|
|
75
73
|
|
|
76
74
|
Many commands can be run with -h (or --help) for more information.
|
|
77
75
|
EOT
|
|
76
|
+
# fetch Automatically creates the workspace for the requested plugin and
|
|
77
|
+
# populates the latest version of the plugin (short-cut alias: "f")
|
|
78
78
|
exit 0
|
|
79
79
|
end
|
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.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Stephen McGinty
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-09-
|
|
11
|
+
date: 2015-09-23 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activesupport
|
|
@@ -634,7 +634,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
634
634
|
version: 1.8.11
|
|
635
635
|
requirements: []
|
|
636
636
|
rubyforge_project:
|
|
637
|
-
rubygems_version: 2.
|
|
637
|
+
rubygems_version: 2.2.2
|
|
638
638
|
signing_key:
|
|
639
639
|
specification_version: 4
|
|
640
640
|
summary: A Semiconductor Developer's Kit
|