Skip to content

Commit

Permalink
version 1.55.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lomky committed Aug 16, 2018
1 parent e3e3e41 commit 3b65e87
Show file tree
Hide file tree
Showing 9 changed files with 703 additions and 60 deletions.
10 changes: 9 additions & 1 deletion MANIFEST
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
.dockerignore
.gitattributes
.travis.yml
bin/hypnotoad.pid
bin/tuba
bin/tuba_generate_sitemap
bin/tuba_get_ontology
Expand Down Expand Up @@ -61,16 +60,21 @@ db/dist/docs/html/func_gcis_metadata.ean13_out(gcis_metadata.issn13).html
'db/dist/docs/html/func_gcis_metadata.exists_any(gcis_metadata.hstore, text[]).html'
'db/dist/docs/html/func_gcis_metadata.fetchval(gcis_metadata.hstore, text).html'
db/dist/docs/html/func_gcis_metadata.ghstore_compress(internal).html
'db/dist/docs/html/func_gcis_metadata.ghstore_consistent(internal, gcis_metadata.hstore, smallint, oid, internal).html'
'db/dist/docs/html/func_gcis_metadata.ghstore_consistent(internal, internal, integer, oid, internal).html'
db/dist/docs/html/func_gcis_metadata.ghstore_decompress(internal).html
db/dist/docs/html/func_gcis_metadata.ghstore_in(cstring).html
db/dist/docs/html/func_gcis_metadata.ghstore_out(gcis_metadata.ghstore).html
'db/dist/docs/html/func_gcis_metadata.ghstore_penalty(internal, internal, internal).html'
'db/dist/docs/html/func_gcis_metadata.ghstore_picksplit(internal, internal).html'
'db/dist/docs/html/func_gcis_metadata.ghstore_same(gcis_metadata.ghstore, gcis_metadata.ghstore, internal).html'
'db/dist/docs/html/func_gcis_metadata.ghstore_same(internal, internal, internal).html'
'db/dist/docs/html/func_gcis_metadata.ghstore_union(internal, internal).html'
'db/dist/docs/html/func_gcis_metadata.gin_consistent_hstore(internal, smallint, gcis_metadata.hstore, integer, internal, internal).html'
'db/dist/docs/html/func_gcis_metadata.gin_consistent_hstore(internal, smallint, internal, integer, internal, internal).html'
'db/dist/docs/html/func_gcis_metadata.gin_extract_hstore(gcis_metadata.hstore, internal).html'
'db/dist/docs/html/func_gcis_metadata.gin_extract_hstore(internal, internal).html'
'db/dist/docs/html/func_gcis_metadata.gin_extract_hstore_query(gcis_metadata.hstore, internal, smallint, internal, internal).html'
'db/dist/docs/html/func_gcis_metadata.gin_extract_hstore_query(internal, internal, smallint, internal, internal).html'
db/dist/docs/html/func_gcis_metadata.hashean13(gcis_metadata.ean13).html
db/dist/docs/html/func_gcis_metadata.hashisbn(gcis_metadata.isbn).html
Expand Down Expand Up @@ -623,6 +627,9 @@ db/patches/2370_org_type_public_private.sql
db/patches/2380_deprecate_journal_publisher.sql
db/patches/2390_article_doi_case_insensitive.sql
db/patches/2400_gcmd_keywords_audit.sql
db/patches/2410_activity_v2_deprecations.sql
db/patches/2420_activity_v2_new_columns.sql
db/patches/2430_activity_v2_spatial_extent.sql
docker-compose.yml
Dockerfile
eg/check_dois.pl
Expand Down Expand Up @@ -1081,3 +1088,4 @@ t/999_stop_db.t
t/tinit.pm
t/tlib.pm
t/Tuba-test.conf
t/va_spatial_extent.geojson
11 changes: 6 additions & 5 deletions META.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
"unknown"
],
"dynamic_config" : 1,
"generated_by" : "Module::Build version 0.421",
"generated_by" : "Module::Build version 0.4224",
"license" : [
"unknown"
],
"meta-spec" : {
"url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
"version" : "2"
"version" : 2
},
"name" : "Tuba",
"prereqs" : {
Expand All @@ -24,7 +24,7 @@
"configure" : {
"requires" : {
"Module::Build" : "0.39",
"Module::Build::Database" : "0",
"Module::Build::Database" : "0.58",
"Mojolicious" : "6.08"
}
},
Expand Down Expand Up @@ -82,7 +82,7 @@
"provides" : {
"Tuba" : {
"file" : "lib/Tuba.pm",
"version" : "v1.54.0"
"version" : "v1.55.0"
},
"Tuba::Activity" : {
"file" : "lib/Tuba/Activity.pm"
Expand Down Expand Up @@ -368,5 +368,6 @@
}
},
"release_status" : "stable",
"version" : "v1.54.0"
"version" : "v1.55.0",
"x_serialization_backend" : "JSON::PP version 2.97001"
}
8 changes: 4 additions & 4 deletions META.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ build_requires:
Test::More: '0'
configure_requires:
Module::Build: '0.39'
Module::Build::Database: '0'
Module::Build::Database: '0.58'
Mojolicious: '6.08'
dynamic_config: 1
generated_by: 'Module::Build version 0.421, CPAN::Meta::Converter version 2.142690'
generated_by: 'Module::Build version 0.4224, CPAN::Meta::Converter version 2.150010'
license: unknown
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.4.html
Expand All @@ -20,7 +20,7 @@ name: Tuba
provides:
Tuba:
file: lib/Tuba.pm
version: v1.54.0
version: v1.55.0
Tuba::Activity:
file: lib/Tuba/Activity.pm
Tuba::Array:
Expand Down Expand Up @@ -257,4 +257,4 @@ requires:
YAML::Syck: '0'
YAML::XS: '0'
version: v1.55.0

x_serialization_backend: 'CPAN::Meta::YAML version 0.012'
99 changes: 49 additions & 50 deletions Makefile.PL
Original file line number Diff line number Diff line change
@@ -1,68 +1,67 @@
# Note: this file was auto-generated by Module::Build::Compat version 0.4210
# Note: this file was auto-generated by Module::Build::Compat version 0.4224
use ExtUtils::MakeMaker;
WriteMakefile
(
'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',
'PL_FILES' => {},
'NAME' => 'Tuba',
'VERSION_FROM' => 'lib/Tuba.pm',
'PREREQ_PM' => {
'File::ShareDir' => '1.00',
'Path::Class' => 0,
'Module::Build::Mojolicious' => 0,
'Number::Bytes::Human' => 0,
'DBD::Pg' => '3.003',
'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,
'Mojolicious::Plugin::Mail' => '1.5',
'List::MoreUtils' => '0.427',
'Scalar::Util' => 0,
'Digest::SHA1' => 0,
'RDF::Query' => 0,
'Algorithm::Permute' => 0,
'JSON::XS' => 0,
'Rose::DB::Object' => 0,
'SQL::Interp' => 0,
'DateTime::Format::Human::Duration' => 0,
'Mojolicious::Plugin::InstallablePaths' => 0,
'Hash::Flatten' => 0,
'YAML::Syck' => 0,
'YAML' => 0,
'SQL::Abstract' => 0,
'Path::Class' => 0,
'YAML::XS' => 0,
'LWP::UserAgent' => 0,
'Mojolicious' => '6.08',
'Sort::Key' => 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,
'Mojolicious' => '6.08',
'Date::Parse' => 0,
'Captcha::reCAPTCHA' => '0.99',
'DBIx::Simple' => 0,
'HTML::Restrict' => '2.002004',
'RDF::Trine' => 0,
'Algorithm::Permute' => 0,
'UUID::Tiny' => 0,
'Pg::hstore' => 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,
'Rose::DB' => '0.772',
'RDF::Trine' => 0,
'Crypt::OpenSSL::RSA' => 0,
'Number::Bytes::Human' => 0,
'DBD::Pg' => '3.003'
'Time::Duration' => 0,
'Scalar::Util' => 0,
'DateTime::Format::Human::Duration' => 0,
'SQL::Interp' => 0,
'Rose::DB::Object' => 0,
'LWP::Protocol::https' => '6.07',
'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
},
'PL_FILES' => {}
'EXE_FILES' => [
'bin/tuba',
'bin/tuba_generate_sitemap',
'bin/tuba_get_ontology',
'bin/tuba_start_httpd',
'bin/tuba_stop_httpd'
]
)
;
Original file line number Diff line number Diff line change
@@ -0,0 +1,127 @@

<!-- $Header: /cvsroot/autodoc/autodoc/html.tmpl,v 1.4 2006/05/16 19:01:27 rbt Exp $ -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">

<html>
<head>
<title>Index for </title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<style type="text/css">
BODY {
color: #000000;
background-color: #FFFFFF;
font-family: Helvetica, sans-serif;
}

P {
margin-top: 5px;
margin-bottom: 5px;
}

P.w3ref {
font-size: 8pt;
font-style: italic;
text-align: right;
}

P.detail {
font-size: 10pt;
}

.error {
color: #FFFFFF;
background-color: #FF0000;
}

H1, H2, H3, H4, H5, H6 {
}

OL {
list-style-type: upper-alpha;
}

UL.topic {
list-style-type: upper-alpha;
}

LI.topic {
font-weight : bold;
}

HR {
color: #00FF00;
background-color: #808080;
}

TABLE {
border-width: medium;
padding: 3px;
background-color: #000000;
width: 90%;
}

CAPTION {
text-transform: capitalize;
font-weight : bold;
font-size: 14pt;
}

TH {
color: #FFFFFF;
background-color: #000000;
text-align: left;
}

TR {
color: #000000;
background-color: #000000;
vertical-align: top;
}

TR.tr0 {
background-color: #F0F0F0;
}

TR.tr1 {
background-color: #D8D8D8;
}

TD {
font-size: 12pt;
}

TD.col0 {
font-weight : bold;
width: 20%;
}

TD.col1 {
font-style: italic;
width: 15%;
}

TD.col2 {
font-size: 12px;
}
</style>
<link rel="stylesheet" type="text/css" media="all" href="all.css">
<link rel="stylesheet" type="text/css" media="screen" href="screen.css">
<link rel="stylesheet" type="text/css" media="print" href="print.css">
<meta HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
</head>
<body>



<h2>Function:
<a href="#gcis-metadata.schema"><a name="gcis-metadata.function.ghstore-consistent-internal-gcis-metadata.hstore-smallint-oid-internal">ghstore_consistent(internal, gcis_metadata.hstore, smallint, oid, internal)</a>
</h2>
<h3>Returns: boolean</h3>
<h3>Language: C</h3>

<pre>ghstore_consistent</pre>

</body></html>


Loading

0 comments on commit 3b65e87

Please sign in to comment.