Skip to content
Snippets Groups Projects
Verified Commit c6245271 authored by Alexander Olofsson's avatar Alexander Olofsson
Browse files

Ensure all necessary files are collated

parent c5b53fa6
No related branches found
No related tags found
No related merge requests found
Pipeline #85157 passed
......@@ -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'
......
# frozen_string_literal: true
module ForemanPasswordstate
VERSION = '0.1.0'
VERSION = '0.1.1'
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment