redundancy 0.0.0 → 0.0.1

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 (2) hide show
  1. checksums.yaml +4 -4
  2. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6b9a40e36a7f09dee47647306e6700bd2dbad068cdd2dfb92e45fc031f1330b4
4
- data.tar.gz: 2b742fddf8346787022838219d36321810065a6a89110e963701b24036ac30aa
3
+ metadata.gz: d7a48c18fd7caa8fae308a93b387823e7c7b9b1d6047e11adb05136e1957cc48
4
+ data.tar.gz: ee87a44531a75970984b4f1a626e71d9b7d76cd997d9154b2a85af8b6917c918
5
5
  SHA512:
6
- metadata.gz: 24987ef54eab9508b1e0c95cd6e739288e7639c361787c06cbdda7a23c1b40d92ba84a91007c03ae0df7953ff04910abf3f1b7bd344051c6336ca7356a1d53e7
7
- data.tar.gz: 4ced2d69ca2b21f47b34f61d8dd2930c1e87d616bad497ec32646099a713e1c9dbec6c3ff8f5d04088cb4837ec2b1ee58b10f435cc215103fe83c9b38b4e21b1
6
+ metadata.gz: cc810c835e02d27f6c7f0a1d74ca46bc428aeb1e09f1ece0fc609c4e3f0960d470633af19b9e4dabc1078ad1b400a2634b7771a5515b932dcce2aa154c570cc0
7
+ data.tar.gz: e6021a72bccaf44f9ee5eff039516ee73df80933a7eeb68e82c7142b043a2f1d101ddb501da1847737740fd732a1b5d38b2d2e6d646091d5647cf9def53441db
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: redundancy
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.0
4
+ version: 0.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Byron Stuike
@@ -10,8 +10,8 @@ bindir: bin
10
10
  cert_chain: []
11
11
  date: 2023-02-05 00:00:00.000000000 Z
12
12
  dependencies: []
13
- description: Redundancy is a ruby program that loads the .zsh_history, .bash_history,
14
- .irb_history files, and applies the built in Ruby uniq! function to trim any duplicate
13
+ description: Redundancy is a Ruby program that loads the .zsh_history, .bash_history,
14
+ .irb_history files, and applies the built-in Ruby uniq! function to trim any duplicate
15
15
  commands present. It then writes the filtered output back to the appropriate file.
16
16
  The source code works better as an Apple Shortcut, as there is a significant delay
17
17
  running redundancy when Terminal is open (several closings and reopenings).