caramelize.gemspec in caramelize-0.4.0 vs caramelize.gemspec in caramelize-1.0.0

- old
+ new

@@ -9,21 +9,20 @@ spec.license = "MIT" spec.authors = ["Daniel Senff"] spec.email = ["mail@danielsenff.de"] spec.homepage = "http://github.com/Dahie/caramelize" spec.summary = %q{Flexible and modular wiki conversion tool} - spec.description = %q{By defining the connectors from the input wiki you can migrate any wiki to git-based Gollum wiki repositories.} + spec.description = %q{With Caramelize you can migrate any wiki to git-based Gollum wiki repositories.} spec.files = `git ls-files -z`.split("\x0") spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) } spec.test_files = spec.files.grep(%r{^(test|spec|features)/}) spec.require_paths = ["lib"] spec.add_dependency('mysql2') spec.add_dependency('commander') - spec.add_dependency('docile') spec.add_dependency('ruby-progressbar') - spec.add_dependency('gollum-lib', '>= 1.0.0') # grit dependency implicit through gollum + spec.add_dependency('gollum-lib') spec.add_development_dependency "bundler", "~> 1.6" spec.add_development_dependency "rake" spec.add_development_dependency "rspec" spec.add_development_dependency "byebug"