cobhan 0.1.0 → 0.1.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
  SHA256:
3
- metadata.gz: 309e7e9e4dc297cca788ad4a722c4b5e686e21f071f1faff64d9256ca5eec267
4
- data.tar.gz: 3a2f819a9bb2d1d67ea99e3739cadfeb80a27354a2deebd007e57b366d21ebc4
3
+ metadata.gz: 108229c3a18ee44bac6a9d1e532b07c9614dc9c6481157eec0235641d898f9e6
4
+ data.tar.gz: c1079db44a669a798268cb3a495a62fd9d68b224117f317034e058e80d2d30f4
5
5
  SHA512:
6
- metadata.gz: 91c3c544862b16a4b4a41312bcd3ce5208f75f9fc738e3940bada7c7fac08f899e5cb3fbadd4731ab512e34adcb5a0b0cfd11e9560ef51aa82200a48660d04ef
7
- data.tar.gz: 9498b1799ec6834e1659f2183b1d05b9a5e0bbdaa53856facd7200228e3e285b27639124d8edc29e5aeb66f967d2e20a2b8e0aa35e4803d48aaa68b0ecb93d79
6
+ metadata.gz: 3af86ba501a6cb6f1a04e6283a451f099a526ba8be4df1ec8b810bbeee6f82462ee677eaa7cf4744bf784e47d637d1967b2cfd87cbb767c4cad72759983705f8
7
+ data.tar.gz: 5e8260a84192f7ca305e2ee05aafdd7f8dbaf76d5d8ad9a200d0846bb13c030c0295315d9cbbaf628a9bde91ad338d5d209fdf470e2f0397c625c98a6d888a53
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  ## [Unreleased]
2
2
 
3
+ ## [0.1.1] - 2022-03-01
4
+
5
+ - Fix gemspec description
6
+ - Add Github Actions
7
+
3
8
  ## [0.1.0] - 2022-03-01
4
9
 
5
10
  - Initial release
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"
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Cobhan
4
- VERSION = "0.1.0"
4
+ VERSION = "0.1.1"
5
5
  end
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.0
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: Wrapper sample for Golang c-shared build implementation
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: Wrapper sample for Golang c-shared build
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