I installed Ruby 1.9.3 (I have a 64 bit Windows Server7) and updated RubyGems to 2.2.2 then ran >pakyow new warmup... it created a new dir and looks good (no errors reported).
D:\>pakyow new warmup
Generating project: warmup
Running `bundle install`
Done!
however when I change to the warmup dir and run pakyow server I get the message:
D:\warmup>pakyow server
←[31mCould not find gem 'puma (>= 0) x86-mingw32' in the gems available on this
machine.←[0m
←[33mRun `bundle install` to install missing gems.←[0m
Any hints as to where I should start to look?
Cheers, Larry