Merge remote-tracking branch 'SkyMarshal/patch-2' into 628_adjust

* SkyMarshal/patch-2:
  Adjustments to many files with a ksp_version_min but no ksp_version_max

Conflicts:
	CustomAsteroids/CustomAsteroids-v1.1.0.ckan
This commit is contained in:
Paul Fenwick 2015-06-28 17:17:15 +10:00
commit 1a995b2f59
23 changed files with 31 additions and 20 deletions

View File

@ -19,5 +19,5 @@
"download": "https://kerbalstuff.com/mod/465/Color%20Coded%20Canisters/download/0.3", "download": "https://kerbalstuff.com/mod/465/Color%20Coded%20Canisters/download/0.3",
"x_generated_by": "netkan", "x_generated_by": "netkan",
"download_size": 1691176, "download_size": 1691176,
"ksp_version_min": "0.90.0" "ksp_version": "0.90.0"
} }

View File

@ -19,5 +19,5 @@
"download": "https://kerbalstuff.com/mod/465/Color%20Coded%20Canisters/download/0.4", "download": "https://kerbalstuff.com/mod/465/Color%20Coded%20Canisters/download/0.4",
"x_generated_by": "netkan", "x_generated_by": "netkan",
"download_size": 1989823, "download_size": 1989823,
"ksp_version_min": "0.90.0" "ksp_version": "0.90.0"
} }

View File

@ -19,5 +19,5 @@
"download": "https://kerbalstuff.com/mod/465/Color%20Coded%20Canisters/download/0.5", "download": "https://kerbalstuff.com/mod/465/Color%20Coded%20Canisters/download/0.5",
"x_generated_by": "netkan", "x_generated_by": "netkan",
"download_size": 2096838, "download_size": 2096838,
"ksp_version_min": "0.90.0" "ksp_version": "0.90.0"
} }

View File

@ -19,5 +19,5 @@
"download": "https://kerbalstuff.com/mod/465/Color%20Coded%20Canisters/download/0.6", "download": "https://kerbalstuff.com/mod/465/Color%20Coded%20Canisters/download/0.6",
"x_generated_by": "netkan", "x_generated_by": "netkan",
"download_size": 2185202, "download_size": 2185202,
"ksp_version_min": "0.90.0" "ksp_version": "0.90.0"
} }

View File

@ -19,5 +19,5 @@
"download": "https://kerbalstuff.com/mod/465/Color%20Coded%20Canisters/download/0.7", "download": "https://kerbalstuff.com/mod/465/Color%20Coded%20Canisters/download/0.7",
"x_generated_by": "netkan", "x_generated_by": "netkan",
"download_size": 2233087, "download_size": 2233087,
"ksp_version_min": "0.90.0" "ksp_version": "0.90.0"
} }

View File

@ -19,5 +19,5 @@
"download": "https://kerbalstuff.com/mod/465/Color%20Coded%20Canisters/download/0.8", "download": "https://kerbalstuff.com/mod/465/Color%20Coded%20Canisters/download/0.8",
"x_generated_by": "netkan", "x_generated_by": "netkan",
"download_size": 2247944, "download_size": 2247944,
"ksp_version_min": "0.90.0" "ksp_version": "0.90.0"
} }

View File

@ -19,5 +19,5 @@
"download": "https://kerbalstuff.com/mod/465/Color%20Coded%20Canisters/download/0.9", "download": "https://kerbalstuff.com/mod/465/Color%20Coded%20Canisters/download/0.9",
"x_generated_by": "netkan", "x_generated_by": "netkan",
"download_size": 2250148, "download_size": 2250148,
"ksp_version_min": "1.0.0" "ksp_version": "1.0.0"
} }

View File

@ -2,7 +2,7 @@
"spec_version": 1, "spec_version": 1,
"identifier": "CustomAsteroids", "identifier": "CustomAsteroids",
"release_status": "stable", "release_status": "stable",
"ksp_version_min": "0.25", "ksp_version": "0.25",
"resources": { "resources": {
"repository": "https://github.com/Starstrider42/Custom-Asteroids", "repository": "https://github.com/Starstrider42/Custom-Asteroids",
"bugtracker": "https://github.com/Starstrider42/Custom-Asteroids/issues", "bugtracker": "https://github.com/Starstrider42/Custom-Asteroids/issues",

View File

@ -8,7 +8,7 @@
"abstract" : "Docking Port Alignment Indicator", "abstract" : "Docking Port Alignment Indicator",
"author" : "NavyFish", "author" : "NavyFish",
"version" : "4.0", "version" : "4.0",
"ksp_version_min" : "0.25", "ksp_version" : "0.25",
"resources" : { "resources" : {
"homepage" : "http://forum.kerbalspaceprogram.com/threads/43901" "homepage" : "http://forum.kerbalspaceprogram.com/threads/43901"
}, },

View File

@ -14,10 +14,11 @@
} }
], ],
"ksp_version_min": "0.24", "ksp_version_min": "0.24",
"ksp_version_max": "1.0.1",
"name": "Improved Chase Cameras", "name": "Improved Chase Cameras",
"abstract": "This plugin gives you the option to make the chase camera follow your surface velocity vector, instead of being rigidly attached to your plane.", "abstract": "This plugin gives you the option to make the chase camera follow your surface velocity vector, instead of being rigidly attached to your plane.",
"author": "BahamutoD", "author": "BahamutoD",
"version": "1.4.0", "version": "1.4.0",
"download": "https://dl.dropboxusercontent.com/u/103148235/ImprovedChaseCamerav1.4.0.zip", "download": "https://dl.dropboxusercontent.com/u/103148235/ImprovedChaseCamerav1.4.0.zip",
"x_mirrors" : ["http://addons.cursecdn.com/files/2212%5C365/ImprovedChaseCamerav1.4.0.zip"] "x_mirrors" : ["http://addons.cursecdn.com/files/2212%5C365/ImprovedChaseCamerav1.4.0.zip"]
} }

View File

@ -5,6 +5,8 @@
"name" : "JSI Part Utilities", "name" : "JSI Part Utilities",
"abstract" : "This is a collection of small and relatively simple PartModules", "abstract" : "This is a collection of small and relatively simple PartModules",
"license" : "GPL-3.0", "license" : "GPL-3.0",
"ksp_version_min": "0.24.2",
"ksp_version_max": "1.0.1",
"resources": { "resources": {
"repository": "https://github.com/Mihara/PartUtilities", "repository": "https://github.com/Mihara/PartUtilities",
"homepage": "http://forum.kerbalspaceprogram.com/threads/88366" "homepage": "http://forum.kerbalspaceprogram.com/threads/88366"

View File

@ -2,7 +2,7 @@
"spec_version": 1, "spec_version": 1,
"identifier": "KerbalFoundries", "identifier": "KerbalFoundries",
"license": "GPL-3.0", "license": "GPL-3.0",
"ksp_version_min": "0.25", "ksp_version": "0.25",
"recommends": [ "recommends": [
{ {
"name": "TweakScale" "name": "TweakScale"

View File

@ -2,7 +2,7 @@
"spec_version": "v1.4", "spec_version": "v1.4",
"identifier": "KerbalFoundries", "identifier": "KerbalFoundries",
"license": "GPL-3.0", "license": "GPL-3.0",
"ksp_version_min": "0.25", "ksp_version_min": "0.90",
"recommends": [ "recommends": [
{ {
"name": "TweakScale" "name": "TweakScale"

View File

@ -7,9 +7,10 @@
"license" : "CC-BY-NC-ND-3.0", "license" : "CC-BY-NC-ND-3.0",
"version" : "10", "version" : "10",
"release_status" : "stable", "release_status" : "stable",
"ksp_version_min" : "0.20", "ksp_version_min": "0.20",
"author" : "udk_lethal_d0se", "ksp_version_max": "0.90",
"description" : " This project is on hold and was not updated until KSP 0.20 but still works and looks awsome", "author" : "udk_lethal_d0se",
"description" : " This project is on hold and was not updated until KSP 0.20 but still works and looks awsome",
"resources" : { "resources" : {
"homepage" : "http://forum.kerbalspaceprogram.com/threads/32179" "homepage" : "http://forum.kerbalspaceprogram.com/threads/32179"
}, },
@ -19,4 +20,4 @@
"install_to" : "GameData" "install_to" : "GameData"
} }
] ]
} }

View File

@ -3,6 +3,7 @@
"identifier": "Proton-Bobcat", "identifier": "Proton-Bobcat",
"license": "restricted", "license": "restricted",
"ksp_version_min": "0.25", "ksp_version_min": "0.25",
"ksp_version_max": "0.90",
"resources": { "resources": {
"homepage": "http://forum.kerbalspaceprogram.com/threads/81754", "homepage": "http://forum.kerbalspaceprogram.com/threads/81754",
"kerbalstuff": "https://kerbalstuff.com/mod/373/BobCat%20Ind.%20Proton%20Rocket" "kerbalstuff": "https://kerbalstuff.com/mod/373/BobCat%20Ind.%20Proton%20Rocket"

View File

@ -8,6 +8,7 @@
"version" : "0.01", "version" : "0.01",
"release_status" : "stable", "release_status" : "stable",
"ksp_version_min" : "0.24.2", "ksp_version_min" : "0.24.2",
"ksp_version_max": "0.90",
"resources" : { "resources" : {
"homepage" : "http://forum.kerbalspaceprogram.com/threads/87659", "homepage" : "http://forum.kerbalspaceprogram.com/threads/87659",
"github" : { "github" : {

View File

@ -2,6 +2,7 @@
"spec_version": 1, "spec_version": 1,
"identifier": "RocketdyneF-1", "identifier": "RocketdyneF-1",
"ksp_version_min": "0.25", "ksp_version_min": "0.25",
"ksp_version_max": "0.90",
"resources": "resources":
{ {
"homepage": "http://forum.kerbalspaceprogram.com/threads/47892" "homepage": "http://forum.kerbalspaceprogram.com/threads/47892"

View File

@ -1,7 +1,7 @@
{ {
"spec_version": 1, "spec_version": 1,
"identifier": "SovietEngines", "identifier": "SovietEngines",
"ksp_version_min": "0.25", "ksp_version": "0.25",
"license": "restricted", "license": "restricted",
"install": [ "install": [
{ {

View File

@ -2,6 +2,7 @@
"spec_version": 1, "spec_version": 1,
"identifier": "SovietEngines", "identifier": "SovietEngines",
"ksp_version_min": "0.25", "ksp_version_min": "0.25",
"ksp_version_max": "0.90",
"license": "restricted", "license": "restricted",
"resources": { "resources": {
"homepage": "http://forum.kerbalspaceprogram.com/threads/81754", "homepage": "http://forum.kerbalspaceprogram.com/threads/81754",

View File

@ -2,6 +2,7 @@
"spec_version": 1, "spec_version": 1,
"identifier": "SpaceFactory-Voskhod-unofficial", "identifier": "SpaceFactory-Voskhod-unofficial",
"ksp_version_min": "0.25", "ksp_version_min": "0.25",
"ksp_version_max": "0.90",
"resources": "resources":
{ {
"homepage": "http://forum.kerbalspaceprogram.com/threads/47765" "homepage": "http://forum.kerbalspaceprogram.com/threads/47765"

View File

@ -2,6 +2,7 @@
"spec_version": 1, "spec_version": 1,
"identifier": "SpaceFacotry-Vostok-unofficial", "identifier": "SpaceFacotry-Vostok-unofficial",
"ksp_version_min": "0.25", "ksp_version_min": "0.25",
"ksp_version_max": "0.90",
"resources": "resources":
{ {
"homepage": "http://forum.kerbalspaceprogram.com/threads/47765" "homepage": "http://forum.kerbalspaceprogram.com/threads/47765"
@ -19,4 +20,4 @@
"install_to" : "GameData" "install_to" : "GameData"
} }
] ]
} }

View File

@ -7,6 +7,7 @@
"license": "WTFPL", "license": "WTFPL",
"release_status": "stable", "release_status": "stable",
"ksp_version_min": "0.25", "ksp_version_min": "0.25",
"ksp_version_max": "0.90",
"resources": { "resources": {
"homepage": "http://forum.kerbalspaceprogram.com/threads/80654", "homepage": "http://forum.kerbalspaceprogram.com/threads/80654",
"repository": "https://github.com/Biotronic/StripSymmetry" "repository": "https://github.com/Biotronic/StripSymmetry"

View File

@ -6,7 +6,7 @@
"abstract": "Remove Symmetry!", "abstract": "Remove Symmetry!",
"license": "WTFPL", "license": "WTFPL",
"release_status": "stable", "release_status": "stable",
"ksp_version_min": "0.25", "ksp_version_min": "1.0.0",
"resources": { "resources": {
"homepage": "http://forum.kerbalspaceprogram.com/threads/80654", "homepage": "http://forum.kerbalspaceprogram.com/threads/80654",
"repository": "https://github.com/Biotronic/StripSymmetry" "repository": "https://github.com/Biotronic/StripSymmetry"