mirror of
				https://github.com/Instadapp/trustwallet-assets.git
				synced 2024-07-29 22:37:31 +00:00 
			
		
		
		
	 84c4db9482
			
		
	
	
		84c4db9482
		
			
		
	
	
	
	
		
			
			* Add Danger * Create Dangerfile * Add Gemfile * Rename danger to danger.ci * Rename danger.ci to danger.yml * Update Dangerfile * Add validate JSON * Add find * Add image and json validation * Add Payment: Paid for stale * Add validation for info.json, list.json files and check file names * Add Payment: Unpaid * Optimised images with calibre/image-actions * Add validation for whitelist and blacklist * Update helpers.ts * Update Dangerfile * Optimised images with calibre/image-actions * Update danger.yml * Remove uppercase logo Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Mykola <kolya182@gmail.com>
		
			
				
	
	
		
			5 lines
		
	
	
		
			88 B
		
	
	
	
		
			Ruby
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
		
			88 B
		
	
	
	
		
			Ruby
		
	
	
	
	
	
| source "https://rubygems.org"
 | |
| 
 | |
| gem 'danger'
 | |
| gem 'image_size', '~> 2.0'
 | |
| gem 'json-schema' |