fix kindlerb version [ci skip]

This means we know generation works with this version, it does not
mean it does not work with the last releases (should be tested).
This commit is contained in:
Xavier Noria 2015-01-31 15:01:34 +01:00
parent 0ddf2eb9ac
commit 8d15e072be
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ group :doc do
gem 'sdoc', '~> 0.4.0'
gem 'redcarpet', '~> 3.2.2', platforms: :ruby
gem 'w3c_validators'
gem 'kindlerb'
gem 'kindlerb', '0.1.1'
end
# AS