hekate 0.1.0.pre21 → 0.1.0.pre22

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: c564b4599adcfbdf1638e1631ec621991b72f954
4
- data.tar.gz: 79660fe38743d7829183ab19197e9be93cf5d5b5
3
+ metadata.gz: e6a5705bec9dcaefad7c05ef8c37cfca764300f6
4
+ data.tar.gz: f102a337cf9fdc6410276faa50c34ab9cc62ac54
5
5
  SHA512:
6
- metadata.gz: 4cdb7a89dd31c9acfe542cf81bde6a05658455d5d4caa262432c8bc12999e037f85c6872fd38ea0e1a1894f44b7f7c2bbbd0c2d8e67b2dfe40b603b0b01efb2f
7
- data.tar.gz: 094746ed8a4100deb3cc5ec064ed5739963b05303de1168474472f6765aacd0314f02dc28681fa1bd03727d46afe523450863e5a166679cbcef0a3ac63cb6d2c
6
+ metadata.gz: cac58c211511032e7d15521ecd5e4fa63e3ee23fac815f496d0f4df81c7f9758f5796c790c8940996591c5cab1f140879c017080f4610ed12dc8857b9262e422
7
+ data.tar.gz: f3c70921050eb8cb369d9b60ddb05d9909ae74d8e8615dc67342c84594a80d6a25de48c7efd71a6569c51159b0db04d549a0204b9535460e1abfe619d1fdec36
data/README.md CHANGED
@@ -1,10 +1,10 @@
1
1
  # [Hekate](http://www.ancient.eu/Hecate/)
2
2
 
3
3
  [![Gem Version](https://badge.fury.io/rb/hekate.svg)](https://badge.fury.io/rb/hekate)
4
- [![CircleCI](https://circleci.com/gh/krimsonkla/hekate.svg?style=svg)](https://circleci.com/gh/krimsonkla/hekate)
5
- [![codecov](https://codecov.io/gh/krimsonkla/hekate/branch/master/graph/badge.svg)](https://codecov.io/gh/krimsonkla/hekate)
6
- [![Dependency Status](https://gemnasium.com/badges/github.com/krimsonkla/hekate.svg)](https://gemnasium.com/github.com/krimsonkla/hekate)
7
-
4
+ [![CircleCI](https://circleci.com/gh/CardTapp/hekate.svg?style=svg)](https://circleci.com/gh/CardTapp/hekate)
5
+ [![codecov](https://codecov.io/gh/cardtapp/hekate/branch/master/graph/badge.svg)](https://codecov.io/gh/krimsonkla/hekate)
6
+ [![Dependency Status](https://gemnasium.com/badges/github.com/CardTapp/hekate.svg)](https://gemnasium.com/github.com/CardTapp/hekate)
7
+ [![Maintainability](https://api.codeclimate.com/v1/badges/1f576a8d9c31d00c3e3e/maintainability)](https://codeclimate.com/github/CardTapp/hekate/maintainability)
8
8
  Hekate is a gem for encrypting, storing and consuming rails application secrets as Amazon SSM parameters
9
9
 
10
10
  ## Installation
@@ -7,6 +7,7 @@ module Hekate
7
7
  class Aws
8
8
  def initialize(region)
9
9
  @region = region
10
+ @keys = {}
10
11
  end
11
12
 
12
13
  def get_parameter(name)
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Hekate
4
- VERSION = "0.1.0.pre21"
4
+ VERSION = "0.1.0.pre22"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hekate
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0.pre21
4
+ version: 0.1.0.pre22
5
5
  platform: ruby
6
6
  authors:
7
7
  - jasonrisch
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-01-09 00:00:00.000000000 Z
11
+ date: 2018-01-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core