We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29fa795 commit 40846e2Copy full SHA for 40846e2
dry-schema.gemspec
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
10
spec.homepage = 'https://github.com/dry-rb/dry-schema'
11
spec.license = 'MIT'
12
13
- gem.files = Dir['CHANGELOG.md', 'LICENSE', 'README.md', 'lib/**/*']
+ spec.files = Dir['CHANGELOG.md', 'LICENSE', 'README.md', 'lib/**/*']
14
spec.executables = []
15
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
16
spec.require_paths = ['lib']
0 commit comments