firew0rks 0.4.0 → 0.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4cb414800994a7b2c2eba1bf1ee4975276d193d8f55faed801dfe16712a6f0bd
4
- data.tar.gz: 7163d85c07f349bac8af2c13c6f947ba492875023c2650cdb698bc8fcc7119b2
3
+ metadata.gz: '05698dd4f09201f6c1daa2243b0aa3c8e4283e176c5351f086cd6e1ff8a471f2'
4
+ data.tar.gz: 599205907b70d6d6ed6989b240bbcae26309954f689c41d121ce31bf6cbf0827
5
5
  SHA512:
6
- metadata.gz: 32fcbb0c09cee2846e773c87249a19a65726688b82d7e0a94060bee9a335373eef5b2abb216890916f6b765cb870da8fa74b8a62c11b21569f35b7596b1e3309
7
- data.tar.gz: b55ae081cad59d27d8a998ace6fbf01103fc84839cc409a1ea15a468a8241143bcbcb39dc009e8376a6d9a030b5852f681086a5d9799d8b5911fd3282435caed
6
+ metadata.gz: 167e7ec659bf378efd9e32a5f9fc2f781e13fdfee485396153ab67b6f86cfc65cb9922c575ec8b37bc0902b2dc22f87586b7a8ea8392242de743f28b5595c90d
7
+ data.tar.gz: 18c6bce19eb8be3f829b964984020e743e8069820a3a58772e85c120652072a2e3a184d3205d91b4922479b13afc4e2dc11cacbf372e4a768cdc76544569c99e
data/.DS_Store ADDED
Binary file
data/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Play fireworks text art animations in your terminal!
4
4
 
5
- ![fireworks_show](./fireworks_show.gif)
5
+ ![fireworks_show](./sample/fireworks_show.gif)
6
6
 
7
7
  ## Installation
8
8
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Firew0rks
4
- VERSION = "0.4.0"
4
+ VERSION = "0.5.0"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: firew0rks
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 0.5.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mark24
@@ -17,11 +17,11 @@ executables:
17
17
  extensions: []
18
18
  extra_rdoc_files: []
19
19
  files:
20
+ - ".DS_Store"
20
21
  - LICENSE.txt
21
22
  - README.md
22
23
  - Rakefile
23
24
  - exe/firew0rks
24
- - fireworks_show.gif
25
25
  - lib/firew0rks.rb
26
26
  - lib/firew0rks/error.rb
27
27
  - lib/firew0rks/frame.rb
data/fireworks_show.gif DELETED
Binary file