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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: bf91c2d93123c2468f4a589452c0fdfe7d67a61d
4
- data.tar.gz: b2e9a141ac6e26414bdaf5acb999333f2a17adb5
3
+ metadata.gz: b80c17a521c57a2224a8dbaf0cd5eb5fc491d05e
4
+ data.tar.gz: f6e079388e0a44a8f27da31bab055e2adc367182
5
5
  SHA512:
6
- metadata.gz: 00be19f14b139b84084e27ecbb12cf7523aa2c24c696914ee73a8116c567e5c3681045b3534be2655bea3c238ee3b88da7389dead05c52586ccea1c482b12840
7
- data.tar.gz: 69dd93ca423515a88f77f4940ee0f09725bebb6617db15a13bbf585ddb9dfe2a410e5e0fd8187020872b07404e10b7a9d1a6f64d731e8021ca33a952fd91becf
6
+ metadata.gz: ab33e26f2c1ec8f6630493aef179b8da9fd2e666ebb3bd01f660e06e710de668e67a0fc3c72687601b74e3f7f28b0d4e69d7ac64be499b17e7aec56378545c53
7
+ data.tar.gz: 578c228043bf7ffbe9d42cfd68de8713fc0930f50dfd1221bb02ca4315b207cc8e8f814a9c108dcfcf2cdcee5c16d52bde2489160482e0eb26bbba66b29b71a3
data/config/version.rb CHANGED
@@ -1,7 +1,7 @@
1
1
  module Origen
2
2
  MAJOR = 0
3
3
  MINOR = 5
4
- BUGFIX = 4
4
+ BUGFIX = 5
5
5
  DEV = nil
6
6
 
7
7
  VERSION = [MAJOR, MINOR, BUGFIX].join(".") + (DEV ? ".pre#{DEV}" : '')
@@ -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
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-22 00:00:00.000000000 Z
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.4.5
637
+ rubygems_version: 2.2.2
638
638
  signing_key:
639
639
  specification_version: 4
640
640
  summary: A Semiconductor Developer's Kit