lpgrid 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.
- checksums.yaml +4 -4
- data/README.md +30 -9
- data/lib/lpgrid/version.rb +1 -1
- data/lpgrid.gemspec +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d5dfb7b2d172bbf118be7ab68cf19f11593d551ecf01a301ed895c73ddf701bc
|
|
4
|
+
data.tar.gz: c2b92b159424bca53db51f9f24f4ec8167a1a4a25be705b5620655550389a68e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: bbd4c4b3ccf4c0515147296c553d756fcb1058765848f524ad0f0f6b7f88d0fb94fe7717720f71b747cdca97a886b57797cc9037787ed94da2257969215dff45
|
|
7
|
+
data.tar.gz: 6b2819cf96260762c1ca13fcbf6c95b14237a2f6b134b18eefee7b689d4c4cf3b76f54a9b52867843b8a4a7a992e18e01d1b1f055698b09f73d6330285e3fd71
|
data/README.md
CHANGED
|
@@ -5,30 +5,51 @@ Last Pass Grid reader
|
|
|
5
5
|
[](http://travis-ci.org/equivalent/lpgrid)
|
|
6
6
|
[](https://codeclimate.com/github/equivalent/lpgrid)
|
|
7
7
|
|
|
8
|
-
Last pass introduced another layer of protection with Grid card.
|
|
9
|
-
This small Ruby program is here to help you read you grid card
|
|
10
|
-
information more easily.
|
|
11
8
|
|
|
12
|
-
|
|
9
|
+
Given you use [LastPass](https://lastpass.com) with Grid MFA
|
|
10
|
+
(multifactor authentication) this small Ruby CLI tool will help you read
|
|
11
|
+
your LastPass generated `grid.csv`.
|
|
13
12
|
|
|
14
|
-
|
|
13
|
+
All you need to do is download `grid.csv` to home folder as `~/.grid.csv`
|
|
15
14
|
|
|
16
|
-
|
|
15
|
+
Then install this Ruby Gem: `gem install lpgrid` (this application)
|
|
16
|
+
|
|
17
|
+
And run `lpgrid`
|
|
18
|
+
|
|
19
|
+
example:
|
|
20
|
+
|
|
21
|
+
```
|
|
22
|
+
$ lpgrid
|
|
23
|
+
Welcome to Lpgrid - Last Pass Grid reader !
|
|
24
|
+
Enter grid fields separated by space or "exit" to quit
|
|
25
|
+
c2 b2 u8 x0
|
|
26
|
+
=> 1 8 2 3
|
|
27
|
+
```
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
## Development
|
|
32
|
+
|
|
33
|
+
### Requirements
|
|
34
|
+
|
|
35
|
+
Ruby 2.0 or greater.
|
|
36
|
+
|
|
37
|
+
### Installation
|
|
17
38
|
|
|
18
39
|
git clone git@github.com:equivalent/lpgrid.git
|
|
19
40
|
|
|
20
|
-
|
|
41
|
+
### Usage
|
|
21
42
|
|
|
22
43
|
cd lpgrid
|
|
23
44
|
bin/lpgrid
|
|
24
45
|
|
|
25
|
-
|
|
46
|
+
### Tests
|
|
26
47
|
|
|
27
48
|
To run tests trigger
|
|
28
49
|
|
|
29
50
|
rake
|
|
30
51
|
|
|
31
|
-
|
|
52
|
+
### Contributing
|
|
32
53
|
|
|
33
54
|
1. Fork it
|
|
34
55
|
2. Create your feature branch (`git checkout -b my-new-feature`)
|
data/lib/lpgrid/version.rb
CHANGED
data/lpgrid.gemspec
CHANGED
|
@@ -9,7 +9,7 @@ Gem::Specification.new do |spec|
|
|
|
9
9
|
spec.authors = ["Tomas Valent"]
|
|
10
10
|
spec.email = ["equivalent@eq8.eu"]
|
|
11
11
|
spec.description = %q{Last Pass Grid reader}
|
|
12
|
-
spec.summary = %q{Reads last pass grid.csv. Just save it to your LastPass generated MFA grid to ~/.grid.csv and run
|
|
12
|
+
spec.summary = %q{Reads last pass grid.csv. Just save it to your LastPass generated MFA grid to ~/.grid.csv and run command lpgrid}
|
|
13
13
|
spec.homepage = "https://github.com/equivalent/lpgrid"
|
|
14
14
|
spec.license = "MIT"
|
|
15
15
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: lpgrid
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tomas Valent
|
|
@@ -105,7 +105,7 @@ rubygems_version: 2.7.7
|
|
|
105
105
|
signing_key:
|
|
106
106
|
specification_version: 4
|
|
107
107
|
summary: Reads last pass grid.csv. Just save it to your LastPass generated MFA grid
|
|
108
|
-
to ~/.grid.csv and run
|
|
108
|
+
to ~/.grid.csv and run command lpgrid
|
|
109
109
|
test_files:
|
|
110
110
|
- spec/config.yml
|
|
111
111
|
- spec/configuration_spec.rb
|