Skip to content

Commit

Permalink
Updating ParseTree dependency to 3.x, seems to work fine.
Browse files Browse the repository at this point in the history
  • Loading branch information
adamsanderson committed Oct 23, 2008
1 parent 2913317 commit 0962e23
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -11,7 +11,7 @@ HOE = Hoe.new('ruby_diff', RubyDiff::VERSION) do |p|
p.remote_rdoc_dir = '' # Release to root
p.test_globs = ['test/*_test.rb']
p.summary = "a higher level diff application for analyzing changes to ruby code"
p.extra_deps << ['ParseTree', '~> 2.1']
p.extra_deps << ['ParseTree', '~> 3.0']
end
SPEC = HOE.spec

Expand Down
2 changes: 1 addition & 1 deletion lib/ruby_diff.rb
Expand Up @@ -11,7 +11,7 @@
require 'pp'

module RubyDiff
VERSION = "0.2"
VERSION = "0.2.1"
end

# RubyDiff
Expand Down

0 comments on commit 0962e23

Please sign in to comment.