Sha256: 93325f35908e927257653759749c09004d6370761af3312fa751b7ee2bc10218
Contents?: true
Size: 365 Bytes
Versions: 5
Compression:
Stored size: 365 Bytes
Contents
# frozen_string_literal: true module RailsAppGenerator # Custom add-ons for RailsAppGenerator module AddOns # Add Hexapdf to rails application class Hexapdf < 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
5 entries across 5 versions & 1 rubygems