Skip to content

Commit

Permalink
Merge pull request #711 from USGCRP/development
Browse files Browse the repository at this point in the history
updating gitignore
  • Loading branch information
zacharylandes authored Nov 4, 2019
2 parents 44cd6ba + 948bb86 commit aab4912
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,6 @@ Tuba.conf
Makefile
*.DS_Store
release-ci*
db/docker/2_schema.sql
db/docker/3_content_1.sql
db/docker/4_content_2.sql
2 changes: 1 addition & 1 deletion META.yml
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,6 @@ requires:
YAML: '0'
YAML::Syck: '0'
YAML::XS: '0'
version: v1.57.1
version: v1.57.2

x_serialization_backend: 'CPAN::Meta::YAML version 0.012'
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.57.1';
our $VERSION = '1.57.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 aab4912

Please sign in to comment.