fulmar.gemspec in fulmar-1.0.0 vs fulmar.gemspec in fulmar-1.1.0

- old
+ new

@@ -19,10 +19,11 @@ spec.require_paths = ['lib'] spec.add_development_dependency 'bundler', '~> 1.7' spec.add_runtime_dependency 'rake', '~>10' - spec.add_runtime_dependency 'git', '~>1.2' + spec.add_runtime_dependency 'rugged', '~>0' spec.add_runtime_dependency 'mysql2', '~>0.3' spec.add_runtime_dependency 'fulmar-shell', '~>1', '>=1.4.0' spec.add_runtime_dependency 'ruby_wings', '~>0.1', '>=0.1.0' + spec.add_runtime_dependency 'colorize', '~>0' end