11# go-gem-wrapper
22` go-gem-wrapper ` is a wrapper for creating Ruby native extension in [ Go] ( https://go.dev/ )
33
4- [ ![ GitHub Tag] ( https://img.shields.io/github/v/tag/sue445 /go-gem-wrapper )] ( https://github.com/sue445 /go-gem-wrapper/releases )
5- [ ![ build] ( https://github.com/sue445 /go-gem-wrapper/actions/workflows/build.yml/badge.svg )] ( https://github.com/sue445 /go-gem-wrapper/actions/workflows/build.yml )
6- [ ![ Coverage Status] ( https://coveralls.io/repos/github/sue445 /go-gem-wrapper/badge.svg )] ( https://coveralls.io/github/sue445 /go-gem-wrapper )
7- [ ![ Go Report Card] ( https://goreportcard.com/badge/github.com/sue445 /go-gem-wrapper )] ( https://goreportcard.com/report/github.com/sue445 /go-gem-wrapper )
8- [ ![ Go Reference] ( https://pkg.go.dev/badge/github.com/sue445 /go-gem-wrapper.svg )] ( https://pkg.go.dev/github.com/sue445 /go-gem-wrapper )
4+ [ ![ GitHub Tag] ( https://img.shields.io/github/v/tag/ruby-go-gem /go-gem-wrapper )] ( https://github.com/ruby-go-gem /go-gem-wrapper/releases )
5+ [ ![ build] ( https://github.com/ruby-go-gem /go-gem-wrapper/actions/workflows/build.yml/badge.svg )] ( https://github.com/ruby-go-gem /go-gem-wrapper/actions/workflows/build.yml )
6+ [ ![ Coverage Status] ( https://coveralls.io/repos/github/ruby-go-gem /go-gem-wrapper/badge.svg )] ( https://coveralls.io/github/ruby-go-gem /go-gem-wrapper )
7+ [ ![ Go Report Card] ( https://goreportcard.com/badge/github.com/ruby-go-gem /go-gem-wrapper )] ( https://goreportcard.com/report/github.com/ruby-go-gem /go-gem-wrapper )
8+ [ ![ Go Reference] ( https://pkg.go.dev/badge/github.com/ruby-go-gem /go-gem-wrapper.svg )] ( https://pkg.go.dev/github.com/ruby-go-gem /go-gem-wrapper )
99
1010## Requirements
1111* Go
@@ -97,7 +97,7 @@ go install golang.org/x/tools/cmd/godoc@latest
9797godoc
9898```
9999
100- open http://localhost:6060/pkg/github.com/sue445 /go-gem-wrapper/
100+ open http://localhost:6060/pkg/github.com/ruby-go-gem /go-gem-wrapper/
101101
102102## Coverage
103103We provide auto-generated bindings for (almost) all CRuby functions available when including ` ruby.h ` :muscle :
@@ -110,8 +110,8 @@ See below for details.
110110* [ _ tools/ruby_h_to_go/] ( _tools/ruby_h_to_go/ )
111111
112112## Reference
113- * Go: https://pkg.go.dev/github.com/sue445 /go-gem-wrapper
114- * Ruby: https://sue445 .github.io/go-gem-wrapper/
113+ * Go: https://pkg.go.dev/github.com/ruby-go-gem /go-gem-wrapper
114+ * Ruby: https://ruby-go-gem .github.io/go-gem-wrapper/
115115
116116## Original idea
117117[ Ruby meets Go - RubyKaigi 2015] ( https://rubykaigi.org/2015/presentations/mmasaki/ )
0 commit comments