Import current_orders plugin from foodcoop-adam
This commit is contained in:
parent
ae4979a3f0
commit
5907ff11bb
43 changed files with 1031 additions and 0 deletions
20
plugins/current_orders/foodsoft_current_orders.gemspec
Normal file
20
plugins/current_orders/foodsoft_current_orders.gemspec
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
$:.push File.expand_path("../lib", __FILE__)
|
||||
|
||||
# Maintain your gem's version:
|
||||
require "foodsoft_current_orders/version"
|
||||
|
||||
# Describe your gem and declare its dependencies:
|
||||
Gem::Specification.new do |s|
|
||||
s.name = "foodsoft_current_orders"
|
||||
s.version = FoodsoftCurrentOrders::VERSION
|
||||
s.authors = ["wvengen"]
|
||||
s.email = ["dev-voko@willem.engen.nl"]
|
||||
s.homepage = "https://github.com/foodcoop-adam/foodsoft"
|
||||
s.summary = "Quick support for working on all currently active orders in foodsoft."
|
||||
s.description = ""
|
||||
|
||||
s.files = Dir["{app,config,db,lib}/**/*"] + ["Rakefile", "README.md"]
|
||||
|
||||
s.add_dependency "rails"
|
||||
s.add_dependency "deface", "~> 1.0.0"
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue