mirror of
				https://github.com/iv-org/invidious.git
				synced 2025-11-03 21:58:29 -06:00 
			
		
		
		
	* shard: update to crystal 0.31.0 Additionally, no longer use the Crystal "markdown" library which has been removed from the Crystal stdlib in version 0.31.0. See https://github.com/crystal-lang/crystal/pull/8115. Also fix some deprecation warnings using the following commands: find . \( -type d -name .git -prune \) -o -type f -exec sed -i 's/URI\.escape/URI\.encode_www_form/g' "{}" \; find . \( -type d -name .git -prune \) -o -type f -exec sed -i 's/URI\.unescape/URI\.decode_www_form/g' "{}" \; sed -i 's/while \%pull\.kind \!\= \:end_object/until \%pull\.kind\.end_object\?/g' src/invidious/helpers/patch_mapping.cr
		
			
				
	
	
		
			25 lines
		
	
	
		
			371 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			25 lines
		
	
	
		
			371 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
name: invidious
 | 
						|
version: 0.19.1
 | 
						|
 | 
						|
authors:
 | 
						|
  - Omar Roth <omarroth@protonmail.com>
 | 
						|
 | 
						|
targets:
 | 
						|
  invidious:
 | 
						|
    main: src/invidious.cr
 | 
						|
 | 
						|
dependencies:
 | 
						|
  pg:
 | 
						|
    github: will/crystal-pg
 | 
						|
    version: ~> 0.19.0
 | 
						|
  sqlite3:
 | 
						|
    github: crystal-lang/crystal-sqlite3
 | 
						|
    version: ~> 0.14.0
 | 
						|
  kemal:
 | 
						|
    github: kemalcr/kemal
 | 
						|
    version: ~> 0.26.0
 | 
						|
 | 
						|
crystal: 0.31.0
 | 
						|
 | 
						|
license: AGPLv3
 |