derekcroft / zable

HTML table generation with searching and sorting made dead simple

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rake task to create new releases

joekur opened this issue · comments

  1. edit the gem version number in zable.gemspec
  2. gem update --system
  3. gem build zable.gemspec
  4. gem push zable-xxx.gem   (inserting the version there)