summaryrefslogtreecommitdiff
path: root/test/rubygems/test_gem_ext_cargo_builder/rust_ruby_example/rust_ruby_example.gemspec
blob: 82c84ba818ab8852ed85b20cc33a3fe90baed84b (plain)
1
2
3
4
5
6
7
8
Gem::Specification.new do |s|
  s.name          = "rust_ruby_example"
  s.version       = "0.1.0"
  s.summary       = "A Rust extension for Ruby"
  s.extensions    = ["Cargo.toml"]
  s.authors       = ["Ian Ker-Seymer"]
  s.files         = ["Cargo.toml", "Cargo.lock", "src/lib.rs"]
end