oso-oso 0.27.1 → 0.27.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
- SHA1:
3
- metadata.gz: e385b5f2b5d203ff9a976e908ca82be46c3f84ad
4
- data.tar.gz: 5a0fe68d7b95a6e1169e0555ad1c7ca8432f50b7
2
+ SHA256:
3
+ metadata.gz: da399a469c21dd0a204d167b3b6ad6ccf7688b17517d38e8d537702bf3ef5acd
4
+ data.tar.gz: 1c1465393516e39339b30430908aa84b3afc4269601b81ad6303da6d85ecd8a5
5
5
  SHA512:
6
- metadata.gz: fb4099c2a01daa41f6281bb542d37f5f6cc458fd3c746c9166ff3f02aab6e3c85a0c4ca535e30d55c571350e677efafbbb89260a8a567d06d89601ce2906d9a6
7
- data.tar.gz: d1d6c9f8aea39de722d1d524554541c45abb3d2b58e51a44f0241e4927300d14b70b05874ea1f67355295df2c70bbdc26ccbe157ba5ad9a8d223f594dba245cd
6
+ metadata.gz: 7e4c13779aacb92f923ddc80d374ede8f6f06972f4faf799cec3329d49d976e6117255bc2838c8dc7c8779245760d5f2e6ed8da15ed9cc90d31bc0b6b69dd3a6
7
+ data.tar.gz: 88f5d89a819b23887acd17fb2a61e015417f06e48be8cea3f6ca153de04bc2b43bb3df80cfc4ec2263a520e85d8b0f9e0354cfb8cef8d156148a340765902a4d
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- oso-oso (0.27.1)
4
+ oso-oso (0.27.2)
5
5
  ffi (~> 1.0)
6
6
 
7
7
  GEM
@@ -21,7 +21,7 @@ GEM
21
21
  arel (9.0.0)
22
22
  ast (2.4.2)
23
23
  backport (1.2.0)
24
- benchmark (0.2.0)
24
+ benchmark (0.3.0)
25
25
  byebug (11.1.3)
26
26
  coderay (1.1.3)
27
27
  concurrent-ruby (1.1.9)
@@ -30,13 +30,21 @@ GEM
30
30
  ffi (1.15.4)
31
31
  i18n (1.8.11)
32
32
  concurrent-ruby (~> 1.0)
33
- jaro_winkler (1.5.4)
34
- maruku (0.7.3)
33
+ jaro_winkler (1.5.6)
34
+ kramdown (2.4.0)
35
+ rexml
36
+ kramdown-parser-gfm (1.1.0)
37
+ kramdown (~> 2.0)
35
38
  method_source (1.0.0)
36
- mini_portile2 (2.4.0)
39
+ mini_portile2 (2.8.5)
37
40
  minitest (5.14.4)
38
- nokogiri (1.10.10)
39
- mini_portile2 (~> 2.4.0)
41
+ nokogiri (1.15.5)
42
+ mini_portile2 (~> 2.8.2)
43
+ racc (~> 1.4)
44
+ nokogiri (1.15.5-x86_64-darwin)
45
+ racc (~> 1.4)
46
+ nokogiri (1.15.5-x86_64-linux)
47
+ racc (~> 1.4)
40
48
  parallel (1.20.1)
41
49
  parser (2.7.2.0)
42
50
  ast (~> 2.4.1)
@@ -46,6 +54,7 @@ GEM
46
54
  pry-byebug (3.9.0)
47
55
  byebug (~> 11.0)
48
56
  pry (~> 0.13.0)
57
+ racc (1.7.3)
49
58
  rainbow (3.0.0)
50
59
  rake (12.3.3)
51
60
  regexp_parser (2.1.1)
@@ -77,28 +86,28 @@ GEM
77
86
  rubocop-ast (0.8.0)
78
87
  parser (>= 2.7.1.5)
79
88
  ruby-progressbar (1.11.0)
80
- solargraph (0.39.17)
89
+ solargraph (0.40.1)
81
90
  backport (~> 1.1)
82
91
  benchmark
83
92
  bundler (>= 1.17.2)
84
93
  e2mmap
85
94
  jaro_winkler (~> 1.5)
86
- maruku (~> 0.7, >= 0.7.3)
87
- nokogiri (~> 1.9, >= 1.9.1)
95
+ kramdown (~> 2.3)
96
+ kramdown-parser-gfm (~> 1.1)
88
97
  parser (~> 2.3)
89
98
  reverse_markdown (>= 1.0.5, < 3)
90
- rubocop (~> 0.52)
99
+ rubocop (>= 0.52)
91
100
  thor (~> 1.0)
92
101
  tilt (~> 2.0)
93
102
  yard (~> 0.9, >= 0.9.24)
94
103
  sqlite3 (1.4.2)
95
- thor (1.1.0)
104
+ thor (1.3.0)
96
105
  thread_safe (0.3.6)
97
- tilt (2.0.10)
106
+ tilt (2.3.0)
98
107
  tzinfo (1.2.9)
99
108
  thread_safe (~> 0.1)
100
109
  unicode-display_width (1.8.0)
101
- yard (0.9.26)
110
+ yard (0.9.34)
102
111
 
103
112
  PLATFORMS
104
113
  ruby
@@ -112,7 +121,7 @@ DEPENDENCIES
112
121
  rake (~> 12.0)
113
122
  rspec (~> 3.0)
114
123
  rubocop (~> 0.89.1)
115
- solargraph (~> 0.39.14)
124
+ solargraph (~> 0.40.0)
116
125
  sqlite3
117
126
  yard (~> 0.9.25)
118
127
 
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.1'
4
+ VERSION = '0.27.2'
5
5
  end
data/oso-oso.gemspec CHANGED
@@ -8,7 +8,12 @@ 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 = "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)."
11
+ spec.summary = 'We have deprecated the legacy Oso open source library. We have plans for the next open ' \
12
+ "source release and we're looking forward to getting feedback from the community leading up " \
13
+ 'to that point (please reach out to us in the Slack #help channel). In the meantime, if ' \
14
+ "you're happy using the Oso open source library now, nothing needs to change – i.e., we are " \
15
+ "not end-of-lifing (EOL) the library and we'll continue to provide support and critical bug " \
16
+ 'fixes. More context: [here](https://www.osohq.com/docs/oss/getting-started/deprecation.html).'
12
17
  spec.homepage = 'https://www.osohq.com/'
13
18
 
14
19
  spec.required_ruby_version = Gem::Requirement.new('>= 2.4.0')
@@ -36,7 +41,7 @@ Gem::Specification.new do |spec|
36
41
  spec.add_development_dependency 'rake', '~> 12.0'
37
42
  spec.add_development_dependency 'rspec', '~> 3.0'
38
43
  spec.add_development_dependency 'rubocop', '~> 0.89.1'
39
- spec.add_development_dependency 'solargraph', '~> 0.39.14'
44
+ spec.add_development_dependency 'solargraph', '~> 0.40.0'
40
45
  spec.add_development_dependency 'sqlite3'
41
46
  spec.add_development_dependency 'yard', '~> 0.9.25'
42
47
  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.27.1
4
+ version: 0.27.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: 2023-12-18 00:00:00.000000000 Z
11
+ date: 2023-12-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: ffi
@@ -100,14 +100,14 @@ dependencies:
100
100
  requirements:
101
101
  - - "~>"
102
102
  - !ruby/object:Gem::Version
103
- version: 0.39.14
103
+ version: 0.40.0
104
104
  type: :development
105
105
  prerelease: false
106
106
  version_requirements: !ruby/object:Gem::Requirement
107
107
  requirements:
108
108
  - - "~>"
109
109
  - !ruby/object:Gem::Version
110
- version: 0.39.14
110
+ version: 0.40.0
111
111
  - !ruby/object:Gem::Dependency
112
112
  name: sqlite3
113
113
  requirement: !ruby/object:Gem::Requirement
@@ -204,14 +204,13 @@ required_rubygems_version: !ruby/object:Gem::Requirement
204
204
  - !ruby/object:Gem::Version
205
205
  version: '0'
206
206
  requirements: []
207
- rubyforge_project:
208
- rubygems_version: 2.6.14.4
207
+ rubygems_version: 3.1.6
209
208
  signing_key:
210
209
  specification_version: 4
211
210
  summary: 'We have deprecated the legacy Oso open source library. We have plans for
212
- the next open source release and were looking forward to getting feedback from
211
+ the next open source release and we''re looking forward to getting feedback from
213
212
  the community leading up to that point (please reach out to us in the Slack #help
214
- channel). In the meantime, if youre 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 well
213
+ channel). In the meantime, if you''re happy using the Oso open source library now,
214
+ nothing needs to change – i.e., we are not end-of-lifing (EOL) the library and we''ll
216
215
  continue to provide support and critical bug fixes. More context: [here](https://www.osohq.com/docs/oss/getting-started/deprecation.html).'
217
216
  test_files: []