porky_lib 0.3.3 → 0.4.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
- SHA1:
3
- metadata.gz: 3b0d3c5850ba8a58776f2a8d3602077313affb3e
4
- data.tar.gz: 7c33039e8a053d8fb93f880105e35e0f58534585
2
+ SHA256:
3
+ metadata.gz: 2385cf4787917a3485cb59333e3162c64d084cd2dc4e685d3dec7c9a0587f024
4
+ data.tar.gz: 49e81619b461d3baf5e6fa57faa4dd533bc24823423ca74e64e05c14bb6d1b89
5
5
  SHA512:
6
- metadata.gz: 3203c327253f6e9f4393cca14c9329204c0f511f309cfbea115e76194dcbed123f6ef9b3dbfb30882ac2c33eb688d6cf1dc7c2884bd958c4de996bd4df4a2664
7
- data.tar.gz: 666e47c04b2cee92be1d9476d358f1ba3331e4d21d0de13da8d3aef71756132667a346c320f8debc31f53c94a37128a6f23a45a693351d1fc80641748d5cb804
6
+ metadata.gz: 0ed3b8ede23a62ba465cf341fee58612c766f9a4805a363bfb31f823f60d6cb011ff1bef65a20792f1ab2d4d8861c2e6552a340cc51ccecf3e4bf9a8bc33c117
7
+ data.tar.gz: bb0a7123d2d7c6f37ffceb4d41af50f42029eb5fc9222c0055cc3c050d9514a3676e9c1ed7ff7512afb93ac63a98c2afb411a08338b689f012daa2e878d55831
data/.circleci/config.yml CHANGED
@@ -6,7 +6,7 @@ jobs:
6
6
  environment:
7
7
  - CODECOV_TOKEN: 4d03ca51-5054-4858-87c7-b37c376ffb6a
8
8
  docker:
9
- - image: zetatango/circle-ruby-2.3.7-openssl
9
+ - image: circleci/ruby:2.5.3
10
10
 
11
11
  steps:
12
12
  - checkout
data/Gemfile CHANGED
@@ -1,5 +1,7 @@
1
1
  # frozen_string_literal: true
2
2
 
3
+ ruby '2.5.3'
4
+
3
5
  source "https://rubygems.org"
4
6
 
5
7
  git_source(:github) { |repo_name| "https://github.com/#{repo_name}" }
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- porky_lib (0.3.3)
4
+ porky_lib (0.4.0)
5
5
  aws-sdk-kms
6
6
  aws-sdk-s3
7
7
  msgpack
@@ -13,8 +13,8 @@ GEM
13
13
  specs:
14
14
  ast (2.4.0)
15
15
  aws-eventstream (1.0.1)
16
- aws-partitions (1.118.0)
17
- aws-sdk-core (3.41.0)
16
+ aws-partitions (1.124.0)
17
+ aws-sdk-core (3.44.0)
18
18
  aws-eventstream (~> 1.0)
19
19
  aws-partitions (~> 1.0)
20
20
  aws-sigv4 (~> 1.0)
@@ -22,7 +22,7 @@ GEM
22
22
  aws-sdk-kms (1.13.0)
23
23
  aws-sdk-core (~> 3, >= 3.39.0)
24
24
  aws-sigv4 (~> 1.0)
25
- aws-sdk-s3 (1.27.0)
25
+ aws-sdk-s3 (1.30.0)
26
26
  aws-sdk-core (~> 3, >= 3.39.0)
27
27
  aws-sdk-kms (~> 1)
28
28
  aws-sigv4 (~> 1.0)
@@ -31,7 +31,7 @@ GEM
31
31
  bundler (~> 1.2)
32
32
  thor (~> 0.18)
33
33
  byebug (10.0.2)
34
- codecov (0.1.10)
34
+ codecov (0.1.14)
35
35
  json
36
36
  simplecov
37
37
  url
@@ -47,7 +47,7 @@ GEM
47
47
  ast (~> 2.4.0)
48
48
  powerpack (0.1.2)
49
49
  rainbow (3.0.0)
50
- rake (12.3.1)
50
+ rake (12.3.2)
51
51
  rbnacl (5.0.0)
52
52
  ffi
53
53
  rbnacl-libsodium (1.0.16)
@@ -60,7 +60,7 @@ GEM
60
60
  rspec-expectations (>= 2.99.0.beta1)
61
61
  rspec-core (3.8.0)
62
62
  rspec-support (~> 3.8.0)
63
- rspec-expectations (3.8.1)
63
+ rspec-expectations (3.8.2)
64
64
  diff-lcs (>= 1.2.0, < 2.0)
65
65
  rspec-support (~> 3.8.0)
66
66
  rspec-mocks (3.8.0)
@@ -69,7 +69,7 @@ GEM
69
69
  rspec-support (3.8.0)
70
70
  rspec_junit_formatter (0.4.1)
71
71
  rspec-core (>= 2, < 4, != 2.12.0)
72
- rubocop (0.60.0)
72
+ rubocop (0.61.1)
73
73
  jaro_winkler (~> 1.5.1)
74
74
  parallel (~> 1.10)
75
75
  parser (>= 2.5, != 2.5.1.1)
@@ -86,7 +86,7 @@ GEM
86
86
  json (>= 1.8, < 3)
87
87
  simplecov-html (~> 0.10.0)
88
88
  simplecov-html (0.10.2)
89
- thor (0.20.0)
89
+ thor (0.20.3)
90
90
  timecop (0.9.1)
91
91
  unicode-display_width (1.4.0)
92
92
  url (0.3.2)
@@ -111,5 +111,8 @@ DEPENDENCIES
111
111
  simplecov
112
112
  timecop
113
113
 
114
+ RUBY VERSION
115
+ ruby 2.5.3p105
116
+
114
117
  BUNDLED WITH
115
- 1.17.1
118
+ 1.17.2
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module PorkyLib
4
- VERSION = "0.3.3"
4
+ VERSION = "0.4.0"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: porky_lib
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.3
4
+ version: 0.4.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Greg Fletcher
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2018-11-28 00:00:00.000000000 Z
11
+ date: 2018-12-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -321,7 +321,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
321
321
  version: '0'
322
322
  requirements: []
323
323
  rubyforge_project:
324
- rubygems_version: 2.5.2.3
324
+ rubygems_version: 2.7.6
325
325
  signing_key:
326
326
  specification_version: 4
327
327
  summary: A library for cryptographic services using AWS KMS and RbNaCl