Skip to content

Commit

Permalink
version 1.55.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lomky committed Nov 23, 2018
1 parent 4b02759 commit f5d3572
Show file tree
Hide file tree
Showing 5 changed files with 52 additions and 48 deletions.
3 changes: 3 additions & 0 deletions MANIFEST
@@ -1,13 +1,15 @@
.dockerignore
.gitattributes
.travis.yml
bin/hypnotoad.pid
bin/tuba
bin/tuba_generate_sitemap
bin/tuba_get_ontology
bin/tuba_start_httpd
bin/tuba_stop_httpd
Build.PL
CONTRIBUTING.md
CONTRIBUTORS.md
db/dist/base.sql
db/dist/base_data.sql
db/dist/docs/gcis.dot
Expand Down Expand Up @@ -1088,4 +1090,5 @@ t/999_stop_db.t
t/tinit.pm
t/tlib.pm
t/Tuba-test.conf
t/Tuba-travis.conf
t/va_spatial_extent.geojson
4 changes: 2 additions & 2 deletions META.json
Expand Up @@ -82,7 +82,7 @@
"provides" : {
"Tuba" : {
"file" : "lib/Tuba.pm",
"version" : "v1.55.1"
"version" : "v1.55.2"
},
"Tuba::Activity" : {
"file" : "lib/Tuba/Activity.pm"
Expand Down Expand Up @@ -368,6 +368,6 @@
}
},
"release_status" : "stable",
"version" : "v1.55.1",
"version" : "v1.55.2",
"x_serialization_backend" : "JSON::PP version 2.97001"
}
4 changes: 2 additions & 2 deletions META.yml
Expand Up @@ -20,7 +20,7 @@ name: Tuba
provides:
Tuba:
file: lib/Tuba.pm
version: v1.55.1
version: v1.55.2
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.1
version: v1.55.2
x_serialization_backend: 'CPAN::Meta::YAML version 0.012'
87 changes: 44 additions & 43 deletions Makefile.PL
Expand Up @@ -2,66 +2,67 @@
use ExtUtils::MakeMaker;
WriteMakefile
(
'INSTALLDIRS' => 'site',
'VERSION_FROM' => 'lib/Tuba.pm',
'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',
'PREREQ_PM' => {
'List::MoreUtils' => '0.427',
'Text::Format' => 0,
'Data::Rmap' => 0,
'Scalar::Util' => 0,
'SQL::Abstract' => 0,
'Digest::SHA1' => 0,
'Pg::hstore' => 0,
'URI::Find' => 0,
'IO::Socket::SSL' => 2,
'YAML::Syck' => 0,
'Module::Build::Mojolicious' => 0,
'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',
'JSON::WebToken' => 0,
'Hash::Flatten' => 0,
'HTML::Restrict' => '2.002004',
'Path::Class' => 0,
'Rose::DB' => '0.772',
'Crypt::OpenSSL::RSA' => 0,
'YAML::Syck' => 0,
'String::Diff' => 0,
'Rose::DB::Object' => 0,
'Mojolicious::Plugin::InstallablePaths' => 0,
'UUID::Tiny' => 0,
'Test::More' => 0,
'SQL::Interp' => 0,
'Mojolicious::Plugin::Mail' => '1.5',
'RDF::Query' => 0,
'LWP::Protocol::https' => '6.07',
'YAML::XS' => 0,
'DateTime::Format::Human::Duration' => 0,
'UUID::Tiny' => 0,
'DBIx::Simple' => 0,
'Date::Parse' => 0,
'Module::Build::Mojolicious' => 0,
'YAML' => 0,
'RDF::Trine' => 0,
'DBD::Pg' => '3.003',
'Lingua::EN::Inflect' => 0,
'RDF::Query' => 0,
'Algorithm::Permute' => 0,
'Text::CSV_XS' => 0,
'YAML::XS' => 0,
'HTML::Restrict' => '2.002004',
'DBIx::Custom' => 0,
'Rose::DB::Object' => 0,
'Digest::SHA1' => 0,
'Hash::Flatten' => 0,
'Algorithm::Permute' => 0,
'SQL::Interp' => 0,
'DBD::Pg' => '3.003',
'DBIx::Connector' => 0,
'Mojolicious::Plugin::YamlConfig' => 0,
'Rose::DB' => '0.772',
'File::ShareDir' => '1.00',
'Captcha::reCAPTCHA' => '0.99',
'URI::Find' => 0,
'JSON::WebToken' => 0,
'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,
'LWP::UserAgent' => 0,
'Mojolicious::Plugin::InstallablePaths' => 0,
'YAML' => 0,
'Mojolicious::Plugin::Mail' => '1.5',
'File::ShareDir' => '1.00',
'DBIx::Connector' => 0,
'Time::Duration' => 0
'Pg::hstore' => 0,
'Text::Format' => 0,
'Time::Duration' => 0,
'String::Diff' => 0,
'JSON::XS' => 0
},
'VERSION_FROM' => 'lib/Tuba.pm',
'NAME' => 'Tuba',
'PL_FILES' => {}
'PL_FILES' => {},
'INSTALLDIRS' => 'site'
)
;
2 changes: 1 addition & 1 deletion lib/Tuba.pm
Expand Up @@ -72,7 +72,7 @@ use Path::Class qw/file/;
use Data::Rmap qw/rmap_all/;
use strict;

our $VERSION = '1.55.1';
our $VERSION = '1.55.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 f5d3572

Please sign in to comment.