Sam Ford 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							6c4041c026 
							
						 
					 
					
						
						
							
							Livecheck: Do not convert URL symbol to string  
						
						
						
						
					 
					
						2021-01-13 09:35:54 -05:00 
						 
				 
			
				
					
						
							
							
								Sam Ford 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							308390ba5b 
							
						 
					 
					
						
						
							
							Address feedback and expand documentation  
						
						... 
						
						
						
						Co-authored-by: Mike McQuaid <mike@mikemcquaid.com>
Co-authored-by: Sean Molenaar <1484494+SMillerDev@users.noreply.github.com> 
						
						
					 
					
						2021-01-11 17:51:41 -05:00 
						 
				 
			
				
					
						
							
							
								Markus Reiter 
							
						 
					 
					
						
						
						
						
							
						
						
							7f633cce8c 
							
						 
					 
					
						
						
							
							Remove :appcast and rename :cask_url to :url.  
						
						
						
						
					 
					
						2020-12-25 01:02:51 +01:00 
						 
				 
			
				
					
						
							
							
								Markus Reiter 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							3a4c7223df 
							
						 
					 
					
						
						
							
							Allow accessing version in livecheck blocks.  
						
						
						
						
					 
					
						2020-12-19 19:34:22 -05:00 
						 
				 
			
				
					
						
							
							
								Markus Reiter 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							b3c46ba2b9 
							
						 
					 
					
						
						
							
							Allow extracting URL in Sparkle strategy.  
						
						
						
						
					 
					
						2020-12-19 19:34:17 -05:00 
						 
				 
			
				
					
						
							
							
								Markus Reiter 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							3bde9d34a9 
							
						 
					 
					
						
						
							
							Remove version from Livecheck.  
						
						
						
						
					 
					
						2020-12-12 17:43:25 -05:00 
						 
				 
			
				
					
						
							
							
								Seeker 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							0e8cebbb5b 
							
						 
					 
					
						
						
							
							Store Livecheck#version as symbol or string  
						
						
						
						
					 
					
						2020-12-12 17:43:22 -05:00 
						 
				 
			
				
					
						
							
							
								Seeker 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							4b87da4da9 
							
						 
					 
					
						
						
							
							Initial small fixes  
						
						... 
						
						
						
						- Skip blank lines in watchlist
- Initialize Livecheck#version as nil
- Simplify livecheck_version logic
- Make test a bit more understandable 
						
						
					 
					
						2020-12-12 17:43:22 -05:00 
						 
				 
			
				
					
						
							
							
								Seeker 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							0a766350b5 
							
						 
					 
					
						
						
							
							Fix :cask_url and allow :appcast  
						
						
						
						
					 
					
						2020-12-12 17:43:21 -05:00 
						 
				 
			
				
					
						
							
							
								Seeker 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							6794a78087 
							
						 
					 
					
						
						
							
							livecheck: add support for casks  
						
						
						
						
					 
					
						2020-12-12 17:43:21 -05:00 
						 
				 
			
				
					
						
							
							
								EricFromCanada 
							
						 
					 
					
						
						
						
						
							
						
						
							3768b7a6e9 
							
						 
					 
					
						
						
							
							apidoc: update comment wording, punctuation, formatting  
						
						
						
						
					 
					
						2020-11-06 00:21:02 -05:00 
						 
				 
			
				
					
						
							
							
								Markus Reiter 
							
						 
					 
					
						
						
						
						
							
						
						
							24ae318a3d 
							
						 
					 
					
						
						
							
							Move type annotations into files.  
						
						
						
						
					 
					
						2020-10-10 14:59:39 +02:00 
						 
				 
			
				
					
						
							
							
								Mike McQuaid 
							
						 
					 
					
						
						
						
						
							
						
						
							2e5272d04c 
							
						 
					 
					
						
						
							
							Deprecate/disable code for Homebrew 2.5.0.  
						
						... 
						
						
						
						Do the usual "disable deprecations" and "uncomment pending deprecations"
dance and delete/deprecate/disable relevant/related code. 
						
						
					 
					
						2020-09-03 10:34:22 +01:00 
						 
				 
			
				
					
						
							
							
								Sam Ford 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							05b3518b0c 
							
						 
					 
					
						
						
							
							Improve documentation comments for Livecheck DSL  
						
						
						
						
					 
					
						2020-08-07 21:52:10 -04:00 
						 
				 
			
				
					
						
							
							
								Sam Ford 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							b99e8626e2 
							
						 
					 
					
						
						
							
							Raise TypeError in Livecheck DSL for invalid arg  
						
						... 
						
						
						
						We previously added `raise TypeError` logic to the `Livecheck` DSL's
`#strategy` method. This updates the existing methods to follow suit
and modifies the tests accordingly. 
						
						
					 
					
						2020-08-07 17:25:08 -04:00 
						 
				 
			
				
					
						
							
							
								Sam Ford 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							72985277e8 
							
						 
					 
					
						
						
							
							Add strategy to livecheck DSL  
						
						
						
						
					 
					
						2020-08-05 11:54:37 -04:00 
						 
				 
			
				
					
						
							
							
								nandahkrishna 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							9ffd0e66af 
							
						 
					 
					
						
						
							
							livecheck: reference Formula URLs  
						
						
						
						
					 
					
						2020-05-31 13:52:55 +05:30 
						 
				 
			
				
					
						
							
							
								nandahkrishna 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							77e74e7e69 
							
						 
					 
					
						
						
							
							Adding livecheck Formula DSL  
						
						
						
						
					 
					
						2020-05-11 09:41:13 +05:30