Skip to content

Commit afbefa1

Browse files
committed
Fix devcontainer-feature.json schema
1 parent 370fa5c commit afbefa1

File tree

7 files changed

+14
-14
lines changed

7 files changed

+14
-14
lines changed

features/src/activestorage/devcontainer-feature.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"version": "1.1.1",
44
"name": "Active Storage",
55
"description": "Installs libvips, ffmpeg and poppler-utils which are required to use Active Storage for Rails apps.",
6-
"documentationUrl": "https://github.com/rails/devcontainer/tree/main/features/src/activestorage",
7-
"licenseUrl": "https://github.com/rails/devcontainer/blob/main/LICENSE.md",
6+
"documentationURL": "https://github.com/rails/devcontainer/tree/main/features/src/activestorage",
7+
"licenseURL": "https://github.com/rails/devcontainer/blob/main/LICENSE.md",
88
"options": {
99
"variantProcessor": {
1010
"type": "string",

features/src/bun/devcontainer-feature.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
"version": "1.0.2",
44
"name": "Bun",
55
"description": "Installs needed client-side dependencies for Rails apps using Bun.",
6-
"documentationUrl": "https://github.com/rails/devcontainer/tree/main/features/src/bun",
7-
"licenseUrl": "https://github.com/rails/devcontainer/blob/main/LICENSE.md"
6+
"documentationURL": "https://github.com/rails/devcontainer/tree/main/features/src/bun",
7+
"licenseURL": "https://github.com/rails/devcontainer/blob/main/LICENSE.md"
88
}

features/src/bundler-cache/devcontainer-feature.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"version": "1.0.1",
44
"name": "Bundler cache",
55
"description": "Creates a volume for persisting the installed gems across different containers.",
6-
"documentationUrl": "https://github.com/rails/devcontainer/tree/main/features/src/bundler-cache",
7-
"licenseUrl": "https://github.com/rails/devcontainer/blob/main/LICENSE.md",
6+
"documentationURL": "https://github.com/rails/devcontainer/tree/main/features/src/bundler-cache",
7+
"licenseURL": "https://github.com/rails/devcontainer/blob/main/LICENSE.md",
88
"containerEnv": {
99
"BUNDLE_PATH": "/bundle/vendor"
1010
},

features/src/mysql-client/devcontainer-feature.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
"version": "1.1.1",
44
"name": "MySQL Client",
55
"description": "Installs needed client-side dependencies for Rails apps using MySQL.",
6-
"documentationUrl": "https://github.com/rails/devcontainer/tree/main/features/src/mysql-client",
7-
"licenseUrl": "https://github.com/rails/devcontainer/blob/main/LICENSE.md"
6+
"documentationURL": "https://github.com/rails/devcontainer/tree/main/features/src/mysql-client",
7+
"licenseURL": "https://github.com/rails/devcontainer/blob/main/LICENSE.md"
88
}

features/src/postgres-client/devcontainer-feature.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"version": "1.1.3",
44
"name": "Postgres Client",
55
"description": "Installs needed client-side dependencies for Rails apps using Postgres.",
6-
"documentationUrl": "https://github.com/rails/devcontainer/tree/main/features/src/postgres-client",
7-
"licenseUrl": "https://github.com/rails/devcontainer/blob/main/LICENSE.md",
6+
"documentationURL": "https://github.com/rails/devcontainer/tree/main/features/src/postgres-client",
7+
"licenseURL": "https://github.com/rails/devcontainer/blob/main/LICENSE.md",
88
"options": {
99
"version": {
1010
"type": "string",

features/src/ruby/devcontainer-feature.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"version": "2.0.0",
44
"name": "Ruby",
55
"description": "Installs Ruby and a version manager (mise or rbenv) along with libraries needed to build Ruby.",
6-
"documentationUrl": "https://github.com/rails/devcontainer/tree/main/features/src/ruby",
7-
"licenseUrl": "https://github.com/rails/devcontainer/blob/main/LICENSE.md",
6+
"documentationURL": "https://github.com/rails/devcontainer/tree/main/features/src/ruby",
7+
"licenseURL": "https://github.com/rails/devcontainer/blob/main/LICENSE.md",
88
"customizations": {
99
"vscode": {
1010
"extensions": [

features/src/sqlite3/devcontainer-feature.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
"version": "1.0.0",
44
"name": "SQLite3",
55
"description": "Installs needed dependencies for Rails apps using SQLite3.",
6-
"documentationUrl": "https://github.com/rails/devcontainer/tree/main/features/src/sqlite3",
7-
"licenseUrl": "https://github.com/rails/devcontainer/blob/main/LICENSE.md"
6+
"documentationURL": "https://github.com/rails/devcontainer/tree/main/features/src/sqlite3",
7+
"licenseURL": "https://github.com/rails/devcontainer/blob/main/LICENSE.md"
88
}

0 commit comments

Comments
 (0)