biodiversity 5.1.2 → 5.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/clib/linux/libgnparser.h +1 -1
- data/clib/linux/libgnparser.so +0 -0
- data/clib/mac/libgnparser.h +1 -1
- data/clib/mac/libgnparser.so +0 -0
- data/clib/win/libgnparser.h +4 -4
- data/clib/win/libgnparser.so +0 -0
- data/lib/biodiversity/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: edae363431b2855927ee3ff977da0987e3a8989cabf89c05b75f25b6daa82197
|
|
4
|
+
data.tar.gz: 84cb944df5d6b9779c5103de481dba7fe60f4aedf30515cce752bf79cd3486d4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: af5f2f8c954cb3570f7a57b657038936fe544379d196a5c76b73dc783476150b1724c667d0dd2e45e486c1718c2a828089965afde5e90a69d5ce3203761d8ef2
|
|
7
|
+
data.tar.gz: f40a48c418e83049845fbdbd56d8b29b56f8aed521449ae103c378d510f8b7178958a83632d4a14d00dfb7656929224c3fc1673786e62a3cfa3cd18ce29ae6f7
|
data/clib/linux/libgnparser.h
CHANGED
data/clib/linux/libgnparser.so
CHANGED
|
Binary file
|
data/clib/mac/libgnparser.h
CHANGED
data/clib/mac/libgnparser.so
CHANGED
|
Binary file
|
data/clib/win/libgnparser.h
CHANGED
|
@@ -19,7 +19,7 @@ typedef struct { const char *p; ptrdiff_t n; } _GoString_;
|
|
|
19
19
|
/* Start of preamble from import "C" comments. */
|
|
20
20
|
|
|
21
21
|
|
|
22
|
-
#line
|
|
22
|
+
#line 5 "main.go"
|
|
23
23
|
|
|
24
24
|
#include "stdlib.h"
|
|
25
25
|
|
|
@@ -80,17 +80,17 @@ extern "C" {
|
|
|
80
80
|
// 'csv', 'compact', 'pretty'. If withDetails argument is 0, additional
|
|
81
81
|
// parsed details are ommited, if it is 1 -- they are included.
|
|
82
82
|
// true.
|
|
83
|
-
extern char* ParseToString(char* name, char* f, int details);
|
|
83
|
+
extern __declspec(dllexport) char* ParseToString(char* name, char* f, int details);
|
|
84
84
|
|
|
85
85
|
// FreeMemory takes a string pointer and frees its memory.
|
|
86
|
-
extern void FreeMemory(char* p);
|
|
86
|
+
extern __declspec(dllexport) void FreeMemory(char* p);
|
|
87
87
|
|
|
88
88
|
// ParseAryToString function takes an array of names, parsing format, and a
|
|
89
89
|
// withDetails flag as 0|1 integer. Parsed outputs are sent as a string in
|
|
90
90
|
// either CSV or JSON format. Format argument can take values of 'csv',
|
|
91
91
|
// 'compact', or 'pretty'. For withDetails argument 0 means false, 1 means
|
|
92
92
|
// true.
|
|
93
|
-
extern char* ParseAryToString(char** in, int length, char* f, int details);
|
|
93
|
+
extern __declspec(dllexport) char* ParseAryToString(char** in, int length, char* f, int details);
|
|
94
94
|
|
|
95
95
|
#ifdef __cplusplus
|
|
96
96
|
}
|
data/clib/win/libgnparser.so
CHANGED
|
Binary file
|
data/lib/biodiversity/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: biodiversity
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 5.
|
|
4
|
+
version: 5.2.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Dmitry Mozzherin
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2021-
|
|
11
|
+
date: 2021-03-22 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: ffi
|