matrext 1.0.2 → 1.0.3

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.
Files changed (5) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +2 -2
  3. data/Rakefile +10 -0
  4. data/lib/matrext/version.rb +1 -1
  5. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b7513ae376b49fccfa56dac4e27dd2bbd623f30db5dd90b0220772ee0b1c93bb
4
- data.tar.gz: bbe2d212c8e01078933750af4fa5d2aa28c664992a507c07d7c0e7ad35a02d3d
3
+ metadata.gz: 066671aeb0e9bff86f763c6b76a618a0de3d6d626027cc1e35bd01f3bbfcac9d
4
+ data.tar.gz: 9b6f9f040ce284ee0ce18905b52f78b141e52ca3b033ecf4ba1760952903ad9e
5
5
  SHA512:
6
- metadata.gz: 7cbd921535a666ae6080ca997fb511ba6d27eb71bb151c9bee21a2f78467cb1ca93391670d7232c81b6519d48c712b05f6bb0d9fd3347d3df0bc8116c32f70af
7
- data.tar.gz: 1e6fd2585321f880cae70304f2c32008f7e5382a66661e583a295367778330e35e874f06c3e4ac12d7e2b00a36a6a115fb16219eaef0760e7cb194b7a34f4f10
6
+ metadata.gz: bd1268ce0bbf3944019a3152ec76eb249cf8d61d0053f61b14cb555e0c2dfd1d73c93f25e2dff530f93d3db6bf42dc75226fde31fe45c73fc759ac6d9e26098a
7
+ data.tar.gz: 94dc0b92f2df56f305720114531b21f9bdfdca7092916efcfcd8db5b2584931d9ede41dd35f5f0c229ee9ef41e6d23f65fa14515b7faa6054db48af9550d52ad
data/README.md CHANGED
@@ -8,7 +8,7 @@ A simple Ruby gem that takes a phrase and writes it back to the screen, one lett
8
8
 
9
9
  ## Usage
10
10
 
11
- ```
11
+ ```shell
12
12
  # default foreground color on background color
13
13
  $ matrext "hello world"
14
14
 
@@ -21,7 +21,7 @@ $ matrext -c white -b blue -s insane "hello world this is your computer speaking
21
21
 
22
22
  ## Contributing
23
23
 
24
- Bug reports and pull requests are welcome on GitHub at https://github.com/michaelchadwick/matrext.
24
+ Bug reports and pull requests are welcome on GitHub at [https://github.com/michaelchadwick/matrext](https://github.com/michaelchadwick/matrext).
25
25
 
26
26
  ## License
27
27
 
data/Rakefile CHANGED
@@ -1 +1,11 @@
1
1
  require 'bundler/gem_tasks'
2
+
3
+ task :deploy do |t|
4
+ file = Dir.glob("pkg/*").max_by {|f| File.mtime(f)}
5
+
6
+ sh "git push origin master"
7
+ sh "rake build"
8
+ sh "gem push #{file}"
9
+ end
10
+
11
+ task :default => :deploy
@@ -2,5 +2,5 @@
2
2
  # Version of Matrext
3
3
 
4
4
  module Matrext
5
- VERSION = '1.0.2'
5
+ VERSION = '1.0.3'
6
6
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: matrext
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.2
4
+ version: 1.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michael Chadwick
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-07-17 00:00:00.000000000 Z
11
+ date: 2023-09-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: colorize
@@ -110,7 +110,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
110
110
  - !ruby/object:Gem::Version
111
111
  version: '0'
112
112
  requirements: []
113
- rubygems_version: 3.1.4
113
+ rubygems_version: 3.4.19
114
114
  signing_key:
115
115
  specification_version: 4
116
116
  summary: Display text like it's being decoded, Matrix-style