Sha256: 196ce90ea0041989081dd208e3aa607c625a301ccff401875b5d7c52291c50c0
Contents?: true
Size: 214 Bytes
Versions: 1
Compression:
Stored size: 214 Bytes
Contents
# frozen_string_literal: true module VagrantTrellisCert # Gem identity information. module Identity def self.name "vagrant-trellis-cert" end def self.version "0.1.1" end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
vagrant-trellis-cert-0.1.1 | lib/vagrant_trellis_cert/identity.rb |