Skip to content

Commit

Permalink
version 1.46.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lomky committed Nov 15, 2016
1 parent 8dab574 commit 17b1b41
Show file tree
Hide file tree
Showing 5 changed files with 48 additions and 44 deletions.
5 changes: 5 additions & 0 deletions MANIFEST
Original file line number Diff line number Diff line change
Expand Up @@ -358,6 +358,7 @@ db/dist/docs/html/table_gcis_metadata.methodology.html
db/dist/docs/html/table_gcis_metadata.model.html
db/dist/docs/html/table_gcis_metadata.model_run.html
db/dist/docs/html/table_gcis_metadata.organization.html
db/dist/docs/html/table_gcis_metadata.organization_alternate_name.html
db/dist/docs/html/table_gcis_metadata.organization_map.html
db/dist/docs/html/table_gcis_metadata.organization_relationship.html
db/dist/docs/html/table_gcis_metadata.organization_type.html
Expand Down Expand Up @@ -411,6 +412,7 @@ db/dist/docs/pod/table_methodology.pod
db/dist/docs/pod/table_model.pod
db/dist/docs/pod/table_model_run.pod
db/dist/docs/pod/table_organization.pod
db/dist/docs/pod/table_organization_alternate_name.pod
db/dist/docs/pod/table_organization_map.pod
db/dist/docs/pod/table_organization_relationship.pod
db/dist/docs/pod/table_organization_type.pod
Expand Down Expand Up @@ -604,6 +606,8 @@ db/patches/2210_unitof.sql
db/patches/2220_centerof.sql
db/patches/2280_alphanumeric_chapter_number.sql
db/patches/2290_alter_org_add_intl_flag.sql
db/patches/2300_remove_internation_org_type.sql
db/patches/2310_organization_alt_name.sql
eg/check_dois.pl
eg/compare-images.pl
eg/compare.pl
Expand Down Expand Up @@ -765,6 +769,7 @@ lib/Tuba/files/public/owl/jquery_002.js
lib/Tuba/files/public/owl/owl.css
lib/Tuba/files/public/owl/Primer.css
lib/Tuba/files/public/owl/rec.css
lib/Tuba/files/public/sitemap.xml
lib/Tuba/files/public/usgcrp-200.png
lib/Tuba/files/public/usgcrp-220.png
lib/Tuba/files/public/usgcrp-240.png
Expand Down
4 changes: 2 additions & 2 deletions META.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"provides" : {
"Tuba" : {
"file" : "lib/Tuba.pm",
"version" : "1.45"
"version" : "1.46.0"
},
"Tuba::Activity" : {
"file" : "lib/Tuba/Activity.pm"
Expand Down Expand Up @@ -352,6 +352,6 @@
}
},
"release_status" : "stable",
"version" : "1.45",
"version" : "1.46.0",
"x_serialization_backend" : "JSON::PP version 2.27400"
}
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: '1.45'
version: '1.46.0'
Tuba::Activity:
file: lib/Tuba/Activity.pm
Tuba::Array:
Expand Down Expand Up @@ -244,5 +244,5 @@ requires:
YAML: '0'
YAML::Syck: '0'
YAML::XS: '0'
version: '1.45'
version: '1.46.0'
x_serialization_backend: 'CPAN::Meta::YAML version 0.012'
77 changes: 38 additions & 39 deletions Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -2,63 +2,62 @@
use ExtUtils::MakeMaker;
WriteMakefile
(
'NAME' => 'Tuba',
'PL_FILES' => {},
'EXE_FILES' => [
'bin/.tuba_generate_sitemap.swp',
'bin/tuba',
'bin/tuba_generate_sitemap',
'bin/tuba_get_ontology',
'bin/tuba_start_httpd',
'bin/tuba_stop_httpd'
],
'INSTALLDIRS' => 'site',
'PL_FILES' => {},
'NAME' => 'Tuba',
'VERSION_FROM' => 'lib/Tuba.pm',
'PREREQ_PM' => {
'Path::Class' => 0,
'Swagger2' => 0,
'Scalar::Util' => 0,
'Module::Build::Mojolicious' => 0,
'Pg::hstore' => 0,
'String::Diff' => 0,
'Hash::Flatten' => 0,
'YAML::XS' => 0,
'Number::Bytes::Human' => 0,
'Date::Parse' => 0,
'SQL::Interp' => 0,
'RDF::Query' => 0,
'Text::Format' => 0,
'Time::Duration' => 0,
'Lingua::EN::Inflect' => 0,
'DBIx::Custom' => 0,
'Mojolicious' => '6.08',
'Number::Bytes::Human' => 0,
'File::ShareDir' => '1.00',
'DateTime::Format::Human::Duration' => 0,
'SQL::Abstract' => 0,
'Pg::hstore' => 0,
'YAML' => 0,
'Crypt::OpenSSL::RSA' => 0,
'JSON::XS' => 0,
'DBIx::Simple' => 0,
'Hash::Flatten' => 0,
'URI::Find' => 0,
'JSON::WebToken' => 0,
'Module::Build::Mojolicious' => 0,
'Algorithm::Permute' => 0,
'YAML::Syck' => 0,
'Text::CSV_XS' => 0,
'Rose::DB' => '0.772',
'RDF::Trine' => 0,
'LWP::UserAgent' => 0,
'Sort::Key' => 0,
'IO::Socket::SSL' => 2,
'SQL::Abstract' => 0,
'JSON::WebToken' => 0,
'Data::Rmap' => 0,
'Mojolicious::Plugin::YamlConfig' => 0,
'Text::Format' => 0,
'File::ShareDir' => '1.00',
'DBIx::Connector' => 0,
'Test::More' => 0,
'Path::Class' => 0,
'UUID::Tiny' => 0,
'Lingua::EN::Inflect' => 0,
'Crypt::OpenSSL::RSA' => 0,
'DBIx::Custom' => 0,
'Algorithm::Permute' => 0,
'Rose::DB' => '0.772',
'RDF::Trine' => 0,
'Mojolicious::Plugin::InstallablePaths' => 0,
'URI::Find' => 0,
'YAML' => 0,
'Mojolicious' => '6.08',
'Digest::SHA1' => 0,
'SQL::Interp' => 0,
'DBD::Pg' => '3.003',
'RDF::Query' => 0,
'DateTime::Format::Human::Duration' => 0,
'JSON::XS' => 0,
'Scalar::Util' => 0,
'Swagger2' => 0,
'Mojolicious::Plugin::InstallablePaths' => 0,
'Number::Format' => 0,
'Text::CSV_XS' => 0,
'Date::Parse' => 0,
'Test::More' => 0,
'YAML::XS' => 0,
'Rose::DB::Object' => 0,
'Number::Format' => 0
}
'Mojolicious::Plugin::YamlConfig' => 0,
'Digest::SHA1' => 0,
'String::Diff' => 0,
'Sort::Key' => 0
},
'INSTALLDIRS' => 'site'
)
;
2 changes: 1 addition & 1 deletion lib/Tuba.pm
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ use Path::Class qw/file/;
use Data::Rmap qw/rmap_all/;
use strict;

our $VERSION = '1.45';
our $VERSION = '1.46.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 17b1b41

Please sign in to comment.