Skip to content

Commit b2cef3f

Browse files
committed
Bump to 0.2.0
* Use mutant (development dependency) from git source to resolve dep cycle. [relates mbj#37]
1 parent d3e88cb commit b2cef3f

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,5 @@ gem 'anima', '~> 0.2.0'
88
gem 'morpher', '~> 0.2.2'
99

1010
gem 'devtools', git: 'https://github.com/rom-rb/devtools.git'
11+
gem 'mutant', git: 'https://github.com/mbj/mutant.git'
1112
eval_gemfile 'Gemfile.devtools'

unparser.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Gem::Specification.new do |gem|
44
gem.name = 'unparser'
5-
gem.version = '0.1.17'
5+
gem.version = '0.2.0'
66

77
gem.authors = ['Markus Schirp']
88
gem.email = '[email protected]'

0 commit comments

Comments
 (0)