madrona-rad 0.4.2 → 0.4.3

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.4.2
1
+ 0.4.3
File without changes
data/madrona-rad.gemspec CHANGED
@@ -5,15 +5,15 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{madrona-rad}
8
- s.version = "0.4.2"
8
+ s.version = "0.4.3"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["JD Barnhart", "Greg Borenstein"]
12
12
  s.date = %q{2009-10-28}
13
- s.default_executable = %q{madrona-rad}
13
+ s.default_executable = %q{rad}
14
14
  s.description = %q{Ruby Arduino Development: a framework for programming the Arduino physcial computing platform using Ruby}
15
15
  s.email = %q{jd@jdbarnhart.com}
16
- s.executables = ["madrona-rad"]
16
+ s.executables = ["rad"]
17
17
  s.extra_rdoc_files = [
18
18
  "README.rdoc"
19
19
  ]
@@ -25,6 +25,7 @@ Gem::Specification.new do |s|
25
25
  "README.rdoc",
26
26
  "Rakefile",
27
27
  "VERSION",
28
+ "bin/rad",
28
29
  "lib/examples/add_hysteresis.rb",
29
30
  "lib/examples/basic_blink.rb",
30
31
  "lib/examples/blink_m_address_assignment.rb",
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: madrona-rad
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.2
4
+ version: 0.4.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - JD Barnhart
@@ -11,7 +11,7 @@ bindir: bin
11
11
  cert_chain: []
12
12
 
13
13
  date: 2009-10-28 00:00:00 -07:00
14
- default_executable: madrona-rad
14
+ default_executable: rad
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: ruby2c
@@ -46,7 +46,7 @@ dependencies:
46
46
  description: "Ruby Arduino Development: a framework for programming the Arduino physcial computing platform using Ruby"
47
47
  email: jd@jdbarnhart.com
48
48
  executables:
49
- - madrona-rad
49
+ - rad
50
50
  extensions: []
51
51
 
52
52
  extra_rdoc_files:
@@ -59,6 +59,7 @@ files:
59
59
  - README.rdoc
60
60
  - Rakefile
61
61
  - VERSION
62
+ - bin/rad
62
63
  - lib/examples/add_hysteresis.rb
63
64
  - lib/examples/basic_blink.rb
64
65
  - lib/examples/blink_m_address_assignment.rb