lastpassify 0.4.3 → 0.5.0

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: 5ee2f71e1a3ca242eea587032386ae69eb3e134c2596c38c6d44ab21a5a6dea0
4
- data.tar.gz: 4351cb6d17f23b34fc0c04ac96c2d35f53adba6a7be3c40510c6244913cfa0d9
3
+ metadata.gz: 4741fcc436c502fc93d0c0e1cc7e46d84bb56c82db0be2a0d72be8c43f0c0e08
4
+ data.tar.gz: f6a4c8a1506f2e9d1d391b7d3ae707dbbf239e0cffb45ebb3aef2be504175763
5
5
  SHA512:
6
- metadata.gz: b0600d643aac26d68e396ababd5b319791a538fb9d487d16a0baa5365efc3430fcc7da5a3afb892c588a12b2657909193621f59ac4080ef1b97a20961b911c05
7
- data.tar.gz: 2faea4b24c1cff1cce0eb737854ed1c94d80266033406611a2d52ed6338d186a9b61e29ffd811ca694ef7ae65e9a2d6d25aa62b3deb593bea69180967498691d
6
+ metadata.gz: 2029e2aaa57a7498f1e7d080055f430d8dd31b91f629df2891623f80ed6fcc71f1da7cc7e8a069842e2bf98357a3b32e7b6f1b6992d6aa4015e1ff0bb59e38df
7
+ data.tar.gz: fe6c819af9c50ea082f4650d55a46d2baa5d1f37d9ed977388c3dca9f95776b06c71f9955ef4c2f1009c1a9d74aeeda035361cb2b761331e2f1a1b6555bcbd58
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- lastpassify (0.4.2)
4
+ lastpassify (0.5.0)
5
5
  thor
6
6
 
7
7
  GEM
data/changelog.md CHANGED
@@ -6,6 +6,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
 
7
7
  ## [Unreleased]
8
8
 
9
+ ## [0.5.0]
10
+
11
+ ### [Added]
12
+ - Tests now ensure you are logged in to lastpass before running
13
+ - https://github.com/umn-asr/lastpassify/issues/9
14
+
15
+ ### [Fixed]
16
+ - Unable to see that lpass is installed
17
+ - https://github.com/umn-asr/lastpassify/issues/12
18
+
9
19
  ## [0.4.3]
10
20
 
11
21
  - Fixed the loading of the LastPassify executable.
@@ -16,6 +26,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
16
26
  - Minimum Ruby version is now 2.3
17
27
  - Hopefully fixing the binstub warning
18
28
 
19
- [Unreleased]: https://github.com/umn-asr/lastpassify/compare/v0.4.3...HEAD
29
+ [Unreleased]: https://github.com/umn-asr/lastpassify/compare/v0.5.0...HEAD
30
+ [0.5.0]: https://github.com/umn-asr/lastpassify/compare/v0.4.3...v0.5.0
20
31
  [0.4.3]: https://github.com/umn-asr/lastpassify/compare/v0.4.2...v0.4.3
21
32
  [0.4.2]: https://github.com/umn-asr/lastpassify/compare/3997abac1101eb75c91543241651976be4d49f73...HEAD
@@ -53,7 +53,7 @@ module LastPassify
53
53
  private
54
54
 
55
55
  def lastpass_installed?
56
- system("command -v lpass")
56
+ system("sh -c 'command -v lpass'")
57
57
  end
58
58
 
59
59
  def delete_staging(yml)
@@ -1,3 +1,3 @@
1
1
  module LastPassify
2
- VERSION = "0.4.3".freeze
2
+ VERSION = "0.5.0".freeze
3
3
  end
data/script/test CHANGED
@@ -12,8 +12,6 @@ cd "$(dirname "$0")/.."
12
12
 
13
13
  export ENV="test"
14
14
 
15
- script/update
16
-
17
15
  echo "===> Running tests..."
18
16
 
19
17
  if [ -n "$1" ]; then
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lastpassify
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.3
4
+ version: 0.5.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Eric Eklund (eeklund), Remy Abdullahi (abdu0299)
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2021-01-25 00:00:00.000000000 Z
11
+ date: 2021-03-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler