From c9801cc5514f01d3f7edc3674a051f1cc0234d30 Mon Sep 17 00:00:00 2001 From: Mike Coutermarsh Date: Wed, 31 Jul 2019 10:37:29 -0700 Subject: [PATCH] Category -> Categories --- README.md | 2 +- ci/android.properties.json | 2 +- ci/ant.properties.json | 2 +- ci/asp.net-core.properties.json | 2 +- ci/blank.properties.json | 2 +- ci/c-cpp.properties.json | 2 +- ci/clojure.properties.json | 2 +- ci/crystal.properties.json | 2 +- ci/dart.properties.json | 2 +- ci/docker-image.properties.json | 2 +- ci/elixir.properties.json | 2 +- ci/erlang.properties.json | 2 +- ci/go.properties.json | 2 +- ci/gradle.properties.json | 2 +- ci/haskell.properties.json | 2 +- ci/jekyll.properties.json | 2 +- ci/maven.properties.json | 2 +- ci/node.js.properties.json | 2 +- ci/python-django.properties.json | 2 +- ci/python-package.properties.json | 2 +- ci/ruby.properties.json | 2 +- ci/rust.properties.json | 2 +- 22 files changed, 22 insertions(+), 22 deletions(-) diff --git a/README.md b/README.md index baeb559..6dc9000 100644 --- a/README.md +++ b/README.md @@ -11,4 +11,4 @@ Valid properties: * `name`: the name shown in onboarding * `description`: the description shown in onboarding * `iconName`: the icon name in the relevant folder, for example `django` should have an icon `icons/django.svg`. Only SVG is supported at this time. -* `category`: the category that it will be shown under \ No newline at end of file +* `categories`: the categories that it will be shown under \ No newline at end of file diff --git a/ci/android.properties.json b/ci/android.properties.json index de10374..2c61f6b 100644 --- a/ci/android.properties.json +++ b/ci/android.properties.json @@ -2,5 +2,5 @@ "name": "Android", "description": "Build an Android project with Gradle.", "iconName": "android", - "category": ["Java", "Mobile"] + "categories": ["Java", "Mobile"] } \ No newline at end of file diff --git a/ci/ant.properties.json b/ci/ant.properties.json index 7242d14..2e4d647 100644 --- a/ci/ant.properties.json +++ b/ci/ant.properties.json @@ -2,5 +2,5 @@ "name": "Ant", "description": "Build and test a Java project with Apache Ant.", "iconName": "ant", - "category": ["Ant Build System", "Java"] + "categories": ["Ant Build System", "Java"] } \ No newline at end of file diff --git a/ci/asp.net-core.properties.json b/ci/asp.net-core.properties.json index ff7fb37..a222f8e 100644 --- a/ci/asp.net-core.properties.json +++ b/ci/asp.net-core.properties.json @@ -2,5 +2,5 @@ "name": "ASP.NET Core", "description": "Build and test an ASP.NET Core project targeting .NET Core.", "iconName": "dotnetcore", - "category": ["ASP"] + "categories": ["ASP"] } \ No newline at end of file diff --git a/ci/blank.properties.json b/ci/blank.properties.json index 459a81f..be0c665 100644 --- a/ci/blank.properties.json +++ b/ci/blank.properties.json @@ -2,5 +2,5 @@ "name": "Blank workflow file", "description": "Start with a file with the minimum necessary structure.", "iconName": "blank", - "category": null + "categories": null } \ No newline at end of file diff --git a/ci/c-cpp.properties.json b/ci/c-cpp.properties.json index 333e23e..605cd89 100644 --- a/ci/c-cpp.properties.json +++ b/ci/c-cpp.properties.json @@ -2,5 +2,5 @@ "name": "C/C++ with Make", "description": "Build and test a C/C++ project using Make.", "iconName": "c-cpp", - "category": ["C", "C++"] + "categories": ["C", "C++"] } \ No newline at end of file diff --git a/ci/clojure.properties.json b/ci/clojure.properties.json index 904367f..9d17772 100644 --- a/ci/clojure.properties.json +++ b/ci/clojure.properties.json @@ -2,5 +2,5 @@ "name": "Clojure", "description": "Build and test a Clojure project with Leiningen.", "iconName": "clojure", - "category": ["Clojure", "Java"] + "categories": ["Clojure", "Java"] } \ No newline at end of file diff --git a/ci/crystal.properties.json b/ci/crystal.properties.json index 9dfdb9d..f5edf7d 100644 --- a/ci/crystal.properties.json +++ b/ci/crystal.properties.json @@ -2,5 +2,5 @@ "name": "Crystal", "description": "Build and test a Crystal project.", "iconName": "crystal", - "category": ["Crystal"] + "categories": ["Crystal"] } \ No newline at end of file diff --git a/ci/dart.properties.json b/ci/dart.properties.json index b73ac4c..a0aad8c 100644 --- a/ci/dart.properties.json +++ b/ci/dart.properties.json @@ -2,5 +2,5 @@ "name": "Dart", "description": "Build and test a Dart project with Pub.", "iconName": "dart", - "category": ["Dart"] + "categories": ["Dart"] } \ No newline at end of file diff --git a/ci/docker-image.properties.json b/ci/docker-image.properties.json index 4eb9ec9..2db2368 100644 --- a/ci/docker-image.properties.json +++ b/ci/docker-image.properties.json @@ -2,5 +2,5 @@ "name": "Docker image", "description": "Build a Docker image to deploy, run, or push to a registry.", "iconName": "docker", - "category": ["Dockerfile"] + "categories": ["Dockerfile"] } \ No newline at end of file diff --git a/ci/elixir.properties.json b/ci/elixir.properties.json index c07ecf6..4b082d7 100644 --- a/ci/elixir.properties.json +++ b/ci/elixir.properties.json @@ -2,5 +2,5 @@ "name": "Elixir", "description": "Build and test an Elixir project with Mix.", "iconName": "elixir", - "category": ["Elixir", "Erlang"] + "categories": ["Elixir", "Erlang"] } \ No newline at end of file diff --git a/ci/erlang.properties.json b/ci/erlang.properties.json index 569d7d8..c728ac2 100644 --- a/ci/erlang.properties.json +++ b/ci/erlang.properties.json @@ -2,5 +2,5 @@ "name": "Erlang", "description": "Build and test an Erlang project with rebar.", "iconName": "erlang", - "category": ["Erlang"] + "categories": ["Erlang"] } \ No newline at end of file diff --git a/ci/go.properties.json b/ci/go.properties.json index 4b751a3..3391245 100644 --- a/ci/go.properties.json +++ b/ci/go.properties.json @@ -2,5 +2,5 @@ "name": "Go", "description": "Build a Go project.", "iconName": "go", - "category": ["Go"] + "categories": ["Go"] } \ No newline at end of file diff --git a/ci/gradle.properties.json b/ci/gradle.properties.json index 661b84f..bf1a7d2 100644 --- a/ci/gradle.properties.json +++ b/ci/gradle.properties.json @@ -2,5 +2,5 @@ "name": "Gradle", "description": "Build and test a Java project using a Gradle wrapper script.", "iconName": "gradle", - "category": ["Java"] + "categories": ["Java"] } \ No newline at end of file diff --git a/ci/haskell.properties.json b/ci/haskell.properties.json index 8ec6d02..ae71a60 100644 --- a/ci/haskell.properties.json +++ b/ci/haskell.properties.json @@ -2,5 +2,5 @@ "name": "Haskell", "description": "Build and test a Haskell project with Cabal.", "iconName": "haskell", - "category": ["Haskell"] + "categories": ["Haskell"] } \ No newline at end of file diff --git a/ci/jekyll.properties.json b/ci/jekyll.properties.json index e20fedc..c97835a 100644 --- a/ci/jekyll.properties.json +++ b/ci/jekyll.properties.json @@ -2,5 +2,5 @@ "name": "Jekyll", "description": "Package a Jekyll site using the jekyll/builder Docker image.", "iconName": "jekyll", - "category": ["HTML"] + "categories": ["HTML"] } \ No newline at end of file diff --git a/ci/maven.properties.json b/ci/maven.properties.json index c46891c..2036b6e 100644 --- a/ci/maven.properties.json +++ b/ci/maven.properties.json @@ -2,5 +2,5 @@ "name": "Maven", "description": "Build and test a Java project with Apache Maven.", "iconName": "maven", - "category": ["Java"] + "categories": ["Java"] } \ No newline at end of file diff --git a/ci/node.js.properties.json b/ci/node.js.properties.json index 3457c68..43e45a3 100644 --- a/ci/node.js.properties.json +++ b/ci/node.js.properties.json @@ -2,5 +2,5 @@ "name": "Node.js", "description": "Build and test a Node.js project with npm.", "iconName": "nodejs", - "category": ["JavaScript"] + "categories": ["JavaScript"] } \ No newline at end of file diff --git a/ci/python-django.properties.json b/ci/python-django.properties.json index 71afe56..468969a 100644 --- a/ci/python-django.properties.json +++ b/ci/python-django.properties.json @@ -2,5 +2,5 @@ "name": "Python Django", "description": "Test a Django project on multiple versions of Python.", "iconName": "django", - "category": ["Python", "HTML+Django"] + "categories": ["Python", "HTML+Django"] } \ No newline at end of file diff --git a/ci/python-package.properties.json b/ci/python-package.properties.json index b514b69..4b3a8da 100644 --- a/ci/python-package.properties.json +++ b/ci/python-package.properties.json @@ -2,5 +2,5 @@ "name": "Python package", "description": "Create and test a Python package on multiple Python versions.", "iconName": "python", - "category": ["Python"] + "categories": ["Python"] } \ No newline at end of file diff --git a/ci/ruby.properties.json b/ci/ruby.properties.json index 59607b9..df74931 100644 --- a/ci/ruby.properties.json +++ b/ci/ruby.properties.json @@ -2,5 +2,5 @@ "name": "Ruby", "description": "Build and test a Ruby project with Rake.", "iconName": "ruby", - "category": ["Ruby"] + "categories": ["Ruby"] } \ No newline at end of file diff --git a/ci/rust.properties.json b/ci/rust.properties.json index e5703f2..6f4f967 100644 --- a/ci/rust.properties.json +++ b/ci/rust.properties.json @@ -2,5 +2,5 @@ "name": "Rust", "description": "Build and test a Rust project with Cargo.", "iconName": "rust", - "category": ["Rust"] + "categories": ["Rust"] } \ No newline at end of file