Skip to content

Commit

Permalink
Pepare v0.3.6
Browse files Browse the repository at this point in the history
* Nail adamantium and ice_nine at API compatible version.
* adamantium-0.2.0 has an API change mutant is not prepared to handle.
* I'll continue to nail via ~> x.y.z, especially with 0.y.z versions.
  • Loading branch information
mbj committed Feb 16, 2014
1 parent 96c2502 commit f4e158b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/mutant/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

module Mutant
# The current mutant version
VERSION = '0.3.5'.freeze
VERSION = '0.3.6'.freeze
end # Mutant
4 changes: 2 additions & 2 deletions mutant.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ Gem::Specification.new do |gem|
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')
gem.add_runtime_dependency('ice_nine', '~> 0.9')
gem.add_runtime_dependency('ice_nine', '~> 0.9.0')
gem.add_runtime_dependency('descendants_tracker', '~> 0.0.1')
gem.add_runtime_dependency('adamantium', '~> 0.1')
gem.add_runtime_dependency('adamantium', '~> 0.1.0')
gem.add_runtime_dependency('equalizer', '~> 0.0.7')
gem.add_runtime_dependency('inflecto', '~> 0.0.2')
gem.add_runtime_dependency('anima', '~> 0.2.0')
Expand Down

0 comments on commit f4e158b

Please sign in to comment.