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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2425a8ba66083cd5a82dcf4c1f6ac2181370bbaf
4
- data.tar.gz: ca05d47f5115de2bc195c2e57f969f89cb568d80
3
+ metadata.gz: dbb6f1520424b4127e1dcee202734b0bc0c57c44
4
+ data.tar.gz: a7beecc4b93e05de2ab6411314b39e602350cb4e
5
5
  SHA512:
6
- metadata.gz: bcff24dd438a9b02075e44ecbf558dd81a4c4e1dfe25aaffa0d0a57a8ef785d1745c3f76f59ce658af9d2ddaaa9440ed3ff1ba10557d5e018bb590214ec6bc87
7
- data.tar.gz: b893abc29437a51ded0ed07a65d812da6a82c83db57acf7142c81f5325b057ef69cedd87dcb30f75acc0e07bcca6e915b4ae15295af89d00ce62f1c820677434
6
+ metadata.gz: 9c09f87b601466c8418be46e9e32feb69c1691f44db983b28ba9f000e78085ac351d5176ed306a788e684145ecad8b8f0935384fabe3f8b213e8c3a1a2c993fc
7
+ data.tar.gz: cd04732df08688c39a949f5d494cc3bd2148acde256a425d16162d3b4a4c2802e0fd0922b2f40bcfb119503ca4524d662fb587afc0307cc30ebd59a7b6ba9f32
@@ -0,0 +1 @@
1
+ theme: jekyll-theme-architect
@@ -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 = 'http://www.entretechno.com'
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|
@@ -1,3 +1,3 @@
1
1
  module Lastpass
2
- VERSION = '0.2.0'
2
+ VERSION = '0.2.1'
3
3
  end
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.0
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: http://www.entretechno.com
113
+ homepage: https://entretechno.github.io/lastpass-api
113
114
  licenses:
114
115
  - MIT
115
116
  metadata: {}