OpenProject is the leading open source project management software.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openproject/reporting_engine.gemspec

23 lines
747 B

$:.push File.expand_path("../lib", __FILE__)
# Maintain your gem's version:
require "reporting_engine/version"
# Describe your gem and declare its dependencies:
Gem::Specification.new do |s|
s.name = "reporting_engine"
s.version = ReportingEngine::VERSION
s.authors = "Finn GmbH"
s.email = "info@finn.de"
s.homepage = "http://www.finn.de"
s.summary = "Creates table reports with custom fields and grouping"
# s.description = "This plugin adds features enabling agile teams to work with OpenProject in Scrum projects."
# FIXME
#s.files = Dir["{app,config,db,lib}/**/*", "Rakefile", "README.rdoc"]
# FIXME
# s.test_files = Dir["spec/**/*"]
s.add_dependency "rails", "~> 3.2.9"
s.add_dependency "json"
end