bio-velvet_underground 0.3.0 → 0.3.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/VERSION +1 -1
- data/ext/mkrf_conf.rb +1 -1
- data/ext/src/Makefile +2 -2
- data/ext/src/src/scaffold.h +1 -1
- data/ext/src/third-party/zlib-1.2.3/adler32.o +0 -0
- data/ext/src/third-party/zlib-1.2.3/compress.o +0 -0
- data/ext/src/third-party/zlib-1.2.3/crc32.o +0 -0
- data/ext/src/third-party/zlib-1.2.3/deflate.o +0 -0
- data/ext/src/third-party/zlib-1.2.3/example.o +0 -0
- data/ext/src/third-party/zlib-1.2.3/gzio.o +0 -0
- data/ext/src/third-party/zlib-1.2.3/infback.o +0 -0
- data/ext/src/third-party/zlib-1.2.3/inffast.o +0 -0
- data/ext/src/third-party/zlib-1.2.3/inflate.o +0 -0
- data/ext/src/third-party/zlib-1.2.3/inftrees.o +0 -0
- data/ext/src/third-party/zlib-1.2.3/minigzip.o +0 -0
- data/ext/src/third-party/zlib-1.2.3/trees.o +0 -0
- data/ext/src/third-party/zlib-1.2.3/uncompr.o +0 -0
- data/ext/src/third-party/zlib-1.2.3/zutil.o +0 -0
- metadata +17 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2e8adc5d69d8e5f93750542060ccee72e73cd88f
|
4
|
+
data.tar.gz: abc36493983fbc5cd170c8f1a1262027bfd4a5d5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a67106eb5295ed4c7435eaf85eca2acd3c463c588bb5703ca77da6aeb12361a51e66ccb3a561f01a45a254f262a67986d92354ef760aaf269169fa2261704de3
|
7
|
+
data.tar.gz: 1155ecd114931d692520692d30c7e4f69672600eb310fcd7221fd873edf04876f2835014f90055abe4a4f0bd889862818472ba61d4b15f525940f00e256077b9
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.3.
|
1
|
+
0.3.1
|
data/ext/mkrf_conf.rb
CHANGED
@@ -27,7 +27,7 @@ require File.join(File.dirname(__FILE__), "../lib/bio-velvet_underground/constan
|
|
27
27
|
|
28
28
|
task :compile do
|
29
29
|
cd(File.join(File.dirname(__FILE__),'src')) do
|
30
|
-
case
|
30
|
+
case RbConfig::CONFIG['host_os']
|
31
31
|
when /linux/
|
32
32
|
|
33
33
|
# Create library with default install params
|
data/ext/src/Makefile
CHANGED
data/ext/src/src/scaffold.h
CHANGED
@@ -18,7 +18,7 @@ Copyright 2007, 2008 Daniel Zerbino (zerbino@ebi.ac.uk)
|
|
18
18
|
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
19
19
|
|
20
20
|
*/
|
21
|
-
#ifndef
|
21
|
+
#ifndef _SSCAFFOLD_H_
|
22
22
|
#define _SCAFFOLD_H_
|
23
23
|
|
24
24
|
typedef struct connection_st Connection;
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: bio-velvet_underground
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.3.
|
4
|
+
version: 0.3.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ben Woodcroft
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2016-08-01 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: ffi
|
@@ -256,6 +256,7 @@ files:
|
|
256
256
|
- ext/src/third-party/zlib-1.2.3/Makefile.in
|
257
257
|
- ext/src/third-party/zlib-1.2.3/README
|
258
258
|
- ext/src/third-party/zlib-1.2.3/adler32.c
|
259
|
+
- ext/src/third-party/zlib-1.2.3/adler32.o
|
259
260
|
- ext/src/third-party/zlib-1.2.3/algorithm.txt
|
260
261
|
- ext/src/third-party/zlib-1.2.3/amiga/Makefile.pup
|
261
262
|
- ext/src/third-party/zlib-1.2.3/amiga/Makefile.sas
|
@@ -264,6 +265,7 @@ files:
|
|
264
265
|
- ext/src/third-party/zlib-1.2.3/as400/readme.txt
|
265
266
|
- ext/src/third-party/zlib-1.2.3/as400/zlib.inc
|
266
267
|
- ext/src/third-party/zlib-1.2.3/compress.c
|
268
|
+
- ext/src/third-party/zlib-1.2.3/compress.o
|
267
269
|
- ext/src/third-party/zlib-1.2.3/configure
|
268
270
|
- ext/src/third-party/zlib-1.2.3/contrib/README.contrib
|
269
271
|
- ext/src/third-party/zlib-1.2.3/contrib/ada/buffer_demo.adb
|
@@ -391,9 +393,12 @@ files:
|
|
391
393
|
- ext/src/third-party/zlib-1.2.3/contrib/vstudio/vc8/zlibvc.vcproj
|
392
394
|
- ext/src/third-party/zlib-1.2.3/crc32.c
|
393
395
|
- ext/src/third-party/zlib-1.2.3/crc32.h
|
396
|
+
- ext/src/third-party/zlib-1.2.3/crc32.o
|
394
397
|
- ext/src/third-party/zlib-1.2.3/deflate.c
|
395
398
|
- ext/src/third-party/zlib-1.2.3/deflate.h
|
399
|
+
- ext/src/third-party/zlib-1.2.3/deflate.o
|
396
400
|
- ext/src/third-party/zlib-1.2.3/example.c
|
401
|
+
- ext/src/third-party/zlib-1.2.3/example.o
|
397
402
|
- ext/src/third-party/zlib-1.2.3/examples/README.examples
|
398
403
|
- ext/src/third-party/zlib-1.2.3/examples/fitblk.c
|
399
404
|
- ext/src/third-party/zlib-1.2.3/examples/gun.c
|
@@ -405,16 +410,22 @@ files:
|
|
405
410
|
- ext/src/third-party/zlib-1.2.3/examples/zpipe.c
|
406
411
|
- ext/src/third-party/zlib-1.2.3/examples/zran.c
|
407
412
|
- ext/src/third-party/zlib-1.2.3/gzio.c
|
413
|
+
- ext/src/third-party/zlib-1.2.3/gzio.o
|
408
414
|
- ext/src/third-party/zlib-1.2.3/infback.c
|
415
|
+
- ext/src/third-party/zlib-1.2.3/infback.o
|
409
416
|
- ext/src/third-party/zlib-1.2.3/inffast.c
|
410
417
|
- ext/src/third-party/zlib-1.2.3/inffast.h
|
418
|
+
- ext/src/third-party/zlib-1.2.3/inffast.o
|
411
419
|
- ext/src/third-party/zlib-1.2.3/inffixed.h
|
412
420
|
- ext/src/third-party/zlib-1.2.3/inflate.c
|
413
421
|
- ext/src/third-party/zlib-1.2.3/inflate.h
|
422
|
+
- ext/src/third-party/zlib-1.2.3/inflate.o
|
414
423
|
- ext/src/third-party/zlib-1.2.3/inftrees.c
|
415
424
|
- ext/src/third-party/zlib-1.2.3/inftrees.h
|
425
|
+
- ext/src/third-party/zlib-1.2.3/inftrees.o
|
416
426
|
- ext/src/third-party/zlib-1.2.3/make_vms.com
|
417
427
|
- ext/src/third-party/zlib-1.2.3/minigzip.c
|
428
|
+
- ext/src/third-party/zlib-1.2.3/minigzip.o
|
418
429
|
- ext/src/third-party/zlib-1.2.3/msdos/Makefile.bor
|
419
430
|
- ext/src/third-party/zlib-1.2.3/msdos/Makefile.dj2
|
420
431
|
- ext/src/third-party/zlib-1.2.3/msdos/Makefile.emx
|
@@ -436,7 +447,9 @@ files:
|
|
436
447
|
- ext/src/third-party/zlib-1.2.3/qnx/package.qpg
|
437
448
|
- ext/src/third-party/zlib-1.2.3/trees.c
|
438
449
|
- ext/src/third-party/zlib-1.2.3/trees.h
|
450
|
+
- ext/src/third-party/zlib-1.2.3/trees.o
|
439
451
|
- ext/src/third-party/zlib-1.2.3/uncompr.c
|
452
|
+
- ext/src/third-party/zlib-1.2.3/uncompr.o
|
440
453
|
- ext/src/third-party/zlib-1.2.3/win32/DLL_FAQ.txt
|
441
454
|
- ext/src/third-party/zlib-1.2.3/win32/Makefile.bor
|
442
455
|
- ext/src/third-party/zlib-1.2.3/win32/Makefile.emx
|
@@ -451,6 +464,7 @@ files:
|
|
451
464
|
- ext/src/third-party/zlib-1.2.3/zlib.h
|
452
465
|
- ext/src/third-party/zlib-1.2.3/zutil.c
|
453
466
|
- ext/src/third-party/zlib-1.2.3/zutil.h
|
467
|
+
- ext/src/third-party/zlib-1.2.3/zutil.o
|
454
468
|
- lib/bio-velvet_underground.rb
|
455
469
|
- lib/bio-velvet_underground/binary_sequence_store.rb
|
456
470
|
- lib/bio-velvet_underground/constants.rb
|
@@ -498,7 +512,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
498
512
|
version: '0'
|
499
513
|
requirements: []
|
500
514
|
rubyforge_project:
|
501
|
-
rubygems_version: 2.
|
515
|
+
rubygems_version: 2.5.1
|
502
516
|
signing_key:
|
503
517
|
specification_version: 4
|
504
518
|
summary: Bindings to some internals of the velvet assembler
|