madrona-rad 0.3.4 → 0.3.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.
Files changed (2) hide show
  1. data/lib/rad/init.rb +0 -1
  2. metadata +7 -4
data/lib/rad/init.rb CHANGED
@@ -7,7 +7,6 @@ end
7
7
 
8
8
  PLUGIN_C_VAR_TYPES = "int|void|unsigned|long|short|uint8_t|static|byte|char\\*|uint8_t"
9
9
 
10
- # gem "ParseTree", "~>3.0.4"
11
10
  gem "ruby2c", "~>1.0.0.6"
12
11
 
13
12
  %w(generators/makefile/makefile.rb rad_processor.rb rad_rewriter.rb rad_type_checker.rb variable_processing.rb arduino_sketch.rb arduino_plugin.rb hardware_library.rb tasks/rad.rb sketch_compiler.rb).each do |path|
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.3.4
4
+ version: 0.3.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Greg Borenstein
@@ -34,14 +34,17 @@ dependencies:
34
34
  version: 1.0.0.6
35
35
  version:
36
36
  - !ruby/object:Gem::Dependency
37
- name: ParseTree
37
+ name: sexp_processor
38
38
  type: :runtime
39
39
  version_requirement:
40
40
  version_requirements: !ruby/object:Gem::Requirement
41
41
  requirements:
42
+ - - ~>
43
+ - !ruby/object:Gem::Version
44
+ version: "3.0"
42
45
  - - ">="
43
46
  - !ruby/object:Gem::Version
44
- version: 3.0.4
47
+ version: 3.0.2
45
48
  version:
46
49
  description: "Ruby Arduino Development: a framework for programming the Arduino physcial computing platform using Ruby"
47
50
  email: jd@jdbarnhart.com
@@ -225,6 +228,6 @@ rubyforge_project: rad
225
228
  rubygems_version: 1.3.5
226
229
  signing_key:
227
230
  specification_version: 2
228
- summary: "RAD: Ruby Arduino Development - 0.3.4"
231
+ summary: "RAD: Ruby Arduino Development - 0.3.5 -- 1.9 Ready"
229
232
  test_files: []
230
233