-
- Downloads
Ensure all necessary files are collated
... | ... | @@ -13,7 +13,7 @@ Gem::Specification.new do |spec| |
spec.homepage = 'https://github.com/ananace/foreman_passwordstate' | ||
spec.license = 'MIT' | ||
spec.files = Dir['{app,config,db,lib}/**/*.{rake,rb}'] + %w[LICENSE.txt Rakefile README.md] | ||
spec.files = Dir['{app,config,db,lib}/**/*.*'] + %w[LICENSE.txt Rakefile README.md] | ||
spec.add_dependency 'deface', '< 2.0' | ||
spec.add_dependency 'passwordstate', '~> 0' | ||
... | ... |
Please register or sign in to comment