mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-05-01 03:00:26 -04:00
* gem install adjustments to version.rb Signed-off-by: Satadru Pramanik <satadru@gmail.com> * more adjustments... Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Adjust version updater command to use logic from update_ruby_gems. Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Add unbuilt ruby_regexp_parser to ruby_regexp_parser-2.11.1 * Sync with master. Signed-off-by: Satadru Pramanik <satadru@gmail.com> --------- Signed-off-by: Satadru Pramanik <satadru@gmail.com> Co-authored-by: Satadru Pramanik <satadru@gmail.com> Co-authored-by: satmandu <satmandu@users.noreply.github.com>
14 lines
335 B
Ruby
14 lines
335 B
Ruby
require 'buildsystems/ruby'
|
|
|
|
class Ruby_regexp_parser < RUBY
|
|
description 'A library for tokenizing, lexing, and parsing Ruby regular expressions.'
|
|
homepage 'https://github.com/ammar/regexp_parser'
|
|
version "2.11.1-#{CREW_RUBY_VER}"
|
|
license 'MIT'
|
|
compatibility 'all'
|
|
source_url 'SKIP'
|
|
|
|
conflicts_ok
|
|
no_compile_needed
|
|
end
|