Skip to content

Commit

Permalink
version 1.51.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lomky committed Jan 16, 2018
1 parent 15366eb commit 81df31d
Show file tree
Hide file tree
Showing 5 changed files with 47 additions and 46 deletions.
1 change: 1 addition & 0 deletions MANIFEST
Original file line number Diff line number Diff line change
Expand Up @@ -876,6 +876,7 @@ lib/Tuba/files/templates/gcmd_keyword/object.html.ep
lib/Tuba/files/templates/gcmd_keyword/object.ttl.tut
lib/Tuba/files/templates/generic/object.html.ep
lib/Tuba/files/templates/generic/object.ttl.tut
lib/Tuba/files/templates/generic/update_form.html.ep
lib/Tuba/files/templates/h/cited_by.html.ep
lib/Tuba/files/templates/h/cites.html.ep
lib/Tuba/files/templates/h/contributors.html.ep
Expand Down
4 changes: 2 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.51.1"
"version" : "v1.51.2"
},
"Tuba::Activity" : {
"file" : "lib/Tuba/Activity.pm"
Expand Down Expand Up @@ -368,6 +368,6 @@
}
},
"release_status" : "stable",
"version" : "v1.51.1",
"version" : "v1.51.2",
"x_serialization_backend" : "JSON::PP version 2.27400"
}
6 changes: 3 additions & 3 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.51.1
version: v1.51.2
Tuba::Activity:
file: lib/Tuba/Activity.pm
Tuba::Array:
Expand Down Expand Up @@ -230,7 +230,7 @@ requires:
LWP::Protocol::https: '6.07'
LWP::UserAgent: '0'
Lingua::EN::Inflect: '0'
List::MoreUtils: '0.427',
List::MoreUtils: '0.427'
Mojolicious: '6.08'
Mojolicious::Plugin::InstallablePaths: '0'
Mojolicious::Plugin::Mail: '1.5'
Expand All @@ -256,5 +256,5 @@ requires:
YAML: '0'
YAML::Syck: '0'
YAML::XS: '0'
version: v1.51.1
version: v1.51.2
x_serialization_backend: 'CPAN::Meta::YAML version 0.012'
80 changes: 40 additions & 40 deletions Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -3,65 +3,65 @@ use ExtUtils::MakeMaker;
WriteMakefile
(
'PREREQ_PM' => {
'Pg::hstore' => 0,
'Mojolicious::Plugin::YamlConfig' => 0,
'List::MoreUtils' => '0.427',
'LWP::UserAgent' => 0,
'YAML::XS' => 0,
'String::Diff' => 0,
'LWP::Protocol::https' => '6.07',
'Crypt::OpenSSL::RSA' => 0,
'Text::Format' => 0,
'Mojolicious' => '6.08',
'Module::Build::Mojolicious' => 0,
'YAML' => 0,
'Rose::DB' => '0.772',
'IO::Socket::SSL' => 2,
'Digest::SHA1' => 0,
'Data::Rmap' => 0,
'Lingua::EN::Inflect' => 0,
'Date::Parse' => 0,
'Number::Format' => 0,
'Test::More' => 0,
'JSON::XS' => 0,
'HTML::Restrict' => '2.002004',
'DateTime::Format::Human::Duration' => 0,
'DBD::Pg' => '3.003',
'SQL::Interp' => 0,
'Hash::Flatten' => 0,
'RDF::Trine' => 0,
'JSON::WebToken' => 0,
'DBIx::Simple' => 0,
'Mojolicious::Plugin::InstallablePaths' => 0,
'File::ShareDir' => '1.00',
'Crypt::OpenSSL::RSA' => 0,
'SQL::Abstract' => 0,
'Path::Class' => 0,
'Test::More' => 0,
'Number::Format' => 0,
'DBIx::Custom' => 0,
'URI::Find' => 0,
'IO::Socket::SSL' => 2,
'Mojolicious::Plugin::YamlConfig' => 0,
'Mojolicious' => '6.08',
'JSON::XS' => 0,
'Text::CSV_XS' => 0,
'LWP::Protocol::https' => '6.07',
'YAML::Syck' => 0,
'Sort::Key' => 0,
'Captcha::reCAPTCHA' => '0.99',
'Scalar::Util' => 0,
'DBD::Pg' => '3.003',
'Mojolicious::Plugin::InstallablePaths' => 0,
'URI::Find' => 0,
'DateTime::Format::Human::Duration' => 0,
'DBIx::Simple' => 0,
'Algorithm::Permute' => 0,
'YAML' => 0,
'DBIx::Connector' => 0,
'Number::Bytes::Human' => 0,
'HTML::Restrict' => '2.002004',
'LWP::UserAgent' => 0,
'Data::Rmap' => 0,
'Captcha::reCAPTCHA' => '0.99',
'List::MoreUtils' => '0.427',
'Mojolicious::Plugin::Mail' => '1.5',
'Rose::DB::Object' => 0,
'Module::Build::Mojolicious' => 0,
'Text::Format' => 0,
'Rose::DB' => '0.772',
'String::Diff' => 0,
'Digest::SHA1' => 0,
'RDF::Query' => 0,
'DBIx::Custom' => 0,
'File::ShareDir' => '1.00',
'Mojolicious::Plugin::Mail' => '1.5',
'Path::Class' => 0,
'Date::Parse' => 0,
'UUID::Tiny' => 0,
'YAML::Syck' => 0,
'Pg::hstore' => 0,
'YAML::XS' => 0,
'Time::Duration' => 0,
'DBIx::Connector' => 0
'Lingua::EN::Inflect' => 0,
'RDF::Trine' => 0,
'Algorithm::Permute' => 0,
'Hash::Flatten' => 0
},
'NAME' => 'Tuba',
'PL_FILES' => {},
'INSTALLDIRS' => 'site',
'EXE_FILES' => [
'bin/tuba',
'bin/tuba_generate_sitemap',
'bin/tuba_get_ontology',
'bin/tuba_start_httpd',
'bin/tuba_stop_httpd'
],
'VERSION_FROM' => 'lib/Tuba.pm'
'VERSION_FROM' => 'lib/Tuba.pm',
'NAME' => 'Tuba',
'INSTALLDIRS' => 'site'
)
;
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.51.1';
our $VERSION = '1.51.2';
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 81df31d

Please sign in to comment.