Skip to content

Commit

Permalink
fix: remove non existing file in gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
Angelmmiguel committed Nov 27, 2022
1 parent b61ddda commit ea896a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion material_icons.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Gem::Specification.new do |s|
s.description = 'Add Google Material Icons in your Rails projects easily. It is a library with +2500 icons ;)'
s.authors = ['Angel M Miguel']
s.email = '[email protected]'
s.files = Dir['{app,lib}/**/*'] + %w(Rakefile LICENSE README.md LICENSE_OF_FONTS)
s.files = Dir['{app,lib}/**/*'] + %w(LICENSE README.md LICENSE_OF_FONTS)
s.homepage = 'https://github.com/Angelmmiguel/material_icons'
s.require_paths = ['lib']
s.licenses = ['MIT', 'Apache-2.0']
Expand Down

0 comments on commit ea896a6

Please sign in to comment.