Files
chromebrew/packages/ruby_ipaddr.rb
Satadru Pramanik 518ef12d0d pip and gem updates
Signed-off-by: Satadru Pramanik <satadru@gmail.com>
2024-11-06 18:33:40 +00:00

14 lines
312 B
Ruby

require 'buildsystems/ruby'
class Ruby_ipaddr < RUBY
description '| ipaddr provides a set of methods to manipulate an ip address.'
homepage 'https://github.com/ruby/ipaddr'
version "1.2.7-#{CREW_RUBY_VER}"
license 'Ruby'
compatibility 'all'
source_url 'SKIP'
conflicts_ok
no_compile_needed
end