Sha256: 49955d66f9e06a6c56b953a74292615659fd77fdecb6256714c16eb70c30ba17
Contents?: true
Size: 307 Bytes
Versions: 19
Compression:
Stored size: 307 Bytes
Contents
module AppDrone class Sorcery < Drone desc "No-frills user authentication" category :auth depends_on :bundle param :configure, :boolean, info: 'generate core migration and User model' def align bundle.add 'sorcery' end def execute do! :configure if param(:configure) end end end
Version data entries
19 entries across 14 versions & 1 rubygems