bio-cgranges 0.0.2 → 0.0.3

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 85f780637e2d11f0b7fac69bcf7434584c1200f0b341413da6d499ad0bd88f1a
4
- data.tar.gz: 98a8b1897c11d91f999f2cb2af1cf6d1a4e6f268e1ba7877d51ac6b2d771d5a2
3
+ metadata.gz: d8994f59d1b67dd6aedd82baea6a0f844788e37d05cb3d461a838eb225f74d04
4
+ data.tar.gz: 764537c8f8227f05fbe4e7641da56aa539759f39937db6c8a28aac0caaf69ff9
5
5
  SHA512:
6
- metadata.gz: 4d94f5de2f40b2ca280fa508c6ba7b0784b8d11428edf9cabd084fb002c3989b7efcaf6646d0362d702d7c8ba6307c46a5565d1099907f182e0c106db4e94515
7
- data.tar.gz: dd98e66a0962bec279c8c39a55c5c93fdfa5705a1560830f0efe415029bfa3d8bd1c1a57f57261cedf22c2defbe8d8a65aaef453cc35fdf23ad572f5b72d6ff2
6
+ metadata.gz: bab3e61e0f9d7da8a59e5d521db8638db8d47270d3ced8b7b3a39171c4179e16ca1cf9154cd975d8625a7e41a3bcefe6d71cbe06bcad7ff5670c75c5d044ac42
7
+ data.tar.gz: b641fa455ac81b6bcbf8962ff0cf56af57a211bbfeeedcd41c8283917cf3ad123d176584b98e50a36cbd1d930a36377a202ad6e2a0416d2a019f0a298b15ebef
data/README.md CHANGED
@@ -4,6 +4,7 @@
4
4
  [![test](https://github.com/kojix2/bio-cgranges/actions/workflows/ci.yml/badge.svg)](https://github.com/kojix2/bio-cgranges/actions/workflows/ci.yml)
5
5
  [![docs](https://img.shields.io/badge/docs-stable-blue.svg)](https://rubydoc.info/gems/bio-cgranges)
6
6
  [![docs](https://img.shields.io/badge/docs-latest-blue.svg)](https://kojix2.github.io/bio-cgranges/)
7
+ [![DOI](https://zenodo.org/badge/491354623.svg)](https://zenodo.org/badge/latestdoi/491354623)
7
8
 
8
9
  Ruby bindings to [lh3/cgranges](https://github.com/lh3/cgranges).
9
10
 
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Bio
4
4
  class CGRanges
5
- VERSION = "0.0.2"
5
+ VERSION = "0.0.3"
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bio-cgranges
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - kojix2
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-11-03 00:00:00.000000000 Z
11
+ date: 2023-09-25 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Genomic interval overlap queries
14
14
  email:
@@ -35,7 +35,7 @@ homepage: https://github.com/kojix2/bio-cgranges
35
35
  licenses:
36
36
  - MIT
37
37
  metadata: {}
38
- post_install_message:
38
+ post_install_message:
39
39
  rdoc_options: []
40
40
  require_paths:
41
41
  - lib
@@ -50,8 +50,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
50
50
  - !ruby/object:Gem::Version
51
51
  version: '0'
52
52
  requirements: []
53
- rubygems_version: 3.3.7
54
- signing_key:
53
+ rubygems_version: 3.4.10
54
+ signing_key:
55
55
  specification_version: 4
56
56
  summary: Ruby bindings for lh3/cgranges
57
57
  test_files: []