-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathexcel_rails.gemspec
38 lines (35 loc) · 1.04 KB
/
excel_rails.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
# Generated by jeweler
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
# -*- encoding: utf-8 -*-
# stub: excel_rails 0.4.1 ruby lib
Gem::Specification.new do |s|
s.name = "excel_rails".freeze
s.version = "0.4.1"
s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
s.require_paths = ["lib".freeze]
s.authors = ["Aditya Sanghi".freeze]
s.date = "2023-03-01"
s.description = "Allows you to program spreadsheets using .rxls views".freeze
s.email = "[email protected]".freeze
s.extra_rdoc_files = [
"LICENSE",
"README"
]
s.files = [
".document",
"LICENSE",
"README",
"Rakefile",
"VERSION",
"excel_rails.gemspec",
"init.rb",
"lib/excel_rails.rb",
"rails/init.rb",
"test/helper.rb",
"test/test_excel_rails.rb"
]
s.homepage = "http://github.com/asanghi/excel_rails".freeze
s.rubygems_version = "3.0.3.1".freeze
s.summary = "Hook rxls to generate Excel documents in Rails 3".freeze
end