cobhan 0.1.0 → 0.1.1
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 +4 -4
- data/CHANGELOG.md +5 -0
- data/cobhan.gemspec +0 -3
- data/lib/cobhan/version.rb +1 -1
- metadata +5 -4
- data/Gemfile.lock +0 -57
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 108229c3a18ee44bac6a9d1e532b07c9614dc9c6481157eec0235641d898f9e6
|
|
4
|
+
data.tar.gz: c1079db44a669a798268cb3a495a62fd9d68b224117f317034e058e80d2d30f4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3af86ba501a6cb6f1a04e6283a451f099a526ba8be4df1ec8b810bbeee6f82462ee677eaa7cf4744bf784e47d637d1967b2cfd87cbb767c4cad72759983705f8
|
|
7
|
+
data.tar.gz: 5e8260a84192f7ca305e2ee05aafdd7f8dbaf76d5d8ad9a200d0846bb13c030c0295315d9cbbaf628a9bde91ad338d5d209fdf470e2f0397c625c98a6d888a53
|
data/CHANGELOG.md
CHANGED
data/cobhan.gemspec
CHANGED
|
@@ -11,9 +11,6 @@ Gem::Specification.new do |spec|
|
|
|
11
11
|
spec.summary = "Ruby wrapper library for the Cobhan FFI system"
|
|
12
12
|
spec.description = "Cobhan FFI is a proof of concept system for enabling shared code to be written in Rust or Go and consumed from all major languages/platforms in a safe and effective way, using easy helper functions to manage any unsafe data marshaling."
|
|
13
13
|
|
|
14
|
-
spec.summary = 'Wrapper sample for Golang c-shared build'
|
|
15
|
-
spec.description = 'Wrapper sample for Golang c-shared build implementation'
|
|
16
|
-
|
|
17
14
|
spec.homepage = "https://github.com/godaddy/cobhan-ruby"
|
|
18
15
|
spec.license = "MIT"
|
|
19
16
|
spec.required_ruby_version = ">= 2.5.0"
|
data/lib/cobhan/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: cobhan
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- GoDaddy
|
|
@@ -52,7 +52,9 @@ dependencies:
|
|
|
52
52
|
- - "~>"
|
|
53
53
|
- !ruby/object:Gem::Version
|
|
54
54
|
version: '1.7'
|
|
55
|
-
description:
|
|
55
|
+
description: Cobhan FFI is a proof of concept system for enabling shared code to be
|
|
56
|
+
written in Rust or Go and consumed from all major languages/platforms in a safe
|
|
57
|
+
and effective way, using easy helper functions to manage any unsafe data marshaling.
|
|
56
58
|
email:
|
|
57
59
|
- oss@godaddy.com
|
|
58
60
|
executables: []
|
|
@@ -66,7 +68,6 @@ files:
|
|
|
66
68
|
- CODE_OF_CONDUCT.md
|
|
67
69
|
- CONTRIBUTING.md
|
|
68
70
|
- Gemfile
|
|
69
|
-
- Gemfile.lock
|
|
70
71
|
- LICENSE.txt
|
|
71
72
|
- README.md
|
|
72
73
|
- Rakefile
|
|
@@ -100,5 +101,5 @@ requirements: []
|
|
|
100
101
|
rubygems_version: 3.3.3
|
|
101
102
|
signing_key:
|
|
102
103
|
specification_version: 4
|
|
103
|
-
summary:
|
|
104
|
+
summary: Ruby wrapper library for the Cobhan FFI system
|
|
104
105
|
test_files: []
|
data/Gemfile.lock
DELETED
|
@@ -1,57 +0,0 @@
|
|
|
1
|
-
PATH
|
|
2
|
-
remote: .
|
|
3
|
-
specs:
|
|
4
|
-
cobhan (0.1.0)
|
|
5
|
-
ffi (~> 1.15.4)
|
|
6
|
-
|
|
7
|
-
GEM
|
|
8
|
-
remote: https://rubygems.org/
|
|
9
|
-
specs:
|
|
10
|
-
ast (2.4.2)
|
|
11
|
-
diff-lcs (1.5.0)
|
|
12
|
-
ffi (1.15.5)
|
|
13
|
-
parallel (1.21.0)
|
|
14
|
-
parser (3.1.1.0)
|
|
15
|
-
ast (~> 2.4.1)
|
|
16
|
-
rainbow (3.1.1)
|
|
17
|
-
rake (13.0.6)
|
|
18
|
-
regexp_parser (2.2.1)
|
|
19
|
-
rexml (3.2.5)
|
|
20
|
-
rspec (3.11.0)
|
|
21
|
-
rspec-core (~> 3.11.0)
|
|
22
|
-
rspec-expectations (~> 3.11.0)
|
|
23
|
-
rspec-mocks (~> 3.11.0)
|
|
24
|
-
rspec-core (3.11.0)
|
|
25
|
-
rspec-support (~> 3.11.0)
|
|
26
|
-
rspec-expectations (3.11.0)
|
|
27
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
|
28
|
-
rspec-support (~> 3.11.0)
|
|
29
|
-
rspec-mocks (3.11.0)
|
|
30
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
|
31
|
-
rspec-support (~> 3.11.0)
|
|
32
|
-
rspec-support (3.11.0)
|
|
33
|
-
rubocop (1.25.1)
|
|
34
|
-
parallel (~> 1.10)
|
|
35
|
-
parser (>= 3.1.0.0)
|
|
36
|
-
rainbow (>= 2.2.2, < 4.0)
|
|
37
|
-
regexp_parser (>= 1.8, < 3.0)
|
|
38
|
-
rexml
|
|
39
|
-
rubocop-ast (>= 1.15.1, < 2.0)
|
|
40
|
-
ruby-progressbar (~> 1.7)
|
|
41
|
-
unicode-display_width (>= 1.4.0, < 3.0)
|
|
42
|
-
rubocop-ast (1.16.0)
|
|
43
|
-
parser (>= 3.1.1.0)
|
|
44
|
-
ruby-progressbar (1.11.0)
|
|
45
|
-
unicode-display_width (2.1.0)
|
|
46
|
-
|
|
47
|
-
PLATFORMS
|
|
48
|
-
x86_64-darwin-20
|
|
49
|
-
|
|
50
|
-
DEPENDENCIES
|
|
51
|
-
cobhan!
|
|
52
|
-
rake (~> 13.0)
|
|
53
|
-
rspec (~> 3.0)
|
|
54
|
-
rubocop (~> 1.21)
|
|
55
|
-
|
|
56
|
-
BUNDLED WITH
|
|
57
|
-
2.3.3
|