credentials_manager 0.8.3 → 0.8.4

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
  SHA1:
3
- metadata.gz: 3d78b0195ce80a141e4d6f76fcec5e9552f75c21
4
- data.tar.gz: c3ab586b367d43002a9ee1286813eaffedd822f4
3
+ metadata.gz: af43c6e4d81c06dcb4cb453c4f6662d2ead7ee6e
4
+ data.tar.gz: d34c1a54872056bff8f1283a6b9a1afc795242dd
5
5
  SHA512:
6
- metadata.gz: b5d0fc2ca0a5cb6c856f1237693c21cd1450a0fa7ec1d9696cb57b5620e7078a2612f21d3b5156433402263f7edd968ed21708f8c272b9aa47c76f90db760371
7
- data.tar.gz: 82e0c208c0eb03d0f8b9187aef4d47a4cbc5c05c4709062868be3fbd4bb80d37c8450b82f2dca317b6789291c52a6689f993b1a2106d9f63c5d4618b59ee4bda
6
+ metadata.gz: 11678528bf77902a5a0e94df096ab5f2e9c4dc503239d159a5822ccdf51573a33eaf87c10b157e9de69e6b57cae23434f07fb1bce50b52d256c47ffcd55b44cb
7
+ data.tar.gz: 130f8f4933ba2d518428f4f4cf558e2622d12088c5bf6d506c78b840a17186319cf2e91c885766493df2e1fb36d56efe516bd5f5fa555851f7170ec497683371
@@ -58,7 +58,7 @@ module CredentialsManager
58
58
  end
59
59
 
60
60
  return true if ENV["FASTLANE_DONT_STORE_PASSWORD"]
61
- return true unless Helper.mac?
61
+ return true if (/darwin/ =~ RUBY_PLATFORM).nil? # mac?, since we don't have access to the helper here
62
62
 
63
63
  # Now we store this information in the keychain
64
64
  if Security::InternetPassword.add(server_name, user, password)
@@ -1,3 +1,3 @@
1
1
  module CredentialsManager
2
- VERSION = "0.8.3"
2
+ VERSION = "0.8.4"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: credentials_manager
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.3
4
+ version: 0.8.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Felix Krause