fyipe.gemspec in fyipe-3.0.11509 vs fyipe.gemspec in fyipe-3.0.11510
- old
+ new
@@ -10,14 +10,14 @@
spec.description = 'Fyipe is a ruby package that tracks error event and send logs from your applications to your fyipe dashboard.'
spec.homepage = 'https://github.com/Fyipe/ruby-sdk'
spec.license = 'MIT'
spec.platform = Gem::Platform::RUBY
spec.required_ruby_version = '>= 2.5.0'
- spec.files = Dir['README.md', 'LICENSE',
- 'CHANGELOG.md', 'ruby-sdk/**/*.rb',
- 'ruby-sdk/**/*.rake',
- 'fyipe.gemspec', '.github/*.md',
- 'Gemfile', 'Rakefile']
+
+ all_files = `git ls-files`.split("\n")
+ test_files = `git ls-files -- {spec}/*`.split("\n")
+
+ spec.files = all_files - test_files
spec.extra_rdoc_files = ['README.md']
spec.add_dependency 'httparty', '~> 0.17'
spec.add_dependency 'gem-release'
spec.add_development_dependency 'dotenv', '~> 2.5'
spec.add_development_dependency 'rspec', '~> 3.6'
\ No newline at end of file