Merge remote-tracking branch 'upstream/master'
This commit is contained in:
commit
9f0dbeebe2
4 changed files with 9 additions and 4 deletions
|
@ -1,4 +1,10 @@
|
|||
# v0.5.0 2014-02-16
|
||||
# v0.5.1 2014-03-03
|
||||
|
||||
Changes:
|
||||
|
||||
* Remove rspec dep from main mutant gem
|
||||
|
||||
# v0.5.0 2014-03-02
|
||||
|
||||
Changes:
|
||||
|
||||
|
|
2
Gemfile
2
Gemfile
|
@ -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'
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
|
||||
module Mutant
|
||||
# The current mutant version
|
||||
VERSION = '0.4.0'.freeze
|
||||
VERSION = '0.5.1'.freeze
|
||||
end # Mutant
|
||||
|
|
|
@ -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')
|
||||
|
|
Loading…
Add table
Reference in a new issue