summaryrefslogtreecommitdiff
path: root/gnu/packages/ruby.scm
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/packages/ruby.scm')
-rw-r--r--gnu/packages/ruby.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index bb7d865f217..a48136560f0 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -195,7 +195,7 @@ announcement.")
195 ;; dependencies are not available right now. 195 ;; dependencies are not available right now.
196 (delete-file "tasks/cucumber.rake")))))) 196 (delete-file "tasks/cucumber.rake"))))))
197 (synopsis "Building and packaging helper for Ruby native extensions") 197 (synopsis "Building and packaging helper for Ruby native extensions")
198 (description "Rake-compiler proivides a framework for building and 198 (description "Rake-compiler provides a framework for building and
199packaging native C and Java extensions in Ruby.") 199packaging native C and Java extensions in Ruby.")
200 (home-page "https://github.com/rake-compiler/rake-compiler") 200 (home-page "https://github.com/rake-compiler/rake-compiler")
201 (license license:expat))) 201 (license license:expat)))
@@ -316,7 +316,7 @@ standard diff-like tool.")
316 (propagated-inputs 316 (propagated-inputs
317 `(("ruby-rspec-support" ,ruby-rspec-support) 317 `(("ruby-rspec-support" ,ruby-rspec-support)
318 ("ruby-diff-lcs" ,ruby-diff-lcs-for-rspec))) 318 ("ruby-diff-lcs" ,ruby-diff-lcs-for-rspec)))
319 (synopsis "RSpec expecations library") 319 (synopsis "RSpec expectations library")
320 (description "Rspec-expectations provides a simple API to express expected 320 (description "Rspec-expectations provides a simple API to express expected
321outcomes of a code example.") 321outcomes of a code example.")
322 (home-page "https://github.com/rspec/rspec-expectations") 322 (home-page "https://github.com/rspec/rspec-expectations")