oso-oso 0.27.0 → 0.27.1

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: b4237a4fb6a4d0f5ba49a6ee77553d852bc40fdc
4
- data.tar.gz: fc629d3d28060ae2fb23abdfbaa2d000ddcc7e8f
3
+ metadata.gz: e385b5f2b5d203ff9a976e908ca82be46c3f84ad
4
+ data.tar.gz: 5a0fe68d7b95a6e1169e0555ad1c7ca8432f50b7
5
5
  SHA512:
6
- metadata.gz: 1279df0e985b0b88b2515e5e0f97e5422353c19fea59e37dc74228f261b22452ca934f16d4d052f8bbad649e8d98a7dae8cf37b9f5e334b6f6f442ca78609d64
7
- data.tar.gz: f78042389378f6c90180f073879e3557a0eeab5624e2632ef1c51308094b4f9b17b2300f5179b0c92b5ee58ea128a382c128b57d16c4903001afb0d9a7332882
6
+ metadata.gz: fb4099c2a01daa41f6281bb542d37f5f6cc458fd3c746c9166ff3f02aab6e3c85a0c4ca535e30d55c571350e677efafbbb89260a8a567d06d89601ce2906d9a6
7
+ data.tar.gz: d1d6c9f8aea39de722d1d524554541c45abb3d2b58e51a44f0241e4927300d14b70b05874ea1f67355295df2c70bbdc26ccbe157ba5ad9a8d223f594dba245cd
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- oso-oso (0.27.0)
4
+ oso-oso (0.27.1)
5
5
  ffi (~> 1.0)
6
6
 
7
7
  GEM
Binary file
Binary file
Binary file
data/lib/oso/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Oso
4
- VERSION = '0.27.0'
4
+ VERSION = '0.27.1'
5
5
  end
data/oso-oso.gemspec CHANGED
@@ -8,7 +8,7 @@ Gem::Specification.new do |spec|
8
8
  spec.authors = ['Oso Security, Inc.']
9
9
  spec.email = ['support@osohq.com']
10
10
  spec.licenses = ['Apache-2.0']
11
- spec.summary = 'Oso authorization library.'
11
+ spec.summary = "We have deprecated the legacy Oso open source library. We have plans for the next open source release and we’re looking forward to getting feedback from the community leading up to that point (please reach out to us in the Slack #help channel). In the meantime, if you’re happy using the Oso open source library now, nothing needs to change – i.e., we are not end-of-lifing (EOL) the library and we’ll continue to provide support and critical bug fixes. More context: [here](https://www.osohq.com/docs/oss/getting-started/deprecation.html)."
12
12
  spec.homepage = 'https://www.osohq.com/'
13
13
 
14
14
  spec.required_ruby_version = Gem::Requirement.new('>= 2.4.0')
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.27.0
4
+ version: 0.27.1
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: 2023-04-03 00:00:00.000000000 Z
11
+ date: 2023-12-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: ffi
@@ -208,5 +208,10 @@ rubyforge_project:
208
208
  rubygems_version: 2.6.14.4
209
209
  signing_key:
210
210
  specification_version: 4
211
- summary: Oso authorization library.
211
+ summary: 'We have deprecated the legacy Oso open source library. We have plans for
212
+ the next open source release and we’re looking forward to getting feedback from
213
+ the community leading up to that point (please reach out to us in the Slack #help
214
+ channel). In the meantime, if you’re happy using the Oso open source library now,
215
+ nothing needs to change – i.e., we are not end-of-lifing (EOL) the library and we’ll
216
+ continue to provide support and critical bug fixes. More context: [here](https://www.osohq.com/docs/oss/getting-started/deprecation.html).'
212
217
  test_files: []