contrast-agent-lib 0.1.4 → 0.1.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 33852f7c0ff32dda5f1bb383ea6e22cccbe9f6a8e9eb86d931d42fd87f4ba97d
4
- data.tar.gz: f8d8483d5eccf6dac6a4c0d14fc0db4cd7a6310b0edaa6ee48d1e6cf2036637d
3
+ metadata.gz: 02b67425c85e2068bc3ae91548a28eaa053093a56fc17084d6226d01a7d8d2dc
4
+ data.tar.gz: 599dd1586f591e3d7cdf2708597b46d658073b1e0ab11b97e6e134b89f2bec26
5
5
  SHA512:
6
- metadata.gz: 6223cc990aef9e0c680ff225a7e2a497fc1deb9760b2518a24d1d2dc7f7298f5806bdc6cc1caf1d2691248d13fe1f9a2f13e685e4eca6a539b383fe6be993505
7
- data.tar.gz: 64d87019fb7f61c59d613efda6f06540261c8c52ae56918a70472f6d0edfaead92f24e54be21109550c14ce44a60429eb0a30ef8a83c3b2c886af5a8bdd93a05
6
+ metadata.gz: ce65bdeb6d28f2f568d1eb15f063098a87e200c96b859371f06d0c6bcfe2e889758e577afc7ea68f08e20a6f4c0ca4924812e843febfa9bd0283ad66b5c99d94
7
+ data.tar.gz: a853e074e29a8462e198de5e366494661ee4f733f0e6d48692d768b00726295b43836dbbfd6c37454c10bda9ca405ddaf47eddab9671769eba4025d98b49c303
data/Gemfile CHANGED
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2022 Contrast Security, Inc. See https://www.contrastsecurity.com/enduser-terms-0317a for more details.
1
+ # Copyright (c) 2023 Contrast Security, Inc. See https://www.contrastsecurity.com/enduser-terms-0317a for more details.
2
2
  # frozen_string_literal: true
3
3
 
4
4
  source 'https://rubygems.org'
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2022 Contrast Security, Inc. See https://www.contrastsecurity.com/enduser-terms-0317a for more details.
1
+ # Copyright (c) 2023 Contrast Security, Inc. See https://www.contrastsecurity.com/enduser-terms-0317a for more details.
2
2
  # frozen_string_literal: true
3
3
 
4
4
  require_relative './lib/utils/version'
@@ -60,7 +60,7 @@ Gem::Specification.new do |spec|
60
60
  spec.require_paths = ['lib']
61
61
  spec.homepage = 'https://www.contrastsecurity.com'
62
62
  spec.license = 'CONTRAST SECURITY (see license file)'
63
- spec.required_ruby_version = ['>= 2.7.0', '<= 3.2.0']
63
+ spec.required_ruby_version = ['>= 2.7.0', '< 3.3.0']
64
64
 
65
65
  add_authors(spec)
66
66
  add_files(spec)
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2022 Contrast Security, Inc. See https://www.contrastsecurity.com/enduser-terms-0317a for more details.
1
+ # Copyright (c) 2023 Contrast Security, Inc. See https://www.contrastsecurity.com/enduser-terms-0317a for more details.
2
2
  # frozen_string_literal: true
3
3
 
4
4
  require 'ffi'
data/lib/utils/os.rb CHANGED
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2022 Contrast Security, Inc. See https://www.contrastsecurity.com/enduser-terms-0317a for more details.
1
+ # Copyright (c) 2023 Contrast Security, Inc. See https://www.contrastsecurity.com/enduser-terms-0317a for more details.
2
2
  # frozen_string_literal: true
3
3
 
4
4
  require 'rbconfig'
data/lib/utils/version.rb CHANGED
@@ -1,8 +1,8 @@
1
- # Copyright (c) 2022 Contrast Security, Inc. See https://www.contrastsecurity.com/enduser-terms-0317a for more details.
1
+ # Copyright (c) 2023 Contrast Security, Inc. See https://www.contrastsecurity.com/enduser-terms-0317a for more details.
2
2
  # frozen_string_literal: true
3
3
 
4
4
  module ContrastAgentLib
5
5
  module Version
6
- VERSION='0.1.4'
6
+ VERSION='0.1.5'
7
7
  end
8
8
  end
Binary file
Binary file
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: contrast-agent-lib
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.4
4
+ version: 0.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - teodor.raychev@contrastsecurity.com
@@ -12,7 +12,7 @@ authors:
12
12
  autorequire:
13
13
  bindir: bin
14
14
  cert_chain: []
15
- date: 2022-11-29 00:00:00.000000000 Z
15
+ date: 2023-01-19 00:00:00.000000000 Z
16
16
  dependencies:
17
17
  - !ruby/object:Gem::Dependency
18
18
  name: ffi
@@ -68,16 +68,16 @@ required_ruby_version: !ruby/object:Gem::Requirement
68
68
  - - ">="
69
69
  - !ruby/object:Gem::Version
70
70
  version: 2.7.0
71
- - - "<="
71
+ - - "<"
72
72
  - !ruby/object:Gem::Version
73
- version: 3.2.0
73
+ version: 3.3.0
74
74
  required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  requirements:
76
76
  - - ">="
77
77
  - !ruby/object:Gem::Version
78
78
  version: '0'
79
79
  requirements: []
80
- rubygems_version: 3.3.26
80
+ rubygems_version: 3.4.4
81
81
  signing_key:
82
82
  specification_version: 4
83
83
  summary: This is the Ruby Interface for Rust Agent Library