contrast-agent-lib 0.1.4 → 1.1.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile +1 -1
- data/contrast-agent-lib.gemspec +2 -2
- data/lib/contrast-agent-lib.rb +1 -1
- data/lib/utils/os.rb +1 -1
- data/lib/utils/version.rb +2 -2
- data/usage_files/libcontrast_c.dylib +0 -0
- data/usage_files/libcontrast_c.so +0 -0
- data/usage_files/libcontrast_c_musl.so +0 -0
- data/usage_files/libcontrast_darwin_arm.dylib +0 -0
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 76f0689450bbdbd40bf0e1bd049d10d8da3abe9b2dd9a89785163647bde42eb3
|
4
|
+
data.tar.gz: 6f399b41d44bda4bb0d9228962f34fd697dee0c69f30e8edb9a2f9c211691f2c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 56b80df5e70ddcf1c43602056ce859be9563f53f3e5888fdb59d0e98f9ed6cb783ef72149e3676efb1715018799637e8291925f4ecbe7c6b72da6b5e7a2420ea
|
7
|
+
data.tar.gz: e44b5c90e33d167beb1e539a1eb78c03d413dbe035afb19866e72259df764fb4bea2796a6c20eba41b562ea285122b20382e7906ed976e6d9d202111b217a9d3
|
data/Gemfile
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
# Copyright (c)
|
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'
|
data/contrast-agent-lib.gemspec
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
# Copyright (c)
|
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', '
|
63
|
+
spec.required_ruby_version = ['>= 2.7.0', '< 3.3.0']
|
64
64
|
|
65
65
|
add_authors(spec)
|
66
66
|
add_files(spec)
|
data/lib/contrast-agent-lib.rb
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
# Copyright (c)
|
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)
|
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)
|
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='
|
6
|
+
VERSION='1.1.0'
|
7
7
|
end
|
8
8
|
end
|
Binary file
|
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:
|
4
|
+
version: 1.1.0
|
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:
|
15
|
+
date: 2023-02-03 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.
|
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.
|
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
|