Skip to content

Commit

Permalink
add requirement of specific version of parsetree a la jim weirich; bu…
Browse files Browse the repository at this point in the history
…mp to 0.3.1
  • Loading branch information
Greg Borenstein committed Jan 12, 2009
1 parent 980ff71 commit 16d82d3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions lib/rad/init.rb
Expand Up @@ -7,6 +7,7 @@

PLUGIN_C_VAR_TYPES = "int|void|unsigned|long|short|uint8_t|static|byte|char\\*|uint8_t"

gem "ParseTree", "=2.2"

%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|
require File.expand_path("#{RAD_ROOT}/vendor/rad/#{path}")
Expand Down
2 changes: 1 addition & 1 deletion lib/rad/version.rb
Expand Up @@ -2,7 +2,7 @@ module Rad #:nodoc:
module VERSION #:nodoc:
MAJOR = 0
MINOR = 3
TINY = 0
TINY = 1

STRING = [MAJOR, MINOR, TINY].join('.')
end
Expand Down
6 changes: 3 additions & 3 deletions rad.gemspec
@@ -1,9 +1,9 @@
Gem::Specification.new do |s|
s.name = %q{rad}
s.version = "0.3.0.1"
s.version = "0.3.1"
s.date = %q{2008-08-18}
s.default_executable = %q{rad}
s.summary = "RAD: Ruby Arduino Development - 0.3.0.2"
s.summary = "RAD: Ruby Arduino Development - 0.3.1"
s.email = "greg@grabb.it"
s.executables = ["rad"]
s.homepage = "http://github.com/atduskreg/rad"
Expand Down Expand Up @@ -32,4 +32,4 @@ Gem::Specification.new do |s|
else
s.add_dependency(%q<RubyToC>, [">= 1.0.0"])
end
end
end

0 comments on commit 16d82d3

Please sign in to comment.