Sha256: ffa6edf1b7bcc981e0c6bad5165ecd89b3429db550aaef1ff94b0da06190d4ec
Contents?: true
Size: 763 Bytes
Versions: 3
Compression:
Stored size: 763 Bytes
Contents
# -*- encoding: utf-8 -*- require File.expand_path('../lib/active_export/version', __FILE__) Gem::Specification.new do |gem| gem.authors = ["kengos"] gem.email = ["kengo@kengos.jp"] gem.description = %q{Export to CSV from ActiveRecord collections.} gem.summary = %q{Export to CSV from ActiveRecord collections.} gem.homepage = "https://github.com/kengos/active_export" gem.files = `git ls-files`.split($\) gem.add_dependency("activesupport", ">= 3.0.0") gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) } gem.test_files = gem.files.grep(%r{^(test|spec|features)/}) gem.name = "active_export" gem.require_paths = ["lib"] gem.version = ActiveExport::VERSION end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
active_export-0.3.0 | active_export.gemspec |
active_export-0.2.0 | active_export.gemspec |
active_export-0.1.0 | active_export.gemspec |