mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-04 07:41:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			41 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			41 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "9.4.1.0",
 | 
						|
    "description": "The Ruby Programming Language on the JVM.",
 | 
						|
    "homepage": "https://www.jruby.org/",
 | 
						|
    "license": {
 | 
						|
        "identifier": "EPL-1.0|GPL-2.0-only|LGPL-2.1-only",
 | 
						|
        "url": "https://github.com/jruby/jruby/blob/master/COPYING"
 | 
						|
    },
 | 
						|
    "notes": [
 | 
						|
        "Install a JDK and set JAVA_HOME if you don't already have. JRuby won't work without it.",
 | 
						|
        "Also note that this installation overrides GEM_HOME and GEM_PATH from any previous Ruby or JRuby installation."
 | 
						|
    ],
 | 
						|
    "suggest": {
 | 
						|
        "JDK": "java/openjdk"
 | 
						|
    },
 | 
						|
    "url": "https://s3.amazonaws.com/jruby.org/downloads/9.4.1.0/jruby-bin-9.4.1.0.zip",
 | 
						|
    "hash": "d81a67403c844f35d14c2a68309bb6efa05e5e1599fdad3e5535fe653e19b13a",
 | 
						|
    "extract_dir": "jruby-9.4.1.0",
 | 
						|
    "env_add_path": [
 | 
						|
        "bin",
 | 
						|
        "gems\\bin"
 | 
						|
    ],
 | 
						|
    "env_set": {
 | 
						|
        "JRUBY_HOME": "$dir",
 | 
						|
        "GEM_HOME": "$dir\\gems",
 | 
						|
        "GEM_PATH": "$dir\\gems"
 | 
						|
    },
 | 
						|
    "persist": "gems",
 | 
						|
    "checkver": {
 | 
						|
        "url": "https://www.jruby.org/download",
 | 
						|
        "regex": "Current Release:\\s+JRuby\\s+([\\d.]+)"
 | 
						|
    },
 | 
						|
    "autoupdate": {
 | 
						|
        "url": "https://s3.amazonaws.com/jruby.org/downloads/$version/jruby-bin-$version.zip",
 | 
						|
        "hash": {
 | 
						|
            "url": "$url.sha256"
 | 
						|
        },
 | 
						|
        "extract_dir": "jruby-$version"
 | 
						|
    }
 | 
						|
}
 |