shoes / furoshiki

Distribute Ruby GUI apps easily.
https://github.com/shoes/furoshiki
Do What The F*ck You Want To Public License
36 stars 6 forks source link

Bump template version for mac to 0.0.4 #36

Closed jasonrclark closed 6 years ago

jasonrclark commented 6 years ago

Need to update to use the new template... makes me wish we'd done #35 though.

Icon in action...

mac-desktop
PragTob commented 6 years ago

tests aren't happy :D

  1) Furoshiki::MacApp default caches current version of template

     Failure/Error: expect(subject.template_path).to eq(cache_dir.join('mac-app-template-0.0.3.zip'))

       expected: <Pathname:/home/travis/build/shoes/furoshiki/spec/.furoshiki/cache/mac-app-template-0.0.3.zip>

            got: <Pathname:/home/travis/build/shoes/furoshiki/spec/.furoshiki/cache/mac-app-template-0.0.4.zip>

       (compared using ==)

       Diff:

       @@ -1,2 +1,2 @@

       -<Pathname:/home/travis/build/shoes/furoshiki/spec/.furoshiki/cache/mac-app-template-0.0.3.zip>

       +<Pathname:/home/travis/build/shoes/furoshiki/spec/.furoshiki/cache/mac-app-template-0.0.4.zip>
jasonrclark commented 6 years ago

Ha, good catch! Fix incoming...