Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:15.0:Rings:1-MinimalX
rubygem-gem2rpm
0020-Ruby-1.8-insists-on-the-for-the-parameter....
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File 0020-Ruby-1.8-insists-on-the-for-the-parameter.patch of Package rubygem-gem2rpm
From f6ace6130df3a2ea6ca8e987e9675d652940510e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcus=20R=C3=BCckert?= <darix@nordisch.org> Date: Fri, 13 Mar 2015 15:06:01 +0100 Subject: [PATCH 20/26] Ruby 1.8 insists on the () for the parameter --- templates/gem_packages.spec.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/gem_packages.spec.erb b/templates/gem_packages.spec.erb index 661539a..6add6a7 100644 --- a/templates/gem_packages.spec.erb +++ b/templates/gem_packages.spec.erb @@ -14,7 +14,7 @@ end def self.get_extension_doc_dir(gem_spec) - return nil unless Gem.ruby_engine == 'ruby' && Gem::Requirement.new("~> 2.1.0").satisfied_by? Gem.ruby_version + return nil unless Gem.ruby_engine == 'ruby' && Gem::Requirement.new("~> 2.1.0").satisfied_by?(Gem.ruby_version) if gem_spec.respond_to?(:extensions_dir) rp = gem_spec.extensions_dir.rpartition(gem_spec.base_dir) return File.join(rp[1], 'doc', rp[2]) -- 2.10.2
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor