Skip to content

Commit

Permalink
version 1.56.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lomky committed Jan 29, 2019
1 parent 6796d5b commit 3f95b56
Show file tree
Hide file tree
Showing 5 changed files with 55 additions and 46 deletions.
4 changes: 4 additions & 0 deletions MANIFEST
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
7 changes: 5 additions & 2 deletions META.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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"
},
Expand All @@ -368,6 +371,6 @@
}
},
"release_status" : "stable",
"version" : "v1.55.2",
"version" : "v1.56.0",
"x_serialization_backend" : "JSON::PP version 2.97001"
}
6 changes: 4 additions & 2 deletions META.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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'
82 changes: 41 additions & 41 deletions Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
use ExtUtils::MakeMaker;
WriteMakefile
(
'VERSION_FROM' => 'lib/Tuba.pm',
'EXE_FILES' => [
'bin/hypnotoad.pid',
'bin/tuba',
Expand All @@ -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
}
)
;
2 changes: 1 addition & 1 deletion lib/Tuba.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 3f95b56

Please sign in to comment.