forked from naaano/active_scaffold_export
-
Notifications
You must be signed in to change notification settings - Fork 1
/
active_scaffold_export.gemspec
44 lines (42 loc) · 1.55 KB
/
active_scaffold_export.gemspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
# Generated by jeweler
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = "active_scaffold_export"
s.version = "3.3.2"
s.authors = ["Volker Hochstein", "Sergio Cambra", "Hernan Astudillo"]
s.description = "Exporting Records with ActiveScaffold"
s.email = "[email protected]"
s.extra_rdoc_files = [
"LICENSE.txt",
"README.md"
]
s.files = [
".document",
"LICENSE.txt",
"README.md",
"Rakefile",
"init.rb",
"active_scaffold_export.gemspec",
"app/assets/images/export.png",
"app/assets/stylesheets/active_scaffold_export.css.erb",
"app/assets/stylesheets/export-stylesheet-ie.css",
"app/views/active_scaffold_overrides/_export.csv.erb",
"app/views/active_scaffold_overrides/_export_form_body.html.erb",
"app/views/active_scaffold_overrides/_show_export.html.erb",
"app/views/active_scaffold_overrides/show_export.html.erb",
"lib/active_scaffold/actions/export.rb",
"lib/active_scaffold/config/export.rb",
"lib/active_scaffold/helpers/export_helpers.rb",
"lib/active_scaffold_export.rb",
"lib/active_scaffold_export/config/core.rb",
"lib/active_scaffold_export/engine.rb",
"lib/active_scaffold_export/version.rb"
]
s.homepage = "http://github.com/naaano/active_scaffold_export"
s.licenses = ["MIT"]
s.require_paths = ["lib"]
s.summary = "Ability to export records to CSV/XLSX with ActiveScaffold"
s.add_runtime_dependency 'active_scaffold', '>= 3'
end