mirror of
https://github.com/discourse/discourse.git
synced 2025-06-05 22:34:42 +08:00
Initial release of Discourse
This commit is contained in:
19
vendor/gems/discourse_task/discourse_task.gemspec
vendored
Normal file
19
vendor/gems/discourse_task/discourse_task.gemspec
vendored
Normal file
@ -0,0 +1,19 @@
|
||||
# -*- encoding: utf-8 -*-
|
||||
require File.expand_path('../lib/discourse_task/version', __FILE__)
|
||||
|
||||
Gem::Specification.new do |gem|
|
||||
gem.authors = ["Robin Ward"]
|
||||
gem.email = ["robin.ward@gmail.com"]
|
||||
gem.description = %q{This gem add a Task archetype to discourse that can be closed}
|
||||
gem.summary = %q{This gem add a Task archetype to discourse that can be closed}
|
||||
gem.homepage = ""
|
||||
|
||||
# when this is extracted comment it back in, prd has no .git
|
||||
gem.files = Dir['README*','LICENSE','lib/**/*.rb']
|
||||
|
||||
gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
|
||||
gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
|
||||
gem.name = "discourse_task"
|
||||
gem.require_paths = ["lib"]
|
||||
gem.version = DiscourseTask::VERSION
|
||||
end
|
Reference in New Issue
Block a user