diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm index 0e45e0630556eea7402bea6c9c9943b75a124abe..561fe4d98601b55063becb2c1c2cb34d0c69cf03 100644 --- a/gnu/packages/ruby.scm +++ b/gnu/packages/ruby.scm @@ -254,7 +254,7 @@ (define-public ruby-rspec-core (home-page "https://github.com/rspec/rspec-core") (license license:expat))) -(define ruby-diff-lcs-for-rspec +(define-public ruby-diff-lcs (package (name "ruby-diff-lcs") (version "1.2.5") @@ -290,7 +290,7 @@ (define-public ruby-rspec-expectations '(#:tests? #f)) ; avoid dependency cycles (propagated-inputs `(("ruby-rspec-support" ,ruby-rspec-support) - ("ruby-diff-lcs" ,ruby-diff-lcs-for-rspec))) + ("ruby-diff-lcs" ,ruby-diff-lcs))) (synopsis "RSpec expectations library") (description "Rspec-expectations provides a simple API to express expected outcomes of a code example.") @@ -312,7 +312,7 @@ (define-public ruby-rspec-mocks '(#:tests? #f)) ; avoid dependency cycles (propagated-inputs `(("ruby-rspec-support" ,ruby-rspec-support) - ("ruby-diff-lcs" ,ruby-diff-lcs-for-rspec))) + ("ruby-diff-lcs" ,ruby-diff-lcs))) (synopsis "RSpec stubbing and mocking library") (description "Rspec-mocks provides RSpec's \"test double\" framework, with support for stubbing and mocking.")