diff --git a/.berel.yml b/.berel.yml index 71e5a9e..fac6459 100644 --- a/.berel.yml +++ b/.berel.yml @@ -4,7 +4,7 @@ !v!Pluie.Berel.Meta meta : keys : software : pluie-yaml; - version : 0.56 + version : 0.60 type : library date : 2018 license : GPLv3.0; @@ -38,6 +38,7 @@ - vala : dir : - src + - samples extension : - .vala - .c diff --git a/README.md b/README.md index 2ae496b..342eff2 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ You can use `./build.sh` to rebuild/install the **pluie-yaml** lib and compile s ## Api / Documentation -https://pluie.org/pluie-yaml-0.5/index.htm +https://pluie.org/pluie-yaml-0.6/index.htm ## Docker diff --git a/build.sh b/build.sh index 4da0399..ee2ebab 100755 --- a/build.sh +++ b/build.sh @@ -2,7 +2,7 @@ #^# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # @software : pluie-yaml -# @version : 0.56 +# @version : 0.60 # @type : library # @date : 2018 # @license : GPLv3.0 @@ -30,7 +30,7 @@ # -------------------------------------------------------- DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" - lib="pluie-yaml-0.5" + lib="pluie-yaml-0.6" samples=" src/vala/Pluie/Samples.YamlObject.vala \ src/vala/Pluie/Samples.YamlChild.vala \ src/vala/Pluie/Samples.YamlStruct.vala " diff --git a/lastpluie-yaml-0.5.tar.gz b/lastpluie-yaml-0.5.tar.gz deleted file mode 100644 index 45dfc78..0000000 Binary files a/lastpluie-yaml-0.5.tar.gz and /dev/null differ diff --git a/meson.build b/meson.build index d9de324..ae9563d 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ #^# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # @software : pluie-yaml -# @version : 0.56 +# @version : 0.60 # @type : library # @date : 2018 # @license : GPLv3.0 @@ -27,7 +27,7 @@ # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #^# -project('pluie-yaml', ['vala', 'c'], version:'0.5') +project('pluie-yaml', ['vala', 'c'], version:'0.6') cc = meson.get_compiler('c') version = meson.project_version() diff --git a/samples/json-loader.vala b/samples/json-loader.vala index dcdfe10..bcc1984 100644 --- a/samples/json-loader.vala +++ b/samples/json-loader.vala @@ -1,3 +1,32 @@ +/*^* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * + * + * @software : pluie-yaml + * @version : 0.60 + * @type : library + * @date : 2018 + * @license : GPLv3.0 + * @author : a-Sansara <[dev]at[pluie]dot[org]> + * @copyright : pluie.org + * + * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * + * + * This file is part of pluie-yaml. + * + * pluie-yaml is free software (free as in speech) : you can redistribute it + * and/or modify it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the License, + * or (at your option) any later version. + * + * pluie-yaml is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for + * more details. + * + * You should have received a copy of the GNU General Public License + * along with pluie-yaml. If not, see . + * + * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *^*/ + /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * @software : pluie-yaml diff --git a/samples/yaml-bug.vala b/samples/yaml-bug.vala index b2ece8a..78becf4 100644 --- a/samples/yaml-bug.vala +++ b/samples/yaml-bug.vala @@ -1,3 +1,32 @@ +/*^* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * + * + * @software : pluie-yaml + * @version : 0.60 + * @type : library + * @date : 2018 + * @license : GPLv3.0 + * @author : a-Sansara <[dev]at[pluie]dot[org]> + * @copyright : pluie.org + * + * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * + * + * This file is part of pluie-yaml. + * + * pluie-yaml is free software (free as in speech) : you can redistribute it + * and/or modify it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the License, + * or (at your option) any later version. + * + * pluie-yaml is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for + * more details. + * + * You should have received a copy of the GNU General Public License + * along with pluie-yaml. If not, see . + * + * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *^*/ + /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * @software : pluie-yaml diff --git a/samples/yaml-config.vala b/samples/yaml-config.vala index 56493f2..4ce127f 100644 --- a/samples/yaml-config.vala +++ b/samples/yaml-config.vala @@ -1,3 +1,32 @@ +/*^* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * + * + * @software : pluie-yaml + * @version : 0.60 + * @type : library + * @date : 2018 + * @license : GPLv3.0 + * @author : a-Sansara <[dev]at[pluie]dot[org]> + * @copyright : pluie.org + * + * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * + * + * This file is part of pluie-yaml. + * + * pluie-yaml is free software (free as in speech) : you can redistribute it + * and/or modify it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the License, + * or (at your option) any later version. + * + * pluie-yaml is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for + * more details. + * + * You should have received a copy of the GNU General Public License + * along with pluie-yaml. If not, see . + * + * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *^*/ + /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * @software : pluie-yaml diff --git a/samples/yaml-dump.vala b/samples/yaml-dump.vala index 48a9906..28af9b9 100644 --- a/samples/yaml-dump.vala +++ b/samples/yaml-dump.vala @@ -1,3 +1,32 @@ +/*^* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * + * + * @software : pluie-yaml + * @version : 0.60 + * @type : library + * @date : 2018 + * @license : GPLv3.0 + * @author : a-Sansara <[dev]at[pluie]dot[org]> + * @copyright : pluie.org + * + * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * + * + * This file is part of pluie-yaml. + * + * pluie-yaml is free software (free as in speech) : you can redistribute it + * and/or modify it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the License, + * or (at your option) any later version. + * + * pluie-yaml is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for + * more details. + * + * You should have received a copy of the GNU General Public License + * along with pluie-yaml. If not, see . + * + * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *^*/ + /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * @software : pluie-yaml diff --git a/samples/yaml-finder.vala b/samples/yaml-finder.vala index 15df59f..95fb4d4 100644 --- a/samples/yaml-finder.vala +++ b/samples/yaml-finder.vala @@ -1,3 +1,32 @@ +/*^* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * + * + * @software : pluie-yaml + * @version : 0.60 + * @type : library + * @date : 2018 + * @license : GPLv3.0 + * @author : a-Sansara <[dev]at[pluie]dot[org]> + * @copyright : pluie.org + * + * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * + * + * This file is part of pluie-yaml. + * + * pluie-yaml is free software (free as in speech) : you can redistribute it + * and/or modify it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the License, + * or (at your option) any later version. + * + * pluie-yaml is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for + * more details. + * + * You should have received a copy of the GNU General Public License + * along with pluie-yaml. If not, see . + * + * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *^*/ + /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * @software : pluie-yaml diff --git a/samples/yaml-imports.vala b/samples/yaml-imports.vala index 3694ac7..71ca8f1 100644 --- a/samples/yaml-imports.vala +++ b/samples/yaml-imports.vala @@ -1,3 +1,32 @@ +/*^* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * + * + * @software : pluie-yaml + * @version : 0.60 + * @type : library + * @date : 2018 + * @license : GPLv3.0 + * @author : a-Sansara <[dev]at[pluie]dot[org]> + * @copyright : pluie.org + * + * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * + * + * This file is part of pluie-yaml. + * + * pluie-yaml is free software (free as in speech) : you can redistribute it + * and/or modify it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the License, + * or (at your option) any later version. + * + * pluie-yaml is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for + * more details. + * + * You should have received a copy of the GNU General Public License + * along with pluie-yaml. If not, see . + * + * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *^*/ + /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * @software : pluie-yaml diff --git a/samples/yaml-loader.vala b/samples/yaml-loader.vala index 9344206..79dd3dd 100644 --- a/samples/yaml-loader.vala +++ b/samples/yaml-loader.vala @@ -1,3 +1,32 @@ +/*^* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * + * + * @software : pluie-yaml + * @version : 0.60 + * @type : library + * @date : 2018 + * @license : GPLv3.0 + * @author : a-Sansara <[dev]at[pluie]dot[org]> + * @copyright : pluie.org + * + * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * + * + * This file is part of pluie-yaml. + * + * pluie-yaml is free software (free as in speech) : you can redistribute it + * and/or modify it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the License, + * or (at your option) any later version. + * + * pluie-yaml is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for + * more details. + * + * You should have received a copy of the GNU General Public License + * along with pluie-yaml. If not, see . + * + * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *^*/ + /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * @software : pluie-yaml diff --git a/samples/yaml-node.vala b/samples/yaml-node.vala index 064b4a5..e9a8980 100644 --- a/samples/yaml-node.vala +++ b/samples/yaml-node.vala @@ -1,3 +1,32 @@ +/*^* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * + * + * @software : pluie-yaml + * @version : 0.60 + * @type : library + * @date : 2018 + * @license : GPLv3.0 + * @author : a-Sansara <[dev]at[pluie]dot[org]> + * @copyright : pluie.org + * + * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * + * + * This file is part of pluie-yaml. + * + * pluie-yaml is free software (free as in speech) : you can redistribute it + * and/or modify it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the License, + * or (at your option) any later version. + * + * pluie-yaml is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for + * more details. + * + * You should have received a copy of the GNU General Public License + * along with pluie-yaml. If not, see . + * + * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *^*/ + /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * @software : pluie-yaml diff --git a/samples/yaml-serialize.vala b/samples/yaml-serialize.vala index 86c872c..ee6811d 100644 --- a/samples/yaml-serialize.vala +++ b/samples/yaml-serialize.vala @@ -1,3 +1,32 @@ +/*^* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * + * + * @software : pluie-yaml + * @version : 0.60 + * @type : library + * @date : 2018 + * @license : GPLv3.0 + * @author : a-Sansara <[dev]at[pluie]dot[org]> + * @copyright : pluie.org + * + * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * + * + * This file is part of pluie-yaml. + * + * pluie-yaml is free software (free as in speech) : you can redistribute it + * and/or modify it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the License, + * or (at your option) any later version. + * + * pluie-yaml is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for + * more details. + * + * You should have received a copy of the GNU General Public License + * along with pluie-yaml. If not, see . + * + * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *^*/ + /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * @software : pluie-yaml diff --git a/samples/yaml-tag.vala b/samples/yaml-tag.vala index 533bf32..dfd140c 100644 --- a/samples/yaml-tag.vala +++ b/samples/yaml-tag.vala @@ -1,3 +1,32 @@ +/*^* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * + * + * @software : pluie-yaml + * @version : 0.60 + * @type : library + * @date : 2018 + * @license : GPLv3.0 + * @author : a-Sansara <[dev]at[pluie]dot[org]> + * @copyright : pluie.org + * + * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * + * + * This file is part of pluie-yaml. + * + * pluie-yaml is free software (free as in speech) : you can redistribute it + * and/or modify it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the License, + * or (at your option) any later version. + * + * pluie-yaml is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for + * more details. + * + * You should have received a copy of the GNU General Public License + * along with pluie-yaml. If not, see . + * + * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *^*/ + /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * @software : pluie-yaml diff --git a/samples/yaml-test.vala b/samples/yaml-test.vala index f77963f..09e4af0 100644 --- a/samples/yaml-test.vala +++ b/samples/yaml-test.vala @@ -1,3 +1,32 @@ +/*^* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * + * + * @software : pluie-yaml + * @version : 0.60 + * @type : library + * @date : 2018 + * @license : GPLv3.0 + * @author : a-Sansara <[dev]at[pluie]dot[org]> + * @copyright : pluie.org + * + * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * + * + * This file is part of pluie-yaml. + * + * pluie-yaml is free software (free as in speech) : you can redistribute it + * and/or modify it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the License, + * or (at your option) any later version. + * + * pluie-yaml is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for + * more details. + * + * You should have received a copy of the GNU General Public License + * along with pluie-yaml. If not, see . + * + * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *^*/ + /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * @software : pluie-yaml diff --git a/samples/yaml-tonode.vala b/samples/yaml-tonode.vala index 8144b50..9ec3441 100644 --- a/samples/yaml-tonode.vala +++ b/samples/yaml-tonode.vala @@ -1,3 +1,32 @@ +/*^* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * + * + * @software : pluie-yaml + * @version : 0.60 + * @type : library + * @date : 2018 + * @license : GPLv3.0 + * @author : a-Sansara <[dev]at[pluie]dot[org]> + * @copyright : pluie.org + * + * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * + * + * This file is part of pluie-yaml. + * + * pluie-yaml is free software (free as in speech) : you can redistribute it + * and/or modify it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the License, + * or (at your option) any later version. + * + * pluie-yaml is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for + * more details. + * + * You should have received a copy of the GNU General Public License + * along with pluie-yaml. If not, see . + * + * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *^*/ + /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * @software : pluie-yaml diff --git a/samples/yaml-traversing.vala b/samples/yaml-traversing.vala index 444f1c4..59627ea 100644 --- a/samples/yaml-traversing.vala +++ b/samples/yaml-traversing.vala @@ -1,3 +1,32 @@ +/*^* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * + * + * @software : pluie-yaml + * @version : 0.60 + * @type : library + * @date : 2018 + * @license : GPLv3.0 + * @author : a-Sansara <[dev]at[pluie]dot[org]> + * @copyright : pluie.org + * + * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * + * + * This file is part of pluie-yaml. + * + * pluie-yaml is free software (free as in speech) : you can redistribute it + * and/or modify it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the License, + * or (at your option) any later version. + * + * pluie-yaml is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for + * more details. + * + * You should have received a copy of the GNU General Public License + * along with pluie-yaml. If not, see . + * + * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *^*/ + /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * @software : pluie-yaml diff --git a/src/c/yaml.c b/src/c/yaml.c index 43b8b3e..630d76d 100644 --- a/src/c/yaml.c +++ b/src/c/yaml.c @@ -1,7 +1,7 @@ /*^* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * @software : pluie-yaml - * @version : 0.56 + * @version : 0.60 * @type : library * @date : 2018 * @license : GPLv3.0 diff --git a/src/meson.build b/src/meson.build index 650ac28..d5f8267 100644 --- a/src/meson.build +++ b/src/meson.build @@ -1,7 +1,7 @@ #^# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # @software : pluie-yaml -# @version : 0.56 +# @version : 0.60 # @type : library # @date : 2018 # @license : GPLv3.0 diff --git a/src/vala/Pluie/Io.InputChunkStream.vala b/src/vala/Pluie/Io.InputChunkStream.vala index f156032..f760a15 100644 --- a/src/vala/Pluie/Io.InputChunkStream.vala +++ b/src/vala/Pluie/Io.InputChunkStream.vala @@ -1,7 +1,7 @@ /*^* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * @software : pluie-yaml - * @version : 0.56 + * @version : 0.60 * @type : library * @date : 2018 * @license : GPLv3.0 diff --git a/src/vala/Pluie/Io.Reader.vala b/src/vala/Pluie/Io.Reader.vala index 792ac92..59dc164 100644 --- a/src/vala/Pluie/Io.Reader.vala +++ b/src/vala/Pluie/Io.Reader.vala @@ -1,7 +1,7 @@ /*^* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * @software : pluie-yaml - * @version : 0.56 + * @version : 0.60 * @type : library * @date : 2018 * @license : GPLv3.0 diff --git a/src/vala/Pluie/Io.StreamLineMark.vala b/src/vala/Pluie/Io.StreamLineMark.vala index 13742a5..2e8b727 100644 --- a/src/vala/Pluie/Io.StreamLineMark.vala +++ b/src/vala/Pluie/Io.StreamLineMark.vala @@ -1,7 +1,7 @@ /*^* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * @software : pluie-yaml - * @version : 0.56 + * @version : 0.60 * @type : library * @date : 2018 * @license : GPLv3.0 diff --git a/src/vala/Pluie/Io.Writter.vala b/src/vala/Pluie/Io.Writter.vala index a40da28..67c9249 100644 --- a/src/vala/Pluie/Io.Writter.vala +++ b/src/vala/Pluie/Io.Writter.vala @@ -1,7 +1,7 @@ /*^* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * @software : pluie-yaml - * @version : 0.56 + * @version : 0.60 * @type : library * @date : 2018 * @license : GPLv3.0 diff --git a/src/vala/Pluie/Samples.YamlChild.vala b/src/vala/Pluie/Samples.YamlChild.vala index 9d5bee2..bdc6662 100644 --- a/src/vala/Pluie/Samples.YamlChild.vala +++ b/src/vala/Pluie/Samples.YamlChild.vala @@ -1,7 +1,7 @@ /*^* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * @software : pluie-yaml - * @version : 0.56 + * @version : 0.60 * @type : library * @date : 2018 * @license : GPLv3.0 diff --git a/src/vala/Pluie/Samples.YamlObject.vala b/src/vala/Pluie/Samples.YamlObject.vala index ec4b711..c355a98 100644 --- a/src/vala/Pluie/Samples.YamlObject.vala +++ b/src/vala/Pluie/Samples.YamlObject.vala @@ -1,7 +1,7 @@ /*^* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * @software : pluie-yaml - * @version : 0.56 + * @version : 0.60 * @type : library * @date : 2018 * @license : GPLv3.0 diff --git a/src/vala/Pluie/Samples.YamlStruct.vala b/src/vala/Pluie/Samples.YamlStruct.vala index 73fac83..0a289a2 100644 --- a/src/vala/Pluie/Samples.YamlStruct.vala +++ b/src/vala/Pluie/Samples.YamlStruct.vala @@ -1,7 +1,7 @@ /*^* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * @software : pluie-yaml - * @version : 0.56 + * @version : 0.60 * @type : library * @date : 2018 * @license : GPLv3.0 diff --git a/src/vala/Pluie/Yaml.AbstractChild.vala b/src/vala/Pluie/Yaml.AbstractChild.vala index 7648218..62b0643 100644 --- a/src/vala/Pluie/Yaml.AbstractChild.vala +++ b/src/vala/Pluie/Yaml.AbstractChild.vala @@ -1,7 +1,7 @@ /*^* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * @software : pluie-yaml - * @version : 0.56 + * @version : 0.60 * @type : library * @date : 2018 * @license : GPLv3.0 diff --git a/src/vala/Pluie/Yaml.AbstractNode.vala b/src/vala/Pluie/Yaml.AbstractNode.vala index b245fe6..e8e9df7 100644 --- a/src/vala/Pluie/Yaml.AbstractNode.vala +++ b/src/vala/Pluie/Yaml.AbstractNode.vala @@ -1,7 +1,7 @@ /*^* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * @software : pluie-yaml - * @version : 0.56 + * @version : 0.60 * @type : library * @date : 2018 * @license : GPLv3.0 diff --git a/src/vala/Pluie/Yaml.Builder.vala b/src/vala/Pluie/Yaml.Builder.vala index 15afaa2..4439401 100644 --- a/src/vala/Pluie/Yaml.Builder.vala +++ b/src/vala/Pluie/Yaml.Builder.vala @@ -1,7 +1,7 @@ /*^* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * @software : pluie-yaml - * @version : 0.56 + * @version : 0.60 * @type : library * @date : 2018 * @license : GPLv3.0 diff --git a/src/vala/Pluie/Yaml.Collection.vala b/src/vala/Pluie/Yaml.Collection.vala index f090a53..9b775c9 100644 --- a/src/vala/Pluie/Yaml.Collection.vala +++ b/src/vala/Pluie/Yaml.Collection.vala @@ -1,7 +1,7 @@ /*^* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * @software : pluie-yaml - * @version : 0.56 + * @version : 0.60 * @type : library * @date : 2018 * @license : GPLv3.0 diff --git a/src/vala/Pluie/Yaml.Config.vala b/src/vala/Pluie/Yaml.Config.vala index 5e3f805..c5134cc 100644 --- a/src/vala/Pluie/Yaml.Config.vala +++ b/src/vala/Pluie/Yaml.Config.vala @@ -1,7 +1,7 @@ /*^* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * @software : pluie-yaml - * @version : 0.56 + * @version : 0.60 * @type : library * @date : 2018 * @license : GPLv3.0 diff --git a/src/vala/Pluie/Yaml.Dumper.vala b/src/vala/Pluie/Yaml.Dumper.vala index b959118..b1f6f66 100644 --- a/src/vala/Pluie/Yaml.Dumper.vala +++ b/src/vala/Pluie/Yaml.Dumper.vala @@ -1,7 +1,7 @@ /*^* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * @software : pluie-yaml - * @version : 0.56 + * @version : 0.60 * @type : library * @date : 2018 * @license : GPLv3.0 diff --git a/src/vala/Pluie/Yaml.Event.vala b/src/vala/Pluie/Yaml.Event.vala index ef81400..60fc9e3 100644 --- a/src/vala/Pluie/Yaml.Event.vala +++ b/src/vala/Pluie/Yaml.Event.vala @@ -1,7 +1,7 @@ /*^* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * @software : pluie-yaml - * @version : 0.56 + * @version : 0.60 * @type : library * @date : 2018 * @license : GPLv3.0 diff --git a/src/vala/Pluie/Yaml.Finder.vala b/src/vala/Pluie/Yaml.Finder.vala index 78b3e26..f135dc7 100644 --- a/src/vala/Pluie/Yaml.Finder.vala +++ b/src/vala/Pluie/Yaml.Finder.vala @@ -1,7 +1,7 @@ /*^* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * @software : pluie-yaml - * @version : 0.56 + * @version : 0.60 * @type : library * @date : 2018 * @license : GPLv3.0 diff --git a/src/vala/Pluie/Yaml.GeeBuilder.vala b/src/vala/Pluie/Yaml.GeeBuilder.vala index 81ebe36..f7b94c7 100644 --- a/src/vala/Pluie/Yaml.GeeBuilder.vala +++ b/src/vala/Pluie/Yaml.GeeBuilder.vala @@ -1,7 +1,7 @@ /*^* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * @software : pluie-yaml - * @version : 0.56 + * @version : 0.60 * @type : library * @date : 2018 * @license : GPLv3.0 diff --git a/src/vala/Pluie/Yaml.Loader.vala b/src/vala/Pluie/Yaml.Loader.vala index 1364a1c..ab21f5f 100644 --- a/src/vala/Pluie/Yaml.Loader.vala +++ b/src/vala/Pluie/Yaml.Loader.vala @@ -1,7 +1,7 @@ /*^* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * @software : pluie-yaml - * @version : 0.56 + * @version : 0.60 * @type : library * @date : 2018 * @license : GPLv3.0 diff --git a/src/vala/Pluie/Yaml.Mapping.vala b/src/vala/Pluie/Yaml.Mapping.vala index 836a463..4169648 100644 --- a/src/vala/Pluie/Yaml.Mapping.vala +++ b/src/vala/Pluie/Yaml.Mapping.vala @@ -1,7 +1,7 @@ /*^* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * @software : pluie-yaml - * @version : 0.56 + * @version : 0.60 * @type : library * @date : 2018 * @license : GPLv3.0 diff --git a/src/vala/Pluie/Yaml.Node.vala b/src/vala/Pluie/Yaml.Node.vala index a3ffa4c..53abf2e 100644 --- a/src/vala/Pluie/Yaml.Node.vala +++ b/src/vala/Pluie/Yaml.Node.vala @@ -1,7 +1,7 @@ /*^* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * @software : pluie-yaml - * @version : 0.56 + * @version : 0.60 * @type : library * @date : 2018 * @license : GPLv3.0 diff --git a/src/vala/Pluie/Yaml.Object.vala b/src/vala/Pluie/Yaml.Object.vala index 9e34534..765a60f 100644 --- a/src/vala/Pluie/Yaml.Object.vala +++ b/src/vala/Pluie/Yaml.Object.vala @@ -1,7 +1,7 @@ /*^* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * @software : pluie-yaml - * @version : 0.56 + * @version : 0.60 * @type : library * @date : 2018 * @license : GPLv3.0 diff --git a/src/vala/Pluie/Yaml.Processor.vala b/src/vala/Pluie/Yaml.Processor.vala index 6567a2b..faf9320 100644 --- a/src/vala/Pluie/Yaml.Processor.vala +++ b/src/vala/Pluie/Yaml.Processor.vala @@ -1,7 +1,7 @@ /*^* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * @software : pluie-yaml - * @version : 0.56 + * @version : 0.60 * @type : library * @date : 2018 * @license : GPLv3.0 diff --git a/src/vala/Pluie/Yaml.Register.vala b/src/vala/Pluie/Yaml.Register.vala index cf9ccc6..3bb86b5 100644 --- a/src/vala/Pluie/Yaml.Register.vala +++ b/src/vala/Pluie/Yaml.Register.vala @@ -1,7 +1,7 @@ /*^* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * @software : pluie-yaml - * @version : 0.56 + * @version : 0.60 * @type : library * @date : 2018 * @license : GPLv3.0 diff --git a/src/vala/Pluie/Yaml.Root.vala b/src/vala/Pluie/Yaml.Root.vala index 0a1778d..16608e5 100644 --- a/src/vala/Pluie/Yaml.Root.vala +++ b/src/vala/Pluie/Yaml.Root.vala @@ -1,7 +1,7 @@ /*^* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * @software : pluie-yaml - * @version : 0.56 + * @version : 0.60 * @type : library * @date : 2018 * @license : GPLv3.0 diff --git a/src/vala/Pluie/Yaml.Scalar.vala b/src/vala/Pluie/Yaml.Scalar.vala index 624cc8e..8f655d9 100644 --- a/src/vala/Pluie/Yaml.Scalar.vala +++ b/src/vala/Pluie/Yaml.Scalar.vala @@ -1,7 +1,7 @@ /*^* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * @software : pluie-yaml - * @version : 0.56 + * @version : 0.60 * @type : library * @date : 2018 * @license : GPLv3.0 diff --git a/src/vala/Pluie/Yaml.Scanner.vala b/src/vala/Pluie/Yaml.Scanner.vala index 984c033..5f45e05 100644 --- a/src/vala/Pluie/Yaml.Scanner.vala +++ b/src/vala/Pluie/Yaml.Scanner.vala @@ -1,7 +1,7 @@ /*^* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * @software : pluie-yaml - * @version : 0.56 + * @version : 0.60 * @type : library * @date : 2018 * @license : GPLv3.0 diff --git a/src/vala/Pluie/Yaml.Sequence.vala b/src/vala/Pluie/Yaml.Sequence.vala index 28cd285..f667e6a 100644 --- a/src/vala/Pluie/Yaml.Sequence.vala +++ b/src/vala/Pluie/Yaml.Sequence.vala @@ -1,7 +1,7 @@ /*^* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * @software : pluie-yaml - * @version : 0.56 + * @version : 0.60 * @type : library * @date : 2018 * @license : GPLv3.0 diff --git a/src/vala/Pluie/Yaml.Tag.vala b/src/vala/Pluie/Yaml.Tag.vala index 43e3163..720b8ee 100644 --- a/src/vala/Pluie/Yaml.Tag.vala +++ b/src/vala/Pluie/Yaml.Tag.vala @@ -1,7 +1,7 @@ /*^* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * @software : pluie-yaml - * @version : 0.56 + * @version : 0.60 * @type : library * @date : 2018 * @license : GPLv3.0 diff --git a/src/vala/Pluie/Yaml.global.vala b/src/vala/Pluie/Yaml.global.vala index c4e2334..edef0d5 100644 --- a/src/vala/Pluie/Yaml.global.vala +++ b/src/vala/Pluie/Yaml.global.vala @@ -1,7 +1,7 @@ /*^* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * @software : pluie-yaml - * @version : 0.56 + * @version : 0.60 * @type : library * @date : 2018 * @license : GPLv3.0 diff --git a/valadoc.sh b/valadoc.sh index d4c0f9e..2a50a51 100755 --- a/valadoc.sh +++ b/valadoc.sh @@ -2,7 +2,7 @@ #^# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # @software : pluie-yaml -# @version : 0.56 +# @version : 0.60 # @type : library # @date : 2018 # @license : GPLv3.0 @@ -29,15 +29,15 @@ # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #^# DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" -lib="pluie-yaml-0.5" +lib="pluie-yaml-0.6" cd $DIR -valadoc --package-name=$lib --verbose --force --deps -o ./doc --pkg gee-0.8 --pkg gio-2.0 --pkg gobject-2.0 --pkg gmodule-2.0 --pkg glib-2.0 --pkg pluie-echo-0.2 ./src/vala/Pluie/*.vala ./src/install.vala +valadoc --package-name=$lib --verbose --force --deps -o ./doc --pkg gee-0.8 --pkg gio-2.0 --pkg gobject-2.0 --pkg gmodule-2.0 --pkg glib-2.0 --pkg pluie-echo-0.2 ./src/vala/Pluie/*.vala ./build/install.vala if [ $? -eq 0 ]; then rm doc/*.png cp resources/doc-scripts.js ./doc/scripts.js cp resources/doc-style.css ./doc/style.css if [ -f "./docfix" ]; then - docfix + ./docfix if [ $? -eq 0 ]; then rm $lib.tar.gz tar -czvf $lib.tar.gz doc/