Skip to content

Commit

Permalink
Fix gem files glob
Browse files Browse the repository at this point in the history
  • Loading branch information
oAGoulart committed May 27, 2020
1 parent b237963 commit e04dc47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vitrina.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Gem::Specification.new do |s|

s.metadata['plugin_type'] = 'theme'

s.files = `git ls-files -z`.split('\x0')
s.files = Dir['./**/']

s.platform = Gem::Platform::RUBY
s.add_runtime_dependency 'github-pages'
Expand Down

0 comments on commit e04dc47

Please sign in to comment.