cerberus_client 1.3.0 → 1.3.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: c9c2c6f6e7a6835b0a8681dceffdebbff7a83633
4
- data.tar.gz: cd165f1d90a67a582b5092482f2215984da19d22
3
+ metadata.gz: 8d3a7b43ef0b561d32d794fa925fc34e9cbf2b59
4
+ data.tar.gz: da20976a2b27f1cf8b9e94feb5705732ff325d72
5
5
  SHA512:
6
- metadata.gz: 1265585ef0f9fbf30069b14fc70dad9c3ca2f570471fb4e2079ca5ac78910bcabc14a0efb1f40e73e2575d36b252abd0665717a01e7f5143e3e36b8382c4c261
7
- data.tar.gz: 0aed3abacaf93e8e4d012ff15f993ad2ff602d5901a149106107b4071f37f3879597c0f1fd18957c0c4ef02f69411fcc2da1a124ddb8660196892376fd5b3b50
6
+ metadata.gz: 52ef49d0ab8984779e0c01c939257a944a5ae3372a31c1d0f5233793e7633f125acb6a9c0785b9b62e0d1e8227500701a2c84b8a32158e9f964645620b98cb19
7
+ data.tar.gz: 4d1bb520ad2711d484043df639ed6d2e6d9d0401801c12f2c8ba3a9731f887959e24168508284c179eab603de3e325e37d16caaf593bd0e13583e9f21a4d759d
data/.travis.yml CHANGED
@@ -11,4 +11,4 @@ deploy:
11
11
  on:
12
12
  tags: true
13
13
  repo: Nike-Inc/cerberus-ruby-client
14
- branch: publish-gem
14
+ branch: master
data/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  [![Gem](https://img.shields.io/gem/v/cerberus_client.svg)](https://rubygems.org/gems/cerberus_client)
4
4
  [![Downloads](https://img.shields.io/gem/dt/cerberus_client.svg)](https://rubygems.org/gems/cerberus_client)
5
- [![Build](https://img.shields.io/travis/USER/REPO/BRANCH.svg)](https://travis-ci.org/Nike-Inc/cerberus-ruby-client)
5
+ [![Build](https://travis-ci.org/Nike-Inc/cerberus-ruby-client.svg?branch=master)](https://travis-ci.org/Nike-Inc/cerberus-ruby-client)
6
6
 
7
7
 
8
8
  This is a Ruby based client library for communicating with Vault via HTTP and enables authentication schemes specific
@@ -100,7 +100,7 @@ module Cerberus
100
100
  # this is used in unit testing primarily
101
101
  if (!have_access_to_role?(instanceMdSvcBaseUrl, roleName, roleRegion, roleAccountId))
102
102
  return nil;
103
- elsif (should_assume_role(roleAccountId, roleName, roleRegion))
103
+ elsif (should_assume_role?(roleAccountId, roleName, roleRegion))
104
104
  # we are assuming a role to do auth
105
105
  return get_role_from_provided_info(roleName, roleRegion, roleAccountId)
106
106
  else
@@ -1,3 +1,3 @@
1
1
  module CerberusClient
2
- VERSION = "1.3.0"
2
+ VERSION = "1.3.1"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cerberus_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.0
4
+ version: 1.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Joe Teibel
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2017-03-28 00:00:00.000000000 Z
11
+ date: 2017-04-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk