Sha256: d3c12a31b4a19f5d1afba5837197fc2fba5c2056f7d4621b4284f2511418957b
Contents?: true
Size: 535 Bytes
Versions: 49
Compression:
Stored size: 535 Bytes
Contents
# frozen_string_literal: true $:.push File.expand_path("../lib", __FILE__) # Maintain your gem's version: require "frontend/version" # Describe your gem and declare its dependencies: Gem::Specification.new do |s| s.name = "frontend" s.version = Frontend::VERSION s.authors = ["Jane Doe"] s.email = ["jane.doe@domain.local"] s.summary = "The default cmor frontend with bootstrap 4." s.license = "MIT" s.files = Dir["{app,config,db,lib}/**/*", "MIT-LICENSE", "Rakefile", "README.rdoc"] end
Version data entries
49 entries across 49 versions & 1 rubygems