diff options
| author | Efraim Flashner <efraim@flashner.co.il> | 2025-02-19 11:11:03 +0200 |
|---|---|---|
| committer | Efraim Flashner <efraim@flashner.co.il> | 2025-02-19 11:21:47 +0200 |
| commit | 66daf46b411ea68893d3066e654f38fc05d6f286 (patch) | |
| tree | 2ce35923cbe23e485b483ad93db0a93bf144aee7 /gnu/packages/ruby.scm | |
| parent | 77ad73b333d80b60dd9861c75d1dd93d3e4ae33c (diff) | |
gnu: Fix some misspellings.
Change-Id: I316652aff7418af4b8e83bea24638b1513f8aa97
Diffstat (limited to 'gnu/packages/ruby.scm')
| -rw-r--r-- | gnu/packages/ruby.scm | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm index b3126de4656..58082359f64 100644 --- a/gnu/packages/ruby.scm +++ b/gnu/packages/ruby.scm | |||
| @@ -3165,7 +3165,7 @@ support.") | |||
| 3165 | (build-system ruby-build-system) | 3165 | (build-system ruby-build-system) |
| 3166 | (native-inputs | 3166 | (native-inputs |
| 3167 | (list bundler | 3167 | (list bundler |
| 3168 | ;; The test suite tests all the available backends. Currenly, this just | 3168 | ;; The test suite tests all the available backends. Currently, this just |
| 3169 | ;; means the node backend. | 3169 | ;; means the node backend. |
| 3170 | ;; | 3170 | ;; |
| 3171 | ;; PASSED: test:node | 3171 | ;; PASSED: test:node |
| @@ -6376,7 +6376,7 @@ of Memory.") | |||
| 6376 | (build-system ruby-build-system) | 6376 | (build-system ruby-build-system) |
| 6377 | (synopsis "URI class for parsing data URIs") | 6377 | (synopsis "URI class for parsing data URIs") |
| 6378 | (description | 6378 | (description |
| 6379 | "Data @acronym{URI, universal resource idenfitier}s allow resources to be | 6379 | "Data @acronym{URI, universal resource identifier}s allow resources to be |
| 6380 | embedded inside a URI. The URI::Data class provides support for parsing these | 6380 | embedded inside a URI. The URI::Data class provides support for parsing these |
| 6381 | URIs using the normal URI.parse method.") | 6381 | URIs using the normal URI.parse method.") |
| 6382 | (home-page "https://github.com/dball/data_uri") | 6382 | (home-page "https://github.com/dball/data_uri") |
| @@ -6985,7 +6985,7 @@ then be analyzed or manipulated more easily than the underlying AST layer.") | |||
| 6985 | (arguments | 6985 | (arguments |
| 6986 | '(#:test-target "spec" ;avoid rubocop dependency | 6986 | '(#:test-target "spec" ;avoid rubocop dependency |
| 6987 | #:phases (modify-phases %standard-phases | 6987 | #:phases (modify-phases %standard-phases |
| 6988 | (add-after 'patch-source-shebangs 'patch-shell-invokations | 6988 | (add-after 'patch-source-shebangs 'patch-shell-invocations |
| 6989 | (lambda _ | 6989 | (lambda _ |
| 6990 | (substitute* '("lib/parallel_tests/tasks.rb" | 6990 | (substitute* '("lib/parallel_tests/tasks.rb" |
| 6991 | "spec/parallel_tests/tasks_spec.rb") | 6991 | "spec/parallel_tests/tasks_spec.rb") |
| @@ -13933,7 +13933,7 @@ interface. It allows Jekyll to rebuild your site when a file changes.") | |||
| 13933 | (("gem 'activerecord.*$") "gem 'activerecord'\n")))) | 13933 | (("gem 'activerecord.*$") "gem 'activerecord'\n")))) |
| 13934 | (add-before 'check 'delete-Gemfile.lock | 13934 | (add-before 'check 'delete-Gemfile.lock |
| 13935 | (lambda _ | 13935 | (lambda _ |
| 13936 | ;; Bundler isn't being used for fetching dependendencies, so | 13936 | ;; Bundler isn't being used for fetching dependencies, so |
| 13937 | ;; delete the Gemfile.lock | 13937 | ;; delete the Gemfile.lock |
| 13938 | (delete-file "Gemfile.lock") | 13938 | (delete-file "Gemfile.lock") |
| 13939 | #t)) | 13939 | #t)) |
| @@ -16351,7 +16351,7 @@ and social networks to better index and display your site's content.") | |||
| 16351 | "/share/zoneinfo")) | 16351 | "/share/zoneinfo")) |
| 16352 | #t)) | 16352 | #t)) |
| 16353 | (add-before 'check 'delete-test-BatchProcessor | 16353 | (add-before 'check 'delete-test-BatchProcessor |
| 16354 | ;; test_BatchProcessor fails with exeption: | 16354 | ;; test_BatchProcessor fails with exception: |
| 16355 | ;; run> terminated with exception (report_on_exception is true) | 16355 | ;; run> terminated with exception (report_on_exception is true) |
| 16356 | (lambda _ | 16356 | (lambda _ |
| 16357 | (delete-file "test/test_BatchProcessor.rb") | 16357 | (delete-file "test/test_BatchProcessor.rb") |
| @@ -17829,7 +17829,7 @@ the power of the built-in @code{OptionParser}.") | |||
| 17829 | "`find spec -type f | sort`")))) | 17829 | "`find spec -type f | sort`")))) |
| 17830 | (add-after 'wrap 'populate-dictionaries | 17830 | (add-after 'wrap 'populate-dictionaries |
| 17831 | (lambda args | 17831 | (lambda args |
| 17832 | ;; We must initiallize these files here, or they will never be | 17832 | ;; We must initialize these files here, or they will never be |
| 17833 | ;; usable with the default settings. A more flexible approach | 17833 | ;; usable with the default settings. A more flexible approach |
| 17834 | ;; might use something like `Gem.find_files()` or | 17834 | ;; might use something like `Gem.find_files()` or |
| 17835 | ;; XDG_DATA_DIRS. | 17835 | ;; XDG_DATA_DIRS. |
