Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Why test/{executable,lib,unit}/* are not included in the gem file? #205

@junaruga

Description

@junaruga

Why are only test/functional/* files included in the gem file?

coderay.gemspec

s.files = git ls-files -- lib/* test/functional/* Rakefile #{readme_file} MIT-LICENSE.split("\n")
s.test_files = git ls-files -- test/functional/*.split("\n")

Why test/{executable,lib,unit}/* are not included?

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions