lpgrid 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5d36cbd25c87299a26d2207c76ebdf64fb11a7bb0ec788934c7e79b872c7dcf3
4
- data.tar.gz: 42f7159ec594d4e900bcce3eba468442c1cc7e145c8698da41cb6186ac63ab54
3
+ metadata.gz: d5dfb7b2d172bbf118be7ab68cf19f11593d551ecf01a301ed895c73ddf701bc
4
+ data.tar.gz: c2b92b159424bca53db51f9f24f4ec8167a1a4a25be705b5620655550389a68e
5
5
  SHA512:
6
- metadata.gz: 582e907a539eff5f15c790bf9a084c753cfdbc88994303e8a110a80b0515e6f3ca51ee9ef32f071231e6de1288690f0b6fce310459e85a57e1e929e2b4dcf4ce
7
- data.tar.gz: 8b158213fb19b80b47345531cfd97bdba9eec92ca0a51ed454d5768a94ad7ca8b457f7c04437a12d526f6cf4969ff3e77585c80adbeb3fc626b9d80350b53149
6
+ metadata.gz: bbd4c4b3ccf4c0515147296c553d756fcb1058765848f524ad0f0f6b7f88d0fb94fe7717720f71b747cdca97a886b57797cc9037787ed94da2257969215dff45
7
+ data.tar.gz: 6b2819cf96260762c1ca13fcbf6c95b14237a2f6b134b18eefee7b689d4c4cf3b76f54a9b52867843b8a4a7a992e18e01d1b1f055698b09f73d6330285e3fd71
data/README.md CHANGED
@@ -5,30 +5,51 @@ Last Pass Grid reader
5
5
  [![Build Status](https://api.travis-ci.org/equivalent/lpgrid.png?branch=master)](http://travis-ci.org/equivalent/lpgrid)
6
6
  [![Code Climate](https://codeclimate.com/github/equivalent/lpgrid.png)](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
- ## Requirements
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
- ruby 2.0 or greater
13
+ All you need to do is download `grid.csv` to home folder as `~/.grid.csv`
15
14
 
16
- ## Installation
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
- ## Usage
41
+ ### Usage
21
42
 
22
43
  cd lpgrid
23
44
  bin/lpgrid
24
45
 
25
- ## Tests
46
+ ### Tests
26
47
 
27
48
  To run tests trigger
28
49
 
29
50
  rake
30
51
 
31
- ## Contributing
52
+ ### Contributing
32
53
 
33
54
  1. Fork it
34
55
  2. Create your feature branch (`git checkout -b my-new-feature`)
@@ -1,3 +1,3 @@
1
1
  module Lpgrid
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
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 lpass}
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.0
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 lpass
108
+ to ~/.grid.csv and run command lpgrid
109
109
  test_files:
110
110
  - spec/config.yml
111
111
  - spec/configuration_spec.rb