Skip to content
This repository has been archived by the owner on Jan 2, 2023. It is now read-only.

v1.0.0

Compare
Choose a tag to compare
@iconara iconara released this 12 Feb 13:12
· 70 commits to master since this release

Puck is finally 1.0!


Fixes since v1.0.0.pre4:

  • Fixed an issue we assumed StringIO would already be loaded because of Bundler, thanks @sivsushruth
  • Fixed an issue with finding bin files under Windows, thanks to @jmcaffee for reporting
  • It's no longer assumed that the bin and lib directories exist and you can create a Jar without either, thanks @sivsushruth for reporting this
  • You now create a Jar with Puck::Jar.new.create instead of …create!
  • Puck::Jar#create returns the path to the Jar