Skip to content

Commit

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

Please sign in to comment.