From 3f95b56f8c85fd71aaa817a7b258da6ed9c6d5e9 Mon Sep 17 00:00:00 2001 From: Kathryn Tipton Date: Tue, 29 Jan 2019 08:36:35 -0500 Subject: [PATCH] version 1.56.0 --- MANIFEST | 4 +++ META.json | 7 +++-- META.yml | 6 ++-- Makefile.PL | 82 ++++++++++++++++++++++++++--------------------------- lib/Tuba.pm | 2 +- 5 files changed, 55 insertions(+), 46 deletions(-) diff --git a/MANIFEST b/MANIFEST index 110b671d..47ae94df 100644 --- a/MANIFEST +++ b/MANIFEST @@ -898,11 +898,13 @@ lib/Tuba/files/templates/h/desc.html.ep lib/Tuba/files/templates/h/featured_reports.html.ep lib/Tuba/files/templates/h/feedback_form.html.ep lib/Tuba/files/templates/h/filter_by.html.ep +lib/Tuba/files/templates/h/keywords.html.ep lib/Tuba/files/templates/h/leaflet.html.ep lib/Tuba/files/templates/h/other_formats.html.ep lib/Tuba/files/templates/h/other_formats.thtml.ep lib/Tuba/files/templates/h/other_identifiers.html.ep lib/Tuba/files/templates/h/prov.html.ep +lib/Tuba/files/templates/h/regions.html.ep lib/Tuba/files/templates/h/tbibjs.html.ep lib/Tuba/files/templates/h/thumbnail.html.ep lib/Tuba/files/templates/h/times.html.ep @@ -998,6 +1000,7 @@ lib/Tuba/files/templates/report/object.html.ep lib/Tuba/files/templates/report/object.ttl.tut lib/Tuba/files/templates/report/objects.html.ep lib/Tuba/files/templates/report/relationships.html.ep +lib/Tuba/files/templates/report/thumbs.html.ep lib/Tuba/files/templates/representation.ttl.tut lib/Tuba/files/templates/role_type/object.html.ep lib/Tuba/files/templates/role_type/object.ttl.tut @@ -1048,6 +1051,7 @@ lib/Tuba/Publication.pm lib/Tuba/Reference.pm lib/Tuba/Region.pm lib/Tuba/Report.pm +lib/Tuba/ReportType.pm lib/Tuba/RoleType.pm lib/Tuba/RouteDoc.pm lib/Tuba/RouteParam.pm diff --git a/META.json b/META.json index d70b9062..0ada1149 100644 --- a/META.json +++ b/META.json @@ -82,7 +82,7 @@ "provides" : { "Tuba" : { "file" : "lib/Tuba.pm", - "version" : "v1.55.2" + "version" : "v1.56.0" }, "Tuba::Activity" : { "file" : "lib/Tuba/Activity.pm" @@ -342,6 +342,9 @@ "Tuba::Report" : { "file" : "lib/Tuba/Report.pm" }, + "Tuba::ReportType" : { + "file" : "lib/Tuba/ReportType.pm" + }, "Tuba::RoleType" : { "file" : "lib/Tuba/RoleType.pm" }, @@ -368,6 +371,6 @@ } }, "release_status" : "stable", - "version" : "v1.55.2", + "version" : "v1.56.0", "x_serialization_backend" : "JSON::PP version 2.97001" } diff --git a/META.yml b/META.yml index 01cb3db8..76177628 100644 --- a/META.yml +++ b/META.yml @@ -20,7 +20,7 @@ name: Tuba provides: Tuba: file: lib/Tuba.pm - version: v1.55.2 + version: v1.56.0 Tuba::Activity: file: lib/Tuba/Activity.pm Tuba::Array: @@ -193,6 +193,8 @@ provides: file: lib/Tuba/Region.pm Tuba::Report: file: lib/Tuba/Report.pm + Tuba::ReportType: + file: lib/Tuba/ReportType.pm Tuba::RoleType: file: lib/Tuba/RoleType.pm Tuba::RouteDoc: @@ -256,5 +258,5 @@ requires: YAML: '0' YAML::Syck: '0' YAML::XS: '0' -version: v1.55.2 +version: v1.56.0 x_serialization_backend: 'CPAN::Meta::YAML version 0.012' diff --git a/Makefile.PL b/Makefile.PL index dc2dc313..2b4ac9f4 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -2,7 +2,6 @@ use ExtUtils::MakeMaker; WriteMakefile ( - 'VERSION_FROM' => 'lib/Tuba.pm', 'EXE_FILES' => [ 'bin/hypnotoad.pid', 'bin/tuba', @@ -11,58 +10,59 @@ WriteMakefile 'bin/tuba_start_httpd', 'bin/tuba_stop_httpd' ], + 'PL_FILES' => {}, + 'INSTALLDIRS' => 'site', + 'VERSION_FROM' => 'lib/Tuba.pm', 'NAME' => 'Tuba', 'PREREQ_PM' => { - 'YAML::Syck' => 0, - 'Module::Build::Mojolicious' => 0, - 'Number::Format' => 0, - 'Number::Bytes::Human' => 0, - 'Rose::DB::Object' => 0, - 'Mojolicious::Plugin::InstallablePaths' => 0, + 'Text::CSV_XS' => 0, + 'LWP::Protocol::https' => '6.07', + 'Mojolicious' => '6.08', + 'HTML::Restrict' => '2.002004', + 'Crypt::OpenSSL::RSA' => 0, 'UUID::Tiny' => 0, - 'Test::More' => 0, 'Mojolicious::Plugin::Mail' => '1.5', - 'RDF::Query' => 0, - 'LWP::Protocol::https' => '6.07', - 'YAML::XS' => 0, - 'DateTime::Format::Human::Duration' => 0, - 'YAML' => 0, - 'RDF::Trine' => 0, + 'Number::Bytes::Human' => 0, 'Lingua::EN::Inflect' => 0, - 'HTML::Restrict' => '2.002004', 'DBIx::Custom' => 0, - 'Digest::SHA1' => 0, - 'Hash::Flatten' => 0, - 'Algorithm::Permute' => 0, - 'SQL::Interp' => 0, - 'DBD::Pg' => '3.003', - 'DBIx::Connector' => 0, + 'URI::Find' => 0, + 'Time::Duration' => 0, + 'Number::Format' => 0, + 'Text::Format' => 0, 'Mojolicious::Plugin::YamlConfig' => 0, - 'Rose::DB' => '0.772', + 'DBIx::Simple' => 0, 'File::ShareDir' => '1.00', - 'Captcha::reCAPTCHA' => '0.99', - 'URI::Find' => 0, + 'Rose::DB::Object' => 0, + 'Rose::DB' => '0.772', + 'SQL::Abstract' => 0, + 'String::Diff' => 0, 'JSON::WebToken' => 0, + 'Hash::Flatten' => 0, + 'YAML::XS' => 0, + 'YAML::Syck' => 0, + 'JSON::XS' => 0, + 'RDF::Trine' => 0, + 'DBIx::Connector' => 0, + 'Mojolicious::Plugin::InstallablePaths' => 0, + 'SQL::Interp' => 0, + 'List::MoreUtils' => '0.427', 'Data::Rmap' => 0, - 'Sort::Key' => 0, - 'SQL::Abstract' => 0, - 'Scalar::Util' => 0, 'Path::Class' => 0, - 'List::MoreUtils' => '0.427', - 'Mojolicious' => '6.08', - 'IO::Socket::SSL' => 2, - 'Text::CSV_XS' => 0, - 'DBIx::Simple' => 0, - 'Crypt::OpenSSL::RSA' => 0, - 'Date::Parse' => 0, + 'RDF::Query' => 0, + 'Scalar::Util' => 0, 'LWP::UserAgent' => 0, + 'Algorithm::Permute' => 0, + 'YAML' => 0, + 'Digest::SHA1' => 0, + 'DBD::Pg' => '3.003', + 'Module::Build::Mojolicious' => 0, + 'Date::Parse' => 0, + 'DateTime::Format::Human::Duration' => 0, + 'Test::More' => 0, 'Pg::hstore' => 0, - 'Text::Format' => 0, - 'Time::Duration' => 0, - 'String::Diff' => 0, - 'JSON::XS' => 0 - }, - 'PL_FILES' => {}, - 'INSTALLDIRS' => 'site' + 'Captcha::reCAPTCHA' => '0.99', + 'IO::Socket::SSL' => 2, + 'Sort::Key' => 0 + } ) ; diff --git a/lib/Tuba.pm b/lib/Tuba.pm index 1658bc60..a7ad8e9d 100644 --- a/lib/Tuba.pm +++ b/lib/Tuba.pm @@ -72,7 +72,7 @@ use Path::Class qw/file/; use Data::Rmap qw/rmap_all/; use strict; -our $VERSION = '1.55.2'; +our $VERSION = '1.56.0'; our @supported_formats = qw/json yaml ttl html nt rdfxml dot rdfjson jsontriples svg txt thtml csv/; sub startup {