wip plugin
This commit is contained in:
parent
78da4feafe
commit
f9229034de
13 changed files with 100 additions and 0 deletions
18
plugins/bnn_upload/foodsoft_bnn_upload.gemspec
Normal file
18
plugins/bnn_upload/foodsoft_bnn_upload.gemspec
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
$:.push File.expand_path("../lib", __FILE__)
|
||||
|
||||
# Maintain your gem's version:
|
||||
require "foodsoft_bnn_upload/version"
|
||||
|
||||
# Describe your gem and declare its dependencies:
|
||||
Gem::Specification.new do |s|
|
||||
s.name = "foodsoft_bnn_upload"
|
||||
s.version = FoodsoftBnnUpload::VERSION
|
||||
s.authors = ["fgu, viehlieb"]
|
||||
s.email = ["foodsoft@local-it.org"]
|
||||
s.summary = "Manually choose file to send to supplier. BNN file for NaturkostNord supported."
|
||||
|
||||
s.files = Dir["{app,config,db,lib}/**/*"] + ["Rakefile", "README.md"]
|
||||
|
||||
s.add_dependency "rails"
|
||||
s.add_dependency "deface", "~> 1.0"
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue