atduskgreg-rad 0.3.0.1 → 0.3.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/lib/rad/init.rb +1 -0
  2. data/lib/rad/version.rb +1 -1
  3. metadata +2 -2
@@ -7,6 +7,7 @@ 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", "=2.2"
10
11
 
11
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|
12
13
  require File.expand_path("#{RAD_ROOT}/vendor/rad/#{path}")
@@ -2,7 +2,7 @@ module Rad #:nodoc:
2
2
  module VERSION #:nodoc:
3
3
  MAJOR = 0
4
4
  MINOR = 3
5
- TINY = 0
5
+ TINY = 1
6
6
 
7
7
  STRING = [MAJOR, MINOR, TINY].join('.')
8
8
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: atduskgreg-rad
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0.1
4
+ version: 0.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Greg Borenstein
@@ -211,6 +211,6 @@ rubyforge_project: rad
211
211
  rubygems_version: 1.2.0
212
212
  signing_key:
213
213
  specification_version: 2
214
- summary: "RAD: Ruby Arduino Development - 0.3.0.2"
214
+ summary: "RAD: Ruby Arduino Development - 0.3.1"
215
215
  test_files: []
216
216