Skip to content

Commit

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

Please sign in to comment.