-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8e7e7e5
commit b64ac23
Showing
12 changed files
with
46 additions
and
156 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,27 +8,20 @@ Gem::Specification.new do |s| | |
s.author = "Weston Ganger" | ||
s.email = '[email protected]' | ||
s.homepage = 'https://github.com/westonganger/spreadsheet_architect' | ||
|
||
s.summary = "Spreadsheet Architect is a library that allows you to create XLSX, ODS, or CSV spreadsheets easily from ActiveRecord relations, Plain Ruby classes, or predefined data." | ||
s.description = s.summary | ||
s.description = s.summary | ||
s.license = 'MIT' | ||
|
||
s.files = Dir.glob("{lib/**/*}") + %w{ LICENSE README.md Rakefile CHANGELOG.md } | ||
s.require_path = 'lib' | ||
|
||
s.required_ruby_version = '>= 2.3.0' | ||
|
||
s.add_runtime_dependency 'caxlsx', ['>= 3.3.0', '<4'] | ||
s.add_runtime_dependency 'rodf', ['>= 1.0.0', '<2'] | ||
|
||
s.add_development_dependency 'rake' | ||
s.add_development_dependency 'bundler' | ||
s.add_development_dependency 'minitest' | ||
s.add_development_dependency 'minitest-reporters' | ||
s.add_development_dependency 'minitest-spec-rails' | ||
s.add_development_dependency 'appraisal' | ||
s.add_development_dependency 'sqlite3' | ||
s.add_development_dependency 'rails' | ||
s.add_development_dependency 'pry' | ||
|
||
if RUBY_VERSION.to_f >= 2.4 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters