我正在使用spree 0.70.1并希望将其与ebs支付网关集成。有一个扩展 https://github.com/pronix/spree-ebsin但是在安装时会抛出错误
spree_ebsin at /Users/dhirengupta/.rvm/gems/ruby-1.9.2-p318@store/bundler/gems/spree- ebsin-a323630d78d1 did not have a valid gemspec.
This prevents bundler from installing bins or native extensions, but that may not affect its functionality.
The validation message from Rubygems was:
authors may not be empty
请帮助我将spree与ebs集成。感谢。
答案 0 :(得分:1)
这不是一个真正的错误,不会阻止你使用宝石。 gemspec需要更新,因为它没有:
s.author = 'John Dyer'
s.email = 'john@spreecommerce.com'
s.homepage = 'http://www.spreecommerce.com'