Sha256: 569138464ae7d7f0c7c9b27f8495c3b737261e75eb38f86edf3572456629bf17
Contents?: true
Size: 384 Bytes
Versions: 53
Compression:
Stored size: 384 Bytes
Contents
# frozen_string_literal: true module RailsAppGenerator # Custom add-ons for RailsAppGenerator module AddOns # Add Hexapdf to rails application class Hexapdf < RailsAppGenerator::Addon required_gem gem.version('hexapdf', '0.24.0', 'HexaPDF is a pure Ruby library with an accompanying application for working with PDF files.') def apply; end end end end
Version data entries
53 entries across 53 versions & 1 rubygems