diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-01-25 23:36:11 -0500 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-01-25 23:48:37 -0500 |
commit | 0d41fe4855588fb659b8adafe215d5573517a79b (patch) | |
tree | 38b274bd03375f4fa5b7d3a9fb3f64a19786bef2 /gnu/packages/ruby.scm | |
parent | 7c57821c68d199ad56a8ed750b36eccc7ef238dd (diff) | |
parent | 1a5302435ff0d2822b823f5a6fe01faa7a85c629 (diff) |
Merge branch 'staging' into core-updates.
With "conflicts" resolved in (mostly in favor of master/staging):
gnu/packages/admin.scm
gnu/packages/gnuzilla.scm
gnu/packages/gtk.scm
gnu/packages/kerberos.scm
gnu/packages/linux.scm
guix/lint.scm
Diffstat (limited to 'gnu/packages/ruby.scm')
-rw-r--r-- | gnu/packages/ruby.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm index 55af2beb8b..9d1a414914 100644 --- a/gnu/packages/ruby.scm +++ b/gnu/packages/ruby.scm @@ -6408,7 +6408,7 @@ decoding of JSON is implemented as a C extension to Ruby.") "Optimized XML (Ox) is a fast XML parser and object serializer for Ruby written as a native C extension. It was designed to be an alternative to Nokogiri and other Ruby XML parsers for generic XML parsing and as an -alternative to Marshal for Object serialization. ") +alternative to Marshal for Object serialization.") (home-page "http://www.ohler.com/ox") (license license:expat))) @@ -7080,7 +7080,7 @@ they match.") #t))))) (native-inputs (list ragel ruby-regexp-property-values ruby-rspec)) - (synopsis "A regular expression parser library for Ruby ") + (synopsis "Regular expression parser library for Ruby") (description "A Ruby gem for tokenizing, parsing, and transforming regular expressions. It comprises the following components: @itemize |