FreeBSD Bugzilla – Attachment 168445 Details for
Bug 208172
devel/rubygem-gitlab_git: fix breakage introduced in r411495
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
fix breakage introduced in r411495
rubygem_gitlab_git--fix-with-tree.diff (text/plain), 1.70 KB, created by
Johannes Jost Meixner
on 2016-03-21 08:15:09 UTC
(
hide
)
Description:
fix breakage introduced in r411495
Filename:
MIME Type:
Creator:
Johannes Jost Meixner
Created:
2016-03-21 08:15:09 UTC
Size:
1.70 KB
patch
obsolete
>Index: files/patch-gitlab__git.gemspec >=================================================================== >--- files/patch-gitlab__git.gemspec (revision 0) >+++ files/patch-gitlab__git.gemspec (working copy) >@@ -0,0 +1,24 @@ >+--- gitlab_git.gemspec.orig 2016-03-21 08:04:53 UTC >++++ gitlab_git.gemspec >+@@ -21,18 +21,18 @@ 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<github-linguist>, ["~> 4.7.0"]) >++ s.add_runtime_dependency(%q<github-linguist>, [">= 4.7.0"]) >+ s.add_runtime_dependency(%q<activesupport>, ["~> 4.0"]) >+ s.add_runtime_dependency(%q<rugged>, ["~> 0.24.0"]) >+ s.add_runtime_dependency(%q<charlock_holmes>, ["~> 0.7.3"]) >+ else >+- s.add_dependency(%q<github-linguist>, ["~> 4.7.0"]) >++ s.add_dependency(%q<github-linguist>, [">= 4.7.0"]) >+ s.add_dependency(%q<activesupport>, ["~> 4.0"]) >+ s.add_dependency(%q<rugged>, ["~> 0.24.0"]) >+ s.add_dependency(%q<charlock_holmes>, ["~> 0.7.3"]) >+ end >+ else >+- s.add_dependency(%q<github-linguist>, ["~> 4.7.0"]) >++ s.add_dependency(%q<github-linguist>, [">= 4.7.0"]) >+ s.add_dependency(%q<activesupport>, ["~> 4.0"]) >+ s.add_dependency(%q<rugged>, ["~> 0.24.0"]) >+ s.add_dependency(%q<charlock_holmes>, ["~> 0.7.3"]) > >Property changes on: files/patch-gitlab__git.gemspec >___________________________________________________________________ >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property
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 208172
: 168445