origen_core_support 0.2.0 → 0.2.1
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/shared_commands.rb +2 -2
- data/config/version.rb +1 -1
- data/lib/c99/soc.rb +7 -0
- 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: 290fcca268ca3c069c200a748557821636e133b6
|
|
4
|
+
data.tar.gz: 046d2695cbcf1dd6b9791a0664ba55285db379d4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8c8f8398b205cad773aad81a4677fe9d5f9c41e4490b5ad42462fb52448d9b769824be6154cf67973ffae6e86fee36a9b285d1d485a208bd171688faed79c0a8
|
|
7
|
+
data.tar.gz: 9cc88fade0064973a8f8aee1304c46d03a05b942fd34967409d8ea0f30609e31fc3491430c40d87b5b425814470d9b26c81bde41928ff44b60d5c8cd5e31c1ba
|
data/config/shared_commands.rb
CHANGED
|
@@ -13,7 +13,7 @@ aliases ={
|
|
|
13
13
|
# Now branch to the specific task code
|
|
14
14
|
case @command
|
|
15
15
|
# in here or you can require an external file if preferred.
|
|
16
|
-
when "test"
|
|
16
|
+
when "core_support:test"
|
|
17
17
|
require "commands/test_command"
|
|
18
18
|
exit 0
|
|
19
19
|
|
|
@@ -24,6 +24,6 @@ when "test"
|
|
|
24
24
|
# before handing control back to Origen. Un-comment the example below to get started.
|
|
25
25
|
else
|
|
26
26
|
@plugin_commands ||= []
|
|
27
|
-
@plugin_commands << " test Test command from plugin core_support plugin"
|
|
27
|
+
@plugin_commands << " core_support:test Test command from plugin core_support plugin"
|
|
28
28
|
end
|
|
29
29
|
|
data/config/version.rb
CHANGED
data/lib/c99/soc.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: origen_core_support
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.1
|
|
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-02 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: origen
|