Sha256: aa3b9320f23f4c7c973d5d7131caaf624254ecda8b1f9354c523640a3aaef554
Contents?: true
Size: 812 Bytes
Versions: 13
Compression:
Stored size: 812 Bytes
Contents
lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'activeadmin/select_many/version' Gem::Specification.new do |spec| spec.name = 'activeadmin_select_many' spec.version = ActiveAdmin::SelectMany::VERSION spec.summary = 'SelectMany plugin for ActiveAdmin' spec.description = 'An Active Admin plugin which improves one-to-many and many-to-many associations selection (jQuery required)' spec.license = 'MIT' spec.authors = ['Mattia Roccoberton'] spec.email = 'mat@blocknot.es' spec.homepage = 'https://github.com/blocknotes/activeadmin_select_many' spec.files = `git ls-files -z`.split("\x0") spec.require_paths = ['lib'] spec.add_runtime_dependency 'activeadmin', '~> 1.0' end
Version data entries
13 entries across 13 versions & 1 rubygems