gnu: ruby-pg: Update to 1.4.6.
* gnu/packages/ruby.scm (ruby-pg): Update to 1.4.6.
This commit is contained in:
		
							parent
							
								
									ab9c6b6450
								
							
						
					
					
						commit
						841fdbf8fe
					
				
					 1 changed files with 2 additions and 4 deletions
				
			
		| 
						 | 
					@ -7819,10 +7819,8 @@ alternative to Marshal for Object serialization.")
 | 
				
			||||||
                             (string-append (getenv "GEM_PATH") ":" new-gem))
 | 
					                             (string-append (getenv "GEM_PATH") ":" new-gem))
 | 
				
			||||||
                     (when tests?
 | 
					                     (when tests?
 | 
				
			||||||
                       (invoke "rspec"))))))))
 | 
					                       (invoke "rspec"))))))))
 | 
				
			||||||
    (native-inputs
 | 
					    (native-inputs (list ruby-rake-compiler ruby-hoe ruby-rspec))
 | 
				
			||||||
     (list ruby-rake-compiler ruby-hoe ruby-rspec))
 | 
					    (inputs (list postgresql))
 | 
				
			||||||
    (inputs
 | 
					 | 
				
			||||||
     (list postgresql))
 | 
					 | 
				
			||||||
    (synopsis "Ruby interface to PostgreSQL")
 | 
					    (synopsis "Ruby interface to PostgreSQL")
 | 
				
			||||||
    (description "Pg is the Ruby interface to the PostgreSQL RDBMS.  It works
 | 
					    (description "Pg is the Ruby interface to the PostgreSQL RDBMS.  It works
 | 
				
			||||||
with PostgreSQL 9.3 and later.")
 | 
					with PostgreSQL 9.3 and later.")
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue