Skip to content

Commit

Permalink
Update rqrcode.gemspec to fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
whomwah committed May 20, 2021
1 parent 81e42e5 commit d5e5df1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion rqrcode.gemspec
Expand Up @@ -21,7 +21,10 @@ Gem::Specification.new do |spec|
"bug_tracker_uri" => "https://github.com/whomwah/rqrcode/issues",
"changelog_uri" => "https://github.com/whomwah/rqrcode/blob/master/CHANGELOG.md"
}

spec.metadata = {
"bug_tracker_uri" => "https://github.com/whomwah/rqrcode/issues",
"changelog_uri" => "https://github.com/whomwah/rqrcode/blob/master/CHANGELOG.md"
}
spec.files = Dir.chdir(File.expand_path("..", __FILE__)) do
`git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
end
Expand Down

1 comment on commit d5e5df1

@Arturro7812
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

arturrotomas@gmail.comzatwierdzeniad5e5df1

Please sign in to comment.