add basic functionality of plugin
This commit is contained in:
parent
ae8d222f82
commit
109286f0d7
13 changed files with 1954 additions and 0 deletions
20
plugins/article_import/foodsoft_article_import.gemspec
Normal file
20
plugins/article_import/foodsoft_article_import.gemspec
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
$:.push File.expand_path("../lib", __FILE__)
|
||||
|
||||
# Maintain your gem's version:
|
||||
require "foodsoft_article_import/version"
|
||||
|
||||
# Describe your gem and declare its dependencies:
|
||||
Gem::Specification.new do |s|
|
||||
s.name = "foodsoft_article_import"
|
||||
s.version = FoodsoftArticleImport::VERSION
|
||||
s.authors = ["viehlieb"]
|
||||
s.email = ["foodsoft@local-it.org"]
|
||||
s.summary = "Manages manual article import from file. File Formats supported are: foodsoft file(csv), bnn files (.bnn) and odin files (xml)"
|
||||
|
||||
s.files = Dir["{app,config,db,lib}/**/*"] + ["Rakefile", "README.md"]
|
||||
|
||||
s.add_dependency "rails"
|
||||
s.add_dependency "deface", "~> 1.0"
|
||||
s.add_dependency 'roo', '~> 2.9.0'
|
||||
s.add_development_dependency 'simplecov'
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue