FreeBSD Bugzilla – Attachment 158333 Details for
Bug 201330
[patch] www/rubygem-gitlab-grack gemfile patch
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
gemfile spec patch update
rubygem-gitlab-grack.diff (text/plain), 1.92 KB, created by
Torsten Zühlsdorff
on 2015-07-04 13:42:14 UTC
(
hide
)
Description:
gemfile spec patch update
Filename:
MIME Type:
Creator:
Torsten Zühlsdorff
Created:
2015-07-04 13:42:14 UTC
Size:
1.92 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (Revision 391301) >+++ Makefile (Arbeitskopie) >@@ -2,7 +2,7 @@ > > PORTNAME= gitlab-grack > PORTVERSION= 2.0.2 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= www rubygems > MASTER_SITES= RG > >Index: files/patch-gemspec >=================================================================== >--- files/patch-gemspec (Revision 391301) >+++ files/patch-gemspec (Arbeitskopie) >@@ -1,4 +1,4 @@ >---- gitlab-grack.gemspec.orig 2015-05-23 23:58:53 UTC >+--- gitlab-grack.gemspec.orig 2015-07-04 12:20:32 UTC > +++ gitlab-grack.gemspec > @@ -11,8 +11,7 @@ Gem::Specification.new do |s| > s.date = "2015-04-22" >@@ -8,5 +8,14 @@ > - 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.7" >+ s.rubygems_version = "2.4.8" > s.summary = "Ruby/Rack Git Smart-HTTP Server Handler" >+@@ -22,7 +21,7 @@ Gem::Specification.new do |s| >+ s.specification_version = 4 >+ >+ if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then >+- s.add_runtime_dependency(%q<rack>, ["~> 1.5.1"]) >++ s.add_runtime_dependency(%q<rack>, ["~> 1.5"]) >+ s.add_development_dependency(%q<mocha>, ["~> 0.11"]) >+ else >+ s.add_dependency(%q<rack>, ["~> 1.5.1"])
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 201330
: 158333