Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 182 Bytes

RELEASING.rdoc

File metadata and controls

10 lines (6 loc) · 182 Bytes

Releasing the Syntax Gem

  • Update version in lib/syntax/version.rb.

  • Build the gem, use Ruby 1.9.3.

    rake clean
    rake package
    gem push pkg/syntax-x.y.z.gem