gnu: Add ruby-shoulda-matchers-2.
* gnu/packages/ruby.scm (ruby-shoulda-matchers-2): New variable.
This commit is contained in:
		
							parent
							
								
									e4fea00896
								
							
						
					
					
						commit
						3885c58b25
					
				
					 1 changed files with 11 additions and 0 deletions
				
			
		| 
						 | 
					@ -3257,6 +3257,17 @@ more complex, and error-prone.")
 | 
				
			||||||
    (home-page "https://github.com/thoughtbot/shoulda-matchers")
 | 
					    (home-page "https://github.com/thoughtbot/shoulda-matchers")
 | 
				
			||||||
    (license license:expat)))
 | 
					    (license license:expat)))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					(define-public ruby-shoulda-matchers-2
 | 
				
			||||||
 | 
					  (package
 | 
				
			||||||
 | 
					    (inherit ruby-shoulda-matchers)
 | 
				
			||||||
 | 
					    (version "2.8.0")
 | 
				
			||||||
 | 
					    (source (origin
 | 
				
			||||||
 | 
					              (method url-fetch)
 | 
				
			||||||
 | 
					              (uri (rubygems-uri "shoulda-matchers" version))
 | 
				
			||||||
 | 
					              (sha256
 | 
				
			||||||
 | 
					               (base32
 | 
				
			||||||
 | 
					                "0d3ryqcsk1n9y35bx5wxnqbgw4m8b3c79isazdjnnbg8crdp72d0"))))))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
(define-public ruby-ansi
 | 
					(define-public ruby-ansi
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "ruby-ansi")
 | 
					    (name "ruby-ansi")
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue