Sha256: 37e40320fd38a68c529bbc9613965ce7e5844a3ed5a044f6168a9f01f8cd8fa4
Contents?: true
Size: 713 Bytes
Versions: 5
Compression:
Stored size: 713 Bytes
Contents
require_relative 'lib/light_admin/version' Gem::Specification.new do |spec| spec.name = "light_admin" spec.version = LightAdmin::VERSION spec.authors = ["Marie Ishihara", "Antoine Goeuriot", "CapSens"] spec.summary = 'Simple, minimal theme for activeadmin.' spec.description = 'At CapSens - Paris-based RoR agency - we like ActiveAdmin very much. So we made this theme.' spec.license = "MIT" spec.files = Dir.chdir(File.expand_path(__dir__)) do `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) } end spec.bindir = "exe" spec.require_paths = ["lib"] spec.add_dependency 'activeadmin', ['>= 1.1.0', '< 4.0'] end
Version data entries
5 entries across 5 versions & 1 rubygems