Skip to content

Commit

Permalink
Added assets folder to gem
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagorossener committed Feb 5, 2020
1 parent 7ba1ee4 commit f28408a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ You can create posts manually using the [Front Matter properties](https://github

### v3.0.1

- Added assets folder
- Fixed post SVG icons

### v3.0.0
Expand Down
2 changes: 1 addition & 1 deletion jekflix.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
spec.homepage = "https://jekflix.rossener.com/"
spec.license = "MIT"

spec.files = `git ls-files -z`.split("\x0").select { |f| f.match(%r{^(_(includes|layouts|sass)/|(LICENSE|README)((\.(txt|md|markdown)|$)))}i) }
spec.files = `git ls-files -z`.split("\x0").select { |f| f.match(%r{^(_(includes|layouts|sass)/|assets/|(LICENSE|README)((\.(txt|md|markdown)|$)))}i) }

spec.add_runtime_dependency "rouge", "~> 3.3"
spec.add_runtime_dependency "jekyll", "~> 3.8"
Expand Down

0 comments on commit f28408a

Please sign in to comment.