Skip to content

Commit 7241e75

Browse files
committed
Add files option to gemspec
This should fix empty gem builds.
1 parent 1ae5ac3 commit 7241e75

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

interaktor.gemspec

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
Gem::Specification.new do |spec|
22
spec.name = "interaktor"
3-
spec.version = "0.1.2"
3+
spec.version = "0.1.3"
44

55
spec.author = "Taylor Thurlow"
66
spec.email = "[email protected]"
77
spec.description = "A common interface for building service objects."
88
spec.summary = "Simple service object implementation"
99
spec.homepage = "https://github.com/taylorthurlow/interaktor"
1010
spec.license = "MIT"
11+
spec.files = `git ls-files`.split
1112
spec.test_files = spec.files.grep(/^spec/)
1213
spec.required_ruby_version = ">= 2.5"
1314
spec.require_path = "lib"

0 commit comments

Comments
 (0)