Add importable feature
Showing
... | ... | @@ -12,11 +12,7 @@ Gem::Specification.new do |spec| |
spec.license = "MIT" | ||
spec.required_ruby_version = Gem::Requirement.new(">= 2.3.0") | ||
spec.metadata["allowed_push_host"] = "https://git.tallty.com/open-source/tallty_import_export" | ||
spec.metadata["homepage_uri"] = spec.homepage | ||
spec.metadata["source_code_uri"] = "https://git.tallty.com/open-source/tallty_import_export" | ||
spec.metadata["changelog_uri"] = "https://git.tallty.com/open-source/tallty_import_export" | ||
spec.platform = Gem::Platform::RUBY | ||
# Specify which files should be added to the gem when it is released. | ||
# The `git ls-files -z` loads the files in the RubyGem that have been added into git. | ||
... | ... | @@ -31,4 +27,6 @@ Gem::Specification.new do |spec| |
spec.add_dependency('caxlsx') | ||
spec.add_dependency('roo') | ||
spec.add_dependency('roo-xls') | ||
spec.add_dependency('tallty_form') | ||
spec.add_dependency('activesupport') | ||
end |
Please
register
or
sign in
to comment