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/modules/github_integration/openproject-github_integrat...

21 lines
751 B

11 years ago
# encoding: UTF-8
$:.push File.expand_path("../lib", __FILE__)
$:.push File.expand_path("../../lib", __dir__)
11 years ago
require 'open_project/github_integration/version'
# Describe your gem and declare its dependencies:
Gem::Specification.new do |s|
s.name = "openproject-github_integration"
6 years ago
s.version = '1.0.0+bundled'
9 years ago
s.authors = "OpenProject GmbH"
s.email = "info@openproject.com"
s.homepage = "https://community.openproject.org/projects/github-integration"
11 years ago
s.summary = 'OpenProject Github Integration'
s.description = 'Integrates OpenProject and Github for a better workflow'
s.license = 'GPLv3'
s.files = Dir["{app,config,db,doc,lib}/**/*"] + %w(README.md)
11 years ago
s.add_dependency "openproject-webhooks"
11 years ago
end