- disable format-executable. we only support one ruby at a time
(de facto) OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby/ruby?expand=0&rev=69
This commit is contained in:
parent
5a8cb02a02
commit
069bf7c3af
4
gemrc
4
gemrc
@ -1,11 +1,11 @@
|
||||
---
|
||||
:benchmark: false
|
||||
install: --format-executable --no-user-install
|
||||
install: --no-format-executable --no-user-install
|
||||
:backtrace: true
|
||||
:update_sources: true
|
||||
format_executable: true
|
||||
:verbose: true
|
||||
update: --format-executable --no-user-install
|
||||
update: --no-format-executable --no-user-install
|
||||
:bulk_threshold: 1000
|
||||
:sources:
|
||||
- https://rubygems.org
|
||||
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 12 19:02:38 UTC 2014 - coolo@suse.com
|
||||
|
||||
- disable format-executable. we only support one ruby at a time
|
||||
(de facto)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 8 20:06:35 UTC 2014 - kkaempf@suse.com
|
||||
|
||||
|
@ -46,8 +46,3 @@
|
||||
%rb_vendorlib %rb21_vendorlibdir
|
||||
%rb_vendorarch %rb21_vendorarchdir
|
||||
|
||||
# gem names
|
||||
%gem_base %gem21_base
|
||||
%gem_extensions %gem21_extensions
|
||||
%gem_doc_ext %gem21_doc_ext
|
||||
%gem_platform %gem21_platform
|
||||
|
Loading…
Reference in New Issue
Block a user