betabrite 1.0.2 → 1.0.3

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.
@@ -1,3 +1,9 @@
1
+ === 1.0.3
2
+
3
+ * 1 Bugfix:
4
+
5
+ * Rainbow colors can be used with the DSL (Thanks Jeffrey ODell)
6
+
1
7
  === 1.0.2
2
8
 
3
9
  * 1 Bugfix:
@@ -1,5 +1,5 @@
1
1
  module BetaBrite
2
- VERSION = '1.0.2'
2
+ VERSION = '1.0.3'
3
3
 
4
4
  class Base
5
5
  include BetaBrite::Files
@@ -111,7 +111,7 @@ module BetaBrite
111
111
  end
112
112
 
113
113
  CharSet.constants.each do |constant|
114
- next unless constant =~ /^[A-Z_]*$/
114
+ next unless constant =~ /^[A-Z1-9_]*$/
115
115
  define_method(:"#{constant.downcase}") do
116
116
  @charset = CharSet.const_get(constant)
117
117
  self
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: betabrite
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.2
4
+ version: 1.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Aaron Patterson
@@ -9,17 +9,18 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2008-03-28 00:00:00 -07:00
12
+ date: 2008-07-25 00:00:00 -07:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: hoe
17
+ type: :development
17
18
  version_requirement:
18
19
  version_requirements: !ruby/object:Gem::Requirement
19
20
  requirements:
20
21
  - - ">="
21
22
  - !ruby/object:Gem::Version
22
- version: 1.5.1
23
+ version: 1.7.0
23
24
  version:
24
25
  description: Provides a Ruby interface to BetaBrite LED signs.
25
26
  email: aaronp@rubyforge.org
@@ -90,7 +91,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
90
91
  requirements: []
91
92
 
92
93
  rubyforge_project: betabrite
93
- rubygems_version: 1.0.1
94
+ rubygems_version: 1.2.0
94
95
  signing_key:
95
96
  specification_version: 2
96
97
  summary: Provides a Ruby interface to BetaBrite LED signs