
This is a reaction to the to_source rewrite * Do not use 1.8 specific nodes anymore * Do not generate AST nodes that would not be generatable from source
8 lines
221 B
Ruby
8 lines
221 B
Ruby
source 'https://rubygems.org'
|
|
|
|
gemspec
|
|
|
|
gem 'to_source', :path => '../to_source'
|
|
|
|
gem 'devtools', :git => 'https://github.com/datamapper/devtools.git'
|
|
eval(File.read(File.join(File.dirname(__FILE__),'Gemfile.devtools')))
|