oso-oso 0.8.1 → 0.8.2

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: 58af2c75ff3f419ca9c411e3863fcc4523c2c0ca
4
- data.tar.gz: 13b0ded3710700f1a228c44b334dcfca6589f840
3
+ metadata.gz: 8d51e82a017eaa54ea9a33b9199461015e3eac36
4
+ data.tar.gz: 6903b31bf79562138d28d96c1c33d51270f65ba5
5
5
  SHA512:
6
- metadata.gz: 7eb4566dd1f0c680c3ed59f88149fd44aa10e557d1bfac4a55d0a6381f8fdeaf7d78287e11d1380d07bd739edaa487374728b36f24e669a98a91651599c9436f
7
- data.tar.gz: d0c6366a3166665055cbc23e7b510fafa9a179ef534bc773cd23327c3c6d153e7b70120c25671670d2d30602f736a7f5708e21b205c88209044ebb256985b945
6
+ metadata.gz: 91cc12a5af5fc9b16492681e398b8d09d341ac4dd4af34ca0b216c774248024723844937b1c106e7aceba03dc574b6377530cb74f2e591c86cab62ae836538df
7
+ data.tar.gz: 1cd76a3ba326f3e505e956f22f41ae1a572bc995e990be19e294dae803bd0683f01b7d3589ca4a44923848deb150ccb401ee77bfaf99faacc6e9b032a61b0fe7
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- oso-oso (0.8.1)
4
+ oso-oso (0.8.2)
5
5
  ffi (~> 1.0)
6
6
 
7
7
  GEM
Binary file
Binary file
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Oso
4
- VERSION = '0.8.1'
4
+ VERSION = '0.8.2'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: oso-oso
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.1
4
+ version: 0.8.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Oso Security, Inc.
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-11-24 00:00:00.000000000 Z
11
+ date: 2020-11-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: ffi