lastpass-api 0.2.0 → 0.2.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/_config.yml +1 -0
- data/lastpass-api.gemspec +1 -1
- data/lib/lastpass-api/version.rb +1 -1
- metadata +3 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: dbb6f1520424b4127e1dcee202734b0bc0c57c44
|
4
|
+
data.tar.gz: a7beecc4b93e05de2ab6411314b39e602350cb4e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9c09f87b601466c8418be46e9e32feb69c1691f44db983b28ba9f000e78085ac351d5176ed306a788e684145ecad8b8f0935384fabe3f8b213e8c3a1a2c993fc
|
7
|
+
data.tar.gz: cd04732df08688c39a949f5d494cc3bd2148acde256a425d16162d3b4a4c2802e0fd0922b2f40bcfb119503ca4524d662fb587afc0307cc30ebd59a7b6ba9f32
|
data/_config.yml
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
theme: jekyll-theme-architect
|
data/lastpass-api.gemspec
CHANGED
@@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
|
|
11
11
|
|
12
12
|
spec.summary = 'Read/Write access to the online LastPass vault using LastPass CLI'
|
13
13
|
spec.description = 'Full access to the LastPass vault to create, read, and update account information and credentials.'
|
14
|
-
spec.homepage = '
|
14
|
+
spec.homepage = 'https://entretechno.github.io/lastpass-api'
|
15
15
|
spec.license = 'MIT'
|
16
16
|
|
17
17
|
spec.files = `git ls-files -z`.split( "\x0" ).reject do |file|
|
data/lib/lastpass-api/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: lastpass-api
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Eric Terry
|
@@ -96,6 +96,7 @@ files:
|
|
96
96
|
- LICENSE.txt
|
97
97
|
- README.md
|
98
98
|
- Rakefile
|
99
|
+
- _config.yml
|
99
100
|
- bin/console
|
100
101
|
- lastpass-api.gemspec
|
101
102
|
- lib/lastpass-api.rb
|
@@ -109,7 +110,7 @@ files:
|
|
109
110
|
- lib/lastpass-api/parser.rb
|
110
111
|
- lib/lastpass-api/utils.rb
|
111
112
|
- lib/lastpass-api/version.rb
|
112
|
-
homepage:
|
113
|
+
homepage: https://entretechno.github.io/lastpass-api
|
113
114
|
licenses:
|
114
115
|
- MIT
|
115
116
|
metadata: {}
|