mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-05-01 03:00:26 -04:00
* Avoid binary gem reinstall without using gem binary when getting gem contents. Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Add $CREW_PREFIX/.cache/gem/specs creation to install.sh Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Use compact index client to get gem dependencies. Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Adjust internal gem dependency install options. Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Adjust ruby gem filelist logic. Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Cleanup build_updated_packages.rb Signed-off-by: Satadru Pramanik <satadru@gmail.com> --------- Signed-off-by: Satadru Pramanik <satadru@gmail.com>
16 lines
336 B
Ruby
16 lines
336 B
Ruby
require 'buildsystems/ruby'
|
|
|
|
class Ruby_multi_xml < RUBY
|
|
description 'A generic swappable back-end for XML parsing'
|
|
homepage 'https://github.com/sferik/multi_xml'
|
|
version "0.8.1-#{CREW_RUBY_VER}"
|
|
license 'MIT'
|
|
compatibility 'all'
|
|
source_url 'SKIP'
|
|
|
|
depends_on 'ruby_bigdecimal' # R
|
|
|
|
conflicts_ok
|
|
no_compile_needed
|
|
end
|