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 c2bf677 commit 6399bcdCopy full SHA for 6399bcd
CHANGELOG.md
@@ -1,5 +1,6 @@
1
### 2.4.1 (Next)
2
3
+* [#525](https://github.com/slack-ruby/slack-ruby-client/pull/525): Exclude spec files from gem package - [@amatsuda](https://github.com/amatsuda).
4
* Your contribution here.
5
6
### 2.4.0 (2024/07/14)
slack-ruby-client.gemspec
@@ -12,7 +12,7 @@ Gem::Specification.new do |s|
12
s.platform = Gem::Platform::RUBY
13
s.required_ruby_version = '>= 2.7'
14
s.required_rubygems_version = '>= 1.3.6'
15
- s.files = `git ls-files`.split("\n")
+ s.files = `git ls-files`.split("\n").grep_v(%r{^spec/})
16
s.require_paths = ['lib']
17
s.homepage = 'http://github.com/slack-ruby/slack-ruby-client'
18
s.licenses = ['MIT']
0 commit comments