SHA256
1
0
forked from pool/ruby

- 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:
Stephan Kulow 2014-01-12 19:03:10 +00:00 committed by Git OBS Bridge
parent 5a8cb02a02
commit 069bf7c3af
3 changed files with 8 additions and 7 deletions

4
gemrc
View File

@ -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

View File

@ -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

View File

@ -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