redundancy 0.0.0 → 0.0.2

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 +9 -10
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6b9a40e36a7f09dee47647306e6700bd2dbad068cdd2dfb92e45fc031f1330b4
4
- data.tar.gz: 2b742fddf8346787022838219d36321810065a6a89110e963701b24036ac30aa
3
+ metadata.gz: 1d93e2fd117c0ee2498556f7b1eabf6569aff32bb1012c5bbbfe794c19e78ba5
4
+ data.tar.gz: de42725cf94e2f24b81b71022b43c117a7727f6149e73d299e7a469d5f478099
5
5
  SHA512:
6
- metadata.gz: 24987ef54eab9508b1e0c95cd6e739288e7639c361787c06cbdda7a23c1b40d92ba84a91007c03ae0df7953ff04910abf3f1b7bd344051c6336ca7356a1d53e7
7
- data.tar.gz: 4ced2d69ca2b21f47b34f61d8dd2930c1e87d616bad497ec32646099a713e1c9dbec6c3ff8f5d04088cb4837ec2b1ee58b10f435cc215103fe83c9b38b4e21b1
6
+ metadata.gz: 3d0e4a39b7cedb7c3fe8e6923eef2a8fcc1601526a0499e1dc133699d8e0d0202c911debe9ffea8b1ab640f35862cd094cc207b3c67fcf26f90813d9d116bc1e
7
+ data.tar.gz: '09507a038f1d6f30a88c28b2b3aea9a66257ce4dd049f38750fedf93e79622a38e34052c04675f026c2c171be4f24386258bd20f7b44c5918f8b62b4e8de3770'
metadata CHANGED
@@ -1,21 +1,21 @@
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.2
5
5
  platform: ruby
6
6
  authors:
7
- - Byron Stuike
7
+ - Farghul
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-02-05 00:00:00.000000000 Z
11
+ date: 2024-07-02 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).
18
- email: bstuike@duck.com
18
+ email: farghul@vivaldi.net
19
19
  executables:
20
20
  - redundancy
21
21
  extensions: []
@@ -23,12 +23,11 @@ extra_rdoc_files: []
23
23
  files:
24
24
  - bin/redundancy
25
25
  - lib/redundancy.rb
26
- homepage: https://github.com/nausicaan/redundancy
26
+ homepage: https://github.com/farghul/redundancy
27
27
  licenses:
28
28
  - Unlicense
29
29
  metadata:
30
- homepage_uri: https://github.com/nausicaan/redundancy
31
- source_code_uri: https://github.com/nausicaan/redundancy
30
+ homepage_uri: https://github.com/farghul/redundancy
32
31
  post_install_message:
33
32
  rdoc_options: []
34
33
  require_paths:
@@ -44,7 +43,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
44
43
  - !ruby/object:Gem::Version
45
44
  version: 3.4.0
46
45
  requirements: []
47
- rubygems_version: 3.4.6
46
+ rubygems_version: 3.5.14
48
47
  signing_key:
49
48
  specification_version: 4
50
49
  summary: Delete duplicate commands from zsh, bash, and irb history.