aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2017-11-22 13:34:30 +0100
committerPatrick Spek <p.spek@tyil.nl>2017-11-22 13:34:30 +0100
commitd6ca4513257f55efef91822725a7bdb6b51b7d1a (patch)
tree0235d7ebafe6687162ede6abefe5b88990e78524
parent11dcaa03fe07fb880fe9f29a7cfaec91043dad81 (diff)
Bump version to 1.3.0v1.3.0
-rw-r--r--META6.json61
1 files changed, 32 insertions, 29 deletions
diff --git a/META6.json b/META6.json
index 91ce84f..e202a87 100644
--- a/META6.json
+++ b/META6.json
@@ -1,30 +1,33 @@
{
- "perl": "6",
- "name": "Config",
- "version": "1.2.2",
- "auth": "github:scriptkitties",
- "description": "Extensible library for reading and writing configuration files.",
- "license": "GPL-3.0",
- "depends": [
- "Hash::Merge"
- ],
- "provides": {
- "Config": "lib/Config.pm6",
- "Config::Parser": "lib/Config/Parser.pm6",
- "Config::Parser::NULL": "lib/Config/Parser/NULL.pm6",
- "Config::Exception::FileNotFoundException": "lib/Config/Exception/FileNotFoundException.pm6",
- "Config::Exception::UnimplementedMethodException": "lib/Config/Exception/UnimplementedMethodException.pm6",
- "Config::Exception::MissingParserException": "lib/Config/Exception/MissingParserException.pm6"
- },
- "authors": [
- "Patrick Spek <p.spek@tyil.work>"
- ],
- "tags": [
- "config",
- "configuration"
- ],
- "test-depends": [
- "Test::META"
- ],
- "source-url": "https://github.com/scriptkitties/p6-Config.git"
-}
+ "auth": "github:scriptkitties",
+ "authors": [
+ "Patrick Spek <p.spek@tyil.work>"
+ ],
+ "depends": [
+ "Hash::Merge"
+ ],
+ "description": "Extensible library for reading and writing configuration files.",
+ "license": "GPL-3.0",
+ "name": "Config",
+ "perl": "6",
+ "provides": {
+ "Config": "lib/Config.pm6",
+ "Config::Exception::FileNotFoundException": "lib/Config/Exception/FileNotFoundException.pm6",
+ "Config::Exception::MissingParserException": "lib/Config/Exception/MissingParserException.pm6",
+ "Config::Exception::UnimplementedMethodException": "lib/Config/Exception/UnimplementedMethodException.pm6",
+ "Config::Parser": "lib/Config/Parser.pm6",
+ "Config::Parser::NULL": "lib/Config/Parser/NULL.pm6"
+ },
+ "resources": [
+ null
+ ],
+ "source-url": "https://github.com/scriptkitties/p6-Config.git",
+ "tags": [
+ "config",
+ "configuration"
+ ],
+ "test-depends": [
+ "Test::META"
+ ],
+ "version": "1.3.0"
+} \ No newline at end of file