Skip to content

Commit

Permalink
update: rm gif from pkg
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark24Code committed Jan 3, 2025
1 parent 5dc8a22 commit d17b4ce
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
Binary file added .DS_Store
Binary file not shown.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Play fireworks text art animations in your terminal!

![fireworks_show](./fireworks_show.gif)
![fireworks_show](./sample/fireworks_show.gif)

## Installation

Expand Down
2 changes: 1 addition & 1 deletion firew0rks.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Gem::Specification.new do |spec|
spec.files = IO.popen(%w[git ls-files -z], chdir: __dir__, err: IO::NULL) do |ls|
ls.readlines("\x0", chomp: true).reject do |f|
(f == gemspec) ||
f.start_with?(*%w[bin/ test/ spec/ features/ .git appveyor Gemfile])
f.start_with?(*%w[bin/ test/ spec/ features/ .git appveyor Gemfile sample/])
end
end
spec.bindir = "exe"
Expand Down
2 changes: 1 addition & 1 deletion lib/firew0rks/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Firew0rks
VERSION = "0.4.0"
VERSION = "0.5.0"
end
File renamed without changes

0 comments on commit d17b4ce

Please sign in to comment.