This repository has been archived by the owner on Jan 2, 2023. It is now read-only.
v1.0.0
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
andlib
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