File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
lib/jekyll-crypto-donations Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3- ## [ 0.1.2 ] - 2024-06-09
3+ ## [ 0.1.3 ] - 2024-06-09
44
55- drop unused paragraph ` Support us with crypto donations ` . Feel free to use your own text.
66- added some CSS and JS to make it more handy
Original file line number Diff line number Diff line change 11PATH
22 remote: .
33 specs:
4- jekyll-crypto-donations (0.1.2 )
4+ jekyll-crypto-donations (0.1.3 )
55 jekyll (~> 4.3 )
66
77GEM
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ Gem::Specification.new do |spec|
2121 # Specify which files should be added to the gem when it is released.
2222 # The `git ls-files -z` loads the files in the RubyGem that have been added into git.
2323 # all_files = `git ls-files -z`.split("\x0")
24- spec . files = Dir [ "lib/**/*.rb" ] + Dir [ "assets/js/**/*.js" ]
24+ spec . files = Dir [ "lib/**/*.rb" ] + Dir [ "assets/js/**/*.js" ] + Dir [ "assets/css/**/*.css" ]
2525 spec . extra_rdoc_files = %w[ README.md LICENSE ]
2626 spec . require_paths = [ "lib" ]
2727
Original file line number Diff line number Diff line change 22
33module Jekyll
44 module CryptoDonations
5- VERSION = "0.1.2 "
5+ VERSION = "0.1.3 "
66 end
77end
You can’t perform that action at this time.
0 commit comments