origen 0.7.32 → 0.7.33

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: 7799e384862e6d6c36e40876e3fb519bf557260a
4
- data.tar.gz: 2fcb7098f5ee2c4fc4c5afd5809a01950196193a
3
+ metadata.gz: 04b51e4f63b278767d06744ac8dedcbd500c3034
4
+ data.tar.gz: 38e6b609cefc592036523c125f5a35885da1085d
5
5
  SHA512:
6
- metadata.gz: 2a0a31dd7643e2fc3f053aadd60ae1f972a9f95a0ab2b9b6a1e33aecd2f2951a1ed7d2dcc0d4045556cb79fc7f229e2109a0284ab4c0d29814a575c6a960c72a
7
- data.tar.gz: 39a9cf84746217211cbae45bfe8b49bc8d77aa6fd2865e8bb737be18c6524a9ee5927dd0dd09d371b2dc56e12a52ee9033fabd4c84f0ebb1c2174aa92059d7de
6
+ metadata.gz: 565e18a69e83633e8ff703cf48f59011ec132279996892122b1980ef8157dca41d87a281b62ab8f04ac835de55e79e640061426cf6650672f8990e81d58eb0e9
7
+ data.tar.gz: 76392d59a0e8e56e55ddd79781646e5c614499879ee23a078d4b6cc50071f03161389b12b77bf49a45003bfb7a38794372a576724ab6a905093b8b7e773df88c
data/config/version.rb CHANGED
@@ -1,7 +1,7 @@
1
1
  module Origen
2
2
  MAJOR = 0
3
3
  MINOR = 7
4
- BUGFIX = 32
4
+ BUGFIX = 33
5
5
  DEV = nil
6
6
 
7
7
  VERSION = [MAJOR, MINOR, BUGFIX].join(".") + (DEV ? ".pre#{DEV}" : '')
@@ -28,6 +28,7 @@ module Origen
28
28
  attr_reader :functions
29
29
  # Internal power supply pin is connected to
30
30
  attr_accessor :supply
31
+ attr_accessor :supply_str
31
32
  # Boolean on whether pin is open drain
32
33
  attr_accessor :open_drain
33
34
  # Boolean on whether pin has external pull-up
@@ -9,6 +9,7 @@ module Origen
9
9
  attr_accessor :endian
10
10
  attr_accessor :description
11
11
  attr_accessor :group
12
+ attr_accessor :group_str
12
13
 
13
14
  def initialize(owner, *pins)
14
15
  options = pins.last.is_a?(Hash) ? pins.pop : {}
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.7.32
4
+ version: 0.7.33
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stephen McGinty
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-10-03 00:00:00.000000000 Z
11
+ date: 2016-10-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport