Sha256: 57d9ca9c46ddf1ae7cadbf66c73582358a79e4d12c6bec1ff0b6c3f25eec1438
Contents?: true
Size: 914 Bytes
Versions: 1
Compression:
Stored size: 914 Bytes
Contents
# frozen_string_literal: true lib = File.expand_path('lib', __dir__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'activeadmin_blaze_theme/version' Gem::Specification.new do |spec| spec.name = 'activeadmin_blaze_theme' spec.version = ActiveAdminBlazeTheme::VERSION spec.authors = ['Mattia Roccoberton'] spec.email = ['mat@blocknot.es'] spec.summary = 'ActiveAdmin Blaze Theme' spec.description = 'An ActiveAdmin theme based on Blaze CSS UI toolkit' spec.homepage = 'https://github.com/blocknotes/activeadmin_blaze_theme' spec.license = 'MIT' spec.files = `git ls-files -z`.split("\x0") spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) } spec.test_files = spec.files.grep(%r{^(test|spec|features)/}) spec.require_paths = ['lib'] spec.add_runtime_dependency 'activeadmin', '~> 2.0' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
activeadmin_blaze_theme-0.7.4 | activeadmin_blaze_theme.gemspec |