You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$stderr.puts"Run `bundle install` to install missing gems"
exite.status_code
end
require'rake'
require'jeweler'
Jeweler::Tasks.newdo |gem|
# gem is a Gem::Specification... see http://docs.rubygems.org/read/chapter/20 for more options
gem.name="soroban"
gem.homepage="https://github.com/agworld/soroban"
gem.license="MIT"
gem.summary="Soroban is a calculating engine that understands Excel formulas."
gem.description="Soroban makes it easy to extract and execute formulas from Excel spreadsheets. It rewrites Excel formulas as Ruby expressions, and allows you to bind named variables to spreadsheet cells to easily manipulate inputs and capture outputs."