wukong-deploy.gemspec in wukong-deploy-0.1.1 vs wukong-deploy.gemspec in wukong-deploy-0.2.0

- old
+ new

@@ -29,14 +29,14 @@ The Infochimps Platform uses the concept of a deploy pack for developers to develop all their processors, flows, and jobs within. EOF gem.files = `git ls-files`.split("\n") - gem.executables = ['wu-deploy','wu'] + gem.executables = ['wu-deploy'] gem.test_files = gem.files.grep(/^spec/) gem.require_paths = ['lib'] - gem.add_dependency('wukong', '3.0.1') + gem.add_dependency('wukong', '4.0.0') gem.add_dependency('rake', '~> 0.9') gem.add_dependency('erubis') gem.add_dependency('diffy') end