Skip to content

Commit

Permalink
Add files option to gemspec
Browse files Browse the repository at this point in the history
This should fix empty gem builds.
  • Loading branch information
taylorthurlow committed Jul 13, 2020
1 parent 1ae5ac3 commit 7241e75
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion interaktor.gemspec
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
Gem::Specification.new do |spec|
spec.name = "interaktor"
spec.version = "0.1.2"
spec.version = "0.1.3"

spec.author = "Taylor Thurlow"
spec.email = "[email protected]"
spec.description = "A common interface for building service objects."
spec.summary = "Simple service object implementation"
spec.homepage = "https://github.com/taylorthurlow/interaktor"
spec.license = "MIT"
spec.files = `git ls-files`.split
spec.test_files = spec.files.grep(/^spec/)
spec.required_ruby_version = ">= 2.5"
spec.require_path = "lib"
Expand Down

0 comments on commit 7241e75

Please sign in to comment.