Use morpher from rubygems

This commit is contained in:
Markus Schirp 2014-03-02 22:19:01 +00:00
parent 05254e5344
commit 1fff1fd8c2
2 changed files with 1 additions and 2 deletions

View file

@ -4,8 +4,6 @@ source 'https://rubygems.org'
gem 'mutant', path: '.'
gem 'morpher', git: 'https://github.com/mbj/morpher.git'
gemspec name: 'mutant'
gem 'devtools', git: 'https://github.com/rom-rb/devtools.git'

View file

@ -24,6 +24,7 @@ Gem::Specification.new do |gem|
gem.required_ruby_version = '>= 1.9.3'
gem.add_runtime_dependency('parser', '~> 2.1.4')
gem.add_runtime_dependency('morpher', '~> 0.0.1')
gem.add_runtime_dependency('procto', '~> 0.0.2')
gem.add_runtime_dependency('abstract_type', '~> 0.0.7')
gem.add_runtime_dependency('unparser', '~> 0.1.8')