Use parser and unparser as dependencies

This commit is contained in:
Markus Schirp 2013-06-03 22:17:10 +02:00
parent cc9fff58b2
commit 975c3e54e1
2 changed files with 2 additions and 2 deletions

View file

@ -3,6 +3,5 @@ source 'https://rubygems.org'
gemspec gemspec
gem 'unparser', :git => 'https://github.com/mbj/unparser.git' gem 'unparser', :git => 'https://github.com/mbj/unparser.git'
gem 'devtools', :git => 'https://github.com/datamapper/devtools.git'
eval(File.read(File.join(File.dirname(__FILE__),'Gemfile.devtools'))) eval(File.read(File.join(File.dirname(__FILE__),'Gemfile.devtools')))

View file

@ -16,7 +16,8 @@ Gem::Specification.new do |gem|
gem.executables = [ 'mutant' ] gem.executables = [ 'mutant' ]
gem.add_runtime_dependency('backports', [ '~> 3.0', '>= 3.0.3' ]) gem.add_runtime_dependency('backports', [ '~> 3.0', '>= 3.0.3' ])
gem.add_runtime_dependency('parser', '~> 1.3.4')
gem.add_runtime_dependency('parser', '~> 2.0.beta3')
gem.add_runtime_dependency('unparser', '~> 0.0.1') gem.add_runtime_dependency('unparser', '~> 0.0.1')
gem.add_runtime_dependency('ice_nine', '~> 0.7.0') gem.add_runtime_dependency('ice_nine', '~> 0.7.0')
gem.add_runtime_dependency('descendants_tracker', '~> 0.0.1') gem.add_runtime_dependency('descendants_tracker', '~> 0.0.1')