mytotp 0.1.0 → 0.1.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 (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +1 -1
  3. data/lib/mytotp/version.rb +1 -1
  4. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a69c3b2dd285816d75719de65535f2b54c258880053e4c383aba0cd94f5d1061
4
- data.tar.gz: 3e91fe128489e07f3acd12fb5c351372ddf54d9f51c9878f3fe8d259b5256aaf
3
+ metadata.gz: fb1752ddf881525550623974d387bb02fd5c6848ee608f530480338bc06cadb5
4
+ data.tar.gz: a043a1d823fb16888f3fff870371d8013d6cf4fb54b54111d1010261e57b5aa4
5
5
  SHA512:
6
- metadata.gz: 0ddfdad254b7c43e11a1c586ca86118e3f000e19f0b2a37927ca174f688087f0f99fa46551e4d0b9ac079086092eaf6885db05aa827a116d2be9a753e0996b69
7
- data.tar.gz: 451ead59cd3e779fb6430a17a6e171b3bbc6969e8b606cb42ae6607ee1fe91803fb297f63e0bc356544607173bad3ba5f9cdd6593b833656c2ad5ff578295a5a
6
+ metadata.gz: 586423104b8f82ef1fc261f51eecc46d46e776eeae7914981ec46ad1e5413b5390255efcf2f9628c282093a95128f2ee52c88ca8ec290076ef1de7e9f059b0f5
7
+ data.tar.gz: 2424c259f1eda82b0284671856462f7f51a995c7a52da053972d3423777ec08af00950030622ba1b53ae91b66353b7a35509fd8e70e743f5994f80a9bec1e148
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Mytotp
2
2
 
3
- Another TOTP cli app. Nice UI, simple to use and user friendly.
3
+ Another TOTP cli app. Nice UI, simple to use and user-friendly.
4
4
 
5
5
  ## Main features
6
6
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Mytotp
4
- VERSION = "0.1.0"
4
+ VERSION = "0.1.1"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mytotp
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - a-chacon
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2022-05-15 00:00:00.000000000 Z
11
+ date: 2022-05-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: clipboard
@@ -120,7 +120,7 @@ dependencies:
120
120
  - - ">="
121
121
  - !ruby/object:Gem::Version
122
122
  version: 2.5.4
123
- description: Totp cli tool for who loves the cli. Whit features that I don't found
123
+ description: Totp cli tool for who loves the cli. With features that I don't found
124
124
  in another totp cli.
125
125
  email:
126
126
  - andres.ch@protonmail.com