Sha256: 7a2f85e5de621eb9134353ed58d21c260c32f0fb02006772ee92255460f05202
Contents?: true
Size: 1.04 KB
Versions: 5
Compression:
Stored size: 1.04 KB
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_development_dependency "bundler", "~> 1.8" spec.add_development_dependency "rake", "~> 10.0" end
Version data entries
5 entries across 5 versions & 1 rubygems