Sha256: e9f315b8d2a6cf72f1d1e86661643c9ce1a49147be3595f8dc7000059488d89e
Contents?: true
Size: 1009 Bytes
Versions: 1
Compression:
Stored size: 1009 Bytes
Contents
# coding: utf-8 require File.expand_path('../lib/active_admin_scoped_collection_actions/version', __FILE__) Gem::Specification.new do |spec| spec.name = "active_admin_scoped_collection_actions" spec.version = ActiveAdminScopedCollectionActions::VERSION spec.authors = ["Gena M."] spec.email = ["workgena@gmail.com"] spec.summary = %q{scoped_collection actions extension for ActiveAdmin} spec.description = %q{Plugin for ActiveAdmin. Provides batch Update and Delete for scoped_collection (Filters + Scope) across all pages.} spec.homepage = "https://github.com/activeadmin-plugins/active_admin_scoped_collection_actions" spec.license = "MIT" spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) } spec.bindir = "exe" spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) } spec.require_paths = ["lib"] spec.add_dependency "activeadmin", ">= 1.1", "< 4.0" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
active_admin_scoped_collection_actions-1.0.1 | active_admin_scoped_collection_actions.gemspec |