pmux-gw.gemspec in pmux-gw-0.1.9 vs pmux-gw.gemspec in pmux-gw-0.1.10
- old
+ new
@@ -10,10 +10,10 @@
gem.email = ["kakine@iij.ad.jp"]
gem.description = %q{Pmux gateway is an executor for Pmux through HTTP request}
gem.summary = %q{Pmux gateway server}
gem.homepage = "https://github.com/iij/pmux-gw"
- gem.files = `find . -maxdepth 1 -name '.gitignore' -prune -o -type f -print; find {bin,lib,examples,rpm} -name '.svn' -prune -o -type f -print`.split().map{ |f| f.strip().sub("./", "") }
+ gem.files = `find . -maxdepth 1 -name '.gitignore' -prune -o -type f -print; find {bin,lib,conf,rpm} -name '.svn' -prune -o -type f -print`.split().map{ |f| f.strip().sub("./", "") }
gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
gem.require_paths = ["lib"]
gem.add_dependency('gflocator', '>= 0.0.1')