origen_core_support 0.2.0 → 0.2.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b6a4a087e926f816fd3d69971d120692bb17653a
4
- data.tar.gz: 499b31c240e80ce75d56a25c9e841bfd75c542c2
3
+ metadata.gz: 290fcca268ca3c069c200a748557821636e133b6
4
+ data.tar.gz: 046d2695cbcf1dd6b9791a0664ba55285db379d4
5
5
  SHA512:
6
- metadata.gz: 723aed260cee7c0be91e2b3c2fc34b43342a89b9e989f821122593287b7684bae97b5a772f6c7c535c71f976ffb01a738e5d0286106ec141b3b8bb13fa04f4e1
7
- data.tar.gz: 7f654e94978ee13abab7c6e5eb8a35fd67997e77bb311f05afda4bd45711863bf4c8634d6e1fac9b005eac0a89f012bc3e404412404a35ec820f26cab890179e
6
+ metadata.gz: 8c8f8398b205cad773aad81a4677fe9d5f9c41e4490b5ad42462fb52448d9b769824be6154cf67973ffae6e86fee36a9b285d1d485a208bd171688faed79c0a8
7
+ data.tar.gz: 9cc88fade0064973a8f8aee1304c46d03a05b942fd34967409d8ea0f30609e31fc3491430c40d87b5b425814470d9b26c81bde41928ff44b60d5c8cd5e31c1ba
@@ -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
@@ -1,7 +1,7 @@
1
1
  module OrigenCoreSupport
2
2
  MAJOR = 0
3
3
  MINOR = 2
4
- BUGFIX = 0
4
+ BUGFIX = 1
5
5
  DEV = nil
6
6
 
7
7
  VERSION = [MAJOR, MINOR, BUGFIX].join(".") + (DEV ? ".pre#{DEV}" : '')
data/lib/c99/soc.rb CHANGED
@@ -76,5 +76,12 @@ module C99
76
76
  Origen.root!
77
77
  end
78
78
 
79
+ def origen_dot_app
80
+ Origen.app
81
+ end
82
+
83
+ def origen_dot_app!
84
+ Origen.app!
85
+ end
79
86
  end
80
87
  end
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.0
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-01 00:00:00.000000000 Z
11
+ date: 2015-09-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: origen