caramelize.gemspec in caramelize-0.1.2 vs caramelize.gemspec in caramelize-0.2.0
- old
+ new
@@ -12,14 +12,14 @@
s.homepage = "http://github.com/Dahie/caramelize"
s.summary = %q{Flexible and modular wiki conversion tool}
s.description = %q{By defining the connectors from the input wiki you can migrate any wiki to git-based Gollum wiki repositories.}
s.bindir = 'bin'
-
+
s.add_dependency('mysql2')
s.add_dependency('cmdparse')
s.add_dependency('ruby-progressbar')
- s.add_dependency('gollum', '>= 1.3.0') # grit dependency implicit through gollum
+ s.add_dependency('gollum-lib', '>= 1.0.0') # grit dependency implicit through gollum
s.rubyforge_project = "caramelize"
s.files = `git ls-files`.split("\n")
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")