Ruby gem for building arbitrary static websites. https://rubygems.org/gems/petrify
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 

15 řádky
342 B

  1. #!/usr/bin/env ruby
  2. require "bundler/setup"
  3. require "petrify"
  4. # You can add fixtures and/or initialization code here to make experimenting
  5. # with your gem easier. You can also use a different console, if you like.
  6. # (If you use this, don't forget to add pry to your Gemfile!)
  7. # require "pry"
  8. # Pry.start
  9. require "irb"
  10. IRB.start(__FILE__)