We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ae5ac3 commit 7241e75Copy full SHA for 7241e75
interaktor.gemspec
@@ -1,13 +1,14 @@
1
Gem::Specification.new do |spec|
2
spec.name = "interaktor"
3
- spec.version = "0.1.2"
+ spec.version = "0.1.3"
4
5
spec.author = "Taylor Thurlow"
6
spec.email = "[email protected]"
7
spec.description = "A common interface for building service objects."
8
spec.summary = "Simple service object implementation"
9
spec.homepage = "https://github.com/taylorthurlow/interaktor"
10
spec.license = "MIT"
11
+ spec.files = `git ls-files`.split
12
spec.test_files = spec.files.grep(/^spec/)
13
spec.required_ruby_version = ">= 2.5"
14
spec.require_path = "lib"
0 commit comments