diff options
Diffstat (limited to 'www')
-rw-r--r-- | www/rubygem-gitlab-grack/files/patch-gemspec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/rubygem-gitlab-grack/files/patch-gemspec b/www/rubygem-gitlab-grack/files/patch-gemspec index 00728cf14764..081d9c4b0abd 100644 --- a/www/rubygem-gitlab-grack/files/patch-gemspec +++ b/www/rubygem-gitlab-grack/files/patch-gemspec @@ -8,7 +8,7 @@ - s.files = [".gitignore", ".gitmodules", ".travis.yml", "CHANGELOG", "Gemfile", "Gemfile.lock", "README.md", "Rakefile", "bin/console", "bin/testserver", "examples/dispatch.fcgi", "grack.gemspec", "install.txt", "lib/grack.rb", "lib/grack/auth.rb", "lib/grack/bundle.rb", "lib/grack/git.rb", "lib/grack/server.rb", "lib/grack/version.rb", "tests/main_test.rb"] + s.files = [".gitignore", ".gitmodules", ".travis.yml", "CHANGELOG", "Gemfile", "Gemfile.lock", "README.md", "Rakefile", "examples/dispatch.fcgi", "grack.gemspec", "install.txt", "lib/grack.rb", "lib/grack/auth.rb", "lib/grack/bundle.rb", "lib/grack/git.rb", "lib/grack/server.rb", "lib/grack/version.rb", "tests/main_test.rb"] s.homepage = "https://github.com/gitlabhq/grack" - s.rubygems_version = "2.4.8" + s.rubygems_version = "2.5.0" s.summary = "Ruby/Rack Git Smart-HTTP Server Handler" @@ -22,7 +21,7 @@ Gem::Specification.new do |s| s.specification_version = 4 |