foundationdb/bindings/ruby/lib
Andrew Hayworth 55d12fe1fc Allow ruby bindings on arm64
While fixing the gem build, I noticed that the gem will not run on arm64
machines, like the new spiffy M1/M2 MacBooks. On a whim, I tried just
removing that restriction... and it does seem to work:

```
foundationdb/bindings/ruby/lib on  ahayworth/fix-ruby-binding-build [?] via 💎 v3.2.1 took 2s
zsh ❯ pry
[1] pry(main)> require 'fdb'
=> true
[2] pry(main)> FDB.api_version 720
LoadError: FoundationDB API only supported on x86_64 (not arm64)
from /Users/andrew/.rbenv/versions/3.2.1/lib/ruby/gems/3.2.0/gems/fdb-7.3.0/lib/fdbimpl.rb:40:in `<module:FDBC>'
[3] pry(main)>
```
2023-03-07 10:53:37 -08:00
..
fdb.rb update version to 7.2.0 2022-04-11 23:23:27 -05:00
fdbdirectory.rb Fixed broken links to documentation 2018-04-19 14:34:03 -04:00
fdbimpl.rb Allow ruby bindings on arm64 2023-03-07 10:53:37 -08:00
fdbimpl_v609.rb Update all of the bindings to use the new C API and deprecate or remove unneeded parts of their APIs. 2018-10-02 15:28:46 -07:00
fdblocality.rb Fix comments to use transaction_too_old instead of past_version 2019-04-24 18:50:57 -07:00
fdbsubspace.rb Fixed broken links to documentation 2018-04-19 14:34:03 -04:00
fdbtuple.rb Some fixes to the type chosen for decoding integers in Go. Fix to ruby encoding at byte boundaries. Add execute bit to ruby tester. 2018-10-31 14:09:23 -07:00