Sha256: c2cc61a166660259494d8c376699204534729f8325f4e818d9160a4c083cf2b2
Contents?: true
Size: 1.02 KB
Versions: 1
Compression:
Stored size: 1.02 KB
Contents
lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'bard/staging_banner/version' Gem::Specification.new do |gem| gem.name = "bard-staging_banner" gem.version = Bard::StagingBanner::VERSION gem.authors = ["Micah Geisel"] gem.email = ["micah@botandrose.com"] gem.description = %q{Middleware to inject an annoying banner on every page in the staging environment} gem.summary = %q{Middleware to inject an annoying banner on every page in the staging environment} gem.homepage = "https://github.com/botandrose/bard-staging_banner" gem.files = `git ls-files`.split($/) gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) } gem.test_files = gem.files.grep(%r{^(test|spec|features)/}) gem.require_paths = ["lib"] gem.add_dependency "letter_opener_web" gem.add_dependency "rexml" # is a dependency of letter_opener_web, but was bundled with ruby 2. needs to be explict to use it with ruby 3 end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
bard-staging_banner-0.4.1 | bard-staging_banner.gemspec |