origen 0.2.3 → 0.2.4

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 64c45eb89cc8ad305b8cf99ada8741d36a745c1b
4
- data.tar.gz: 343beb79e30953b72ea3f048a7676e065538817d
3
+ metadata.gz: 5afcd7f71e51997df636ad0b74093dd23b8b03f1
4
+ data.tar.gz: cbbc0db307f8cf931afe7265a371e70de507b37c
5
5
  SHA512:
6
- metadata.gz: 25d2cd159aa19e7c50b4cb8982aa4b7fd777da7e312545ec12917bc6a642afafc0a549368d8265bca7934a52b36899f5f865a67556e6a748c783166e8780105f
7
- data.tar.gz: f599582cd7e4048a7d2169365cb783d129f342027a866e46e260c90e9d19ababbdc9f8b19cad64b81c1c9399c6e8a93933e0675c750741a015a5380a88916633
6
+ metadata.gz: 7255a4de2df19ef8751fbefd7ed6967527a863814b2080728c78aca3b5b8a18205e3c0d2b3c8f28b18149a5dacdad69cded05701f77347eb7fd595571829de50
7
+ data.tar.gz: cd99fc87b5b56defef22d49dd07688d53d4692256a83a7127a9a984eb820f15f25c5e400044ddab2dd3e46cb259c0b4c1f496fefc0943a150cad02f127f6abc8
data/config/version.rb CHANGED
@@ -1,7 +1,7 @@
1
1
  module Origen
2
2
  MAJOR = 0
3
3
  MINOR = 2
4
- BUGFIX = 3
4
+ BUGFIX = 4
5
5
  DEV = nil
6
6
 
7
7
  VERSION = [MAJOR, MINOR, BUGFIX].join(".") + (DEV ? ".pre#{DEV}" : '')
@@ -264,7 +264,12 @@ when 'modifications'
264
264
  load 'origen/commands/rc.rb'
265
265
 
266
266
  else
267
- puts "Error: Command not recognized: #{@command}" unless ['-h', '--help'].include?(@command)
267
+ if ['-h', '--help'].include?(@command)
268
+ status = 0
269
+ else
270
+ puts "Error: Command not recognized: #{@command}"
271
+ status = 1
272
+ end
268
273
  puts <<-EOT
269
274
  Usage: origen COMMAND [ARGS]
270
275
 
@@ -306,6 +311,5 @@ Many commands can be run with -h (or --help) for more information.
306
311
 
307
312
  EOT
308
313
 
309
- # dispatch Dispatch an Origen command to a worker farm
310
- exit(1)
314
+ exit status
311
315
  end
@@ -232,7 +232,9 @@ module Origen
232
232
  end
233
233
  end
234
234
  c2 " Version: #{Origen.app.version}"
235
- c2 " Workspace: #{Origen.root}"
235
+ unless Origen.app.config.release_externally
236
+ c2 " Workspace: #{Origen.root}"
237
+ end
236
238
  if Origen.app.rc && Origen.app.rc.git?
237
239
  begin
238
240
  @branch ||= Origen.app.rc.current_branch
@@ -249,7 +251,6 @@ module Origen
249
251
  c2 ' Origen'
250
252
  c2 ' Source: https://github.com/Origen-SDK/origen'
251
253
  c2 " Version: #{Origen.version}"
252
- c2 " Workspace: #{Origen.top}"
253
254
  unless Origen.plugins.empty?
254
255
  c2 ' Plugins'
255
256
  Origen.plugins.sort_by { |p| p.name.to_s }.each do |plugin|
@@ -1,10 +1,4 @@
1
- <div class="pull-right logo-rgen" style="margin-top: 5px; margin-left: 5px">
2
- <a href="http://origen-sdk.org" style="text-decoration: none; color: #ffffff; font-weight: 500; font-size: 30px; font-family: 'Roboto','Helvetica Neue',Helvetica,Arial,sans-serif;">
3
- <span>Origen</span>
4
- </a>
5
- </div>
6
- <div class="pull-right">
7
- <a href="http://origen-sdk.org">
8
- <img src="http://origen-sdk.org/android-chrome-48x48.png" style="height:40px; margin-top: 5px;">
9
- </a>
10
- </div>
1
+ <a href="http://origen-sdk.org"class=" pull-right">
2
+ <img src="http://origen-sdk.org/img/origen-device.png" style="height:40px; margin-top: 5px;">
3
+ <img src="http://origen-sdk.org/img/origen-text.png" style="height:20px; margin-top: 5px; margin-left: 3px;">
4
+ </a>
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.2.3
4
+ version: 0.2.4
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-08-12 00:00:00.000000000 Z
11
+ date: 2015-08-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport
@@ -722,7 +722,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
722
722
  version: 1.8.11
723
723
  requirements: []
724
724
  rubyforge_project:
725
- rubygems_version: 2.4.5
725
+ rubygems_version: 2.2.2
726
726
  signing_key:
727
727
  specification_version: 4
728
728
  summary: A Semiconductor Developer's Kit