fulmar.gemspec in fulmar-0.6.3 vs fulmar.gemspec in fulmar-0.6.4

- old
+ new

@@ -8,11 +8,11 @@ spec.version = Fulmar::VERSION spec.authors = ['Jonas Siegl', 'Gerrit Visscher'] spec.email = %w(j.siegl@core4.de g.visscher@core4.de) spec.summary = 'A deployment task manager.' spec.description = 'Fulmar is a task manager for deployments.' - spec.homepage = 'http://git.core4.de/core4internal/fulmar' + spec.homepage = 'https://github.com/CORE4/fulmar' spec.license = 'MIT' spec.files = `git ls-files -z`.split("\x0") spec.executables = spec.files.grep(/^bin\//) { |f| File.basename(f) } spec.test_files = spec.files.grep(/^(test|spec|features)\//) @@ -21,8 +21,8 @@ spec.add_development_dependency 'bundler', '~> 1.7' spec.add_runtime_dependency 'rake', '~>10' spec.add_runtime_dependency 'git', '~>1.2' spec.add_runtime_dependency 'mysql2', '~>0.3' - spec.add_runtime_dependency 'fulmar-shell', '~>1.1', '>=1.1.2' + spec.add_runtime_dependency 'fulmar-shell', '~>1', '>=1.2.0' spec.add_runtime_dependency 'ruby_wings', '~>0.1', '>=0.1.0' end