Skip to content

Commit

Permalink
Prepare for publishing [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-gorman-quest committed Jun 10, 2024
1 parent 0920f72 commit 7a9dc4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion r509.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Gem::Specification.new do |s|
s.email = "[email protected]"
s.homepage = "http://r509.org"
s.required_ruby_version = ">= 2.0"
s.files = %w(README.md CONTRIBUTING.md LICENSE r509.yaml Rakefile) + Dir["{lib,bin,spec,doc}/**/*"]
s.files = `git ls-files`.split("\n")
s.executables = ["r509", "r509-parse"]
s.test_files = Dir.glob('spec/*_spec.rb')
s.require_path = "lib"
Expand Down

0 comments on commit 7a9dc4d

Please sign in to comment.