mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-09 15:37:56 -05:00
Remove redundant use of .to_s (#8917)
This commit is contained in:
@@ -4,9 +4,9 @@ require_relative 'gstreamer'
|
||||
class Gst_plugins_base < Package
|
||||
description 'An essential, exemplary set of elements for GStreamer'
|
||||
homepage 'https://gstreamer.freedesktop.org/modules/gst-plugins-base.html'
|
||||
version Gstreamer.version.to_s
|
||||
license Gstreamer.license.to_s
|
||||
compatibility Gstreamer.compatibility.to_s
|
||||
version Gstreamer.version
|
||||
license Gstreamer.license
|
||||
compatibility Gstreamer.compatibility
|
||||
|
||||
is_fake
|
||||
|
||||
|
||||
Reference in New Issue
Block a user