1
0
mirror of https://github.com/apple/foundationdb.git synced 2025-05-20 21:43:00 +08:00

Add missing file fdbimpl_v609.rb to the package

This commit is contained in:
Balachandar Namasivayam 2019-01-31 15:36:14 -08:00
parent 0e5db1e7b7
commit 84a7fd1254

@ -13,7 +13,7 @@ https://apple.github.io/foundationdb/api-ruby.html.
EOF EOF
s.authors = ["FoundationDB"] s.authors = ["FoundationDB"]
s.email = 'fdb-dist@apple.com' s.email = 'fdb-dist@apple.com'
s.files = ["LICENSE", "lib/fdb.rb", "lib/fdbdirectory.rb", "lib/fdbimpl.rb", "lib/fdblocality.rb", "lib/fdboptions.rb", "lib/fdbsubspace.rb", "lib/fdbtuple.rb"] s.files = ["LICENSE", "lib/fdb.rb", "lib/fdbdirectory.rb", "lib/fdbimpl.rb", "lib/fdblocality.rb", "lib/fdboptions.rb", "lib/fdbsubspace.rb", "lib/fdbtuple.rb", "lib/fdbimpl_v609.rb"]
s.homepage = 'https://www.foundationdb.org' s.homepage = 'https://www.foundationdb.org'
s.license = 'Apache v2' s.license = 'Apache v2'
s.add_dependency('ffi', '>= 1.1.5') s.add_dependency('ffi', '>= 1.1.5')