up: do not rely on git

It can avoid you to install git on your Dockerfile for during the `bundle install`.
main
Washington Botelho 2022-05-17 17:50:25 -03:00
parent 94d4327ea2
commit a7999795f7
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ Gem::Specification.new do |spec|
spec.description = 'A true Bayesian rating system with scope and cache enabled.' spec.description = 'A true Bayesian rating system with scope and cache enabled.'
spec.email = 'wbotelhos@gmail.com' spec.email = 'wbotelhos@gmail.com'
spec.extra_rdoc_files = Dir['CHANGELOG.md', 'LICENSE', 'README.md'] spec.extra_rdoc_files = Dir['CHANGELOG.md', 'LICENSE', 'README.md']
spec.files = `git ls-files lib`.split("\n") spec.files = Dir['lib/**/*']
spec.homepage = 'https://github.com/wbotelhos/rating' spec.homepage = 'https://github.com/wbotelhos/rating'
spec.license = 'MIT' spec.license = 'MIT'
spec.name = 'rating' spec.name = 'rating'