module Resona

Constants

VERSION

Public Class Methods

generate_resource_stanzas(gemfile_path, **options) click to toggle source
# File lib/resona.rb, line 13
def generate_resource_stanzas(gemfile_path, **options)
  gems = Resolver.run(gemfile_path, options)
  Formula.generate_resource_stanzas(gems)
end
print_formula(gemfile_path, **options) click to toggle source