Skip to content

Commit

Permalink
(Direct to 'v1') Fix '.gemspec' details - via #83
Browse files Browse the repository at this point in the history
  • Loading branch information
pond committed Nov 15, 2023
1 parent 28a1309 commit 8cf1b0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scimitar.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Gem::Specification.new do |s|
s.email = ['[email protected]']
s.license = 'MIT'

s.files = Dir['{app,config,db,lib}/**/*', 'MIT-LICENSE', 'Rakefile', 'README.rdoc']
s.files = Dir['{app,config,db,lib}/**/*', 'LICENSE.txt', 'Rakefile', 'README.md']
s.test_files = Dir.glob('spec/**/*.rb')
s.homepage = 'https://www.ripaglobal.com/'

Expand Down

0 comments on commit 8cf1b0c

Please sign in to comment.