Sha256: 6cd4e1e3faa5f682137453f47339b4c559f96b4b2558e0a63e5ac7fa7a337d20

Contents?: true

Size: 1.56 KB

Versions: 5

Compression:

Stored size: 1.56 KB

Contents

lib = File.expand_path("../lib", __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'administrate_batch_actions/version'

Gem::Specification.new do |spec|
  spec.name          = 'administrate_batch_actions'
  spec.version       = AdministrateBatchActions::VERSION
  spec.authors       = ['Sourcelabs LLC']
  spec.email         = ['andrei@sourcelabs.io']
  spec.homepage      = 'https://github.com/SourceLabsLLC/administrate-batch-actions'
  spec.summary       = 'Batch Actions plugin for Administrate'
  spec.description   = spec.summary
  spec.license       = 'MIT'

  # Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'
  # to allow pushing to a single host or delete this section to allow pushing to any host.
  # if spec.respond_to?(:metadata)
  #   spec.metadata['allowed_push_host'] = "TODO: Set to 'http://mygemserver.com'"
  # else
  #   raise "RubyGems 2.0 or newer is required to protect against " \
  #     "public gem pushes."
  # end

  spec.files         = `git ls-files -z`.split("\x0").reject do |f|
    f.match(%r{^(test|spec|features)/})
  end
  spec.bindir        = 'exe'
  spec.executables   = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
  spec.require_paths = ['lib']

  spec.add_development_dependency 'bundler', '~> 1.16'
  spec.add_development_dependency 'rake', '~> 10.0'
  spec.add_development_dependency 'rspec', '~> 3.0'
  spec.add_development_dependency 'rspec-rails', '~> 3.0'
  spec.add_development_dependency 'pry'
  spec.add_dependency 'administrate'
  spec.add_dependency 'rails', '>= 5.2'
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
administrate_batch_actions-0.3.2 administrate_batch_actions.gemspec
administrate_batch_actions-0.3.1 administrate_batch_actions.gemspec
administrate_batch_actions-0.3.0 administrate_batch_actions.gemspec
administrate_batch_actions-0.2.0 administrate_batch_actions.gemspec
administrate_batch_actions-0.1.0 administrate_batch_actions.gemspec