virust-locator-ruby 0.1.0 → 0.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 61b36ab571a54c1e758d9f472016c7ceb2fb3b89f40a52caa9752cfcb1906303
4
- data.tar.gz: f8ec24020b4a78766e5674190822ec2caf15374d446a849115612136013aa154
3
+ metadata.gz: 88e66376125b0fe1536e2c1873711175fcd2796fdfd325b43677689324442625
4
+ data.tar.gz: 15b86c8621848cb4f563d607a1f1d8a551e86b29d4ae2ef420c556fa33d32d3c
5
5
  SHA512:
6
- metadata.gz: 298fdbe81f8304553f257a6aadb393b2895e986ff72a6075bc5c6ce7833389053abd7e0499234e8632c68f617e5b77c9f322351c77c16dea0fb2dbf10038d912
7
- data.tar.gz: 7ee8da59a5ce256b81700659bc50f93ac288704c1299842a80b320a9a4b6a421af1038f6c7d981995a4615ef49a31c80a3f4a6b3c6b07b2791fb0f7840187dba
6
+ metadata.gz: 38130025373b81803d199247c24ed091772cfaac1b1ea201606033e417adab28175dec1923a4a6937a8737a75f1a265bee99cee708472f6ac1d2e8c0bf44c6f4
7
+ data.tar.gz: ec69e354e51058e57ccdca96aef36bb692e17d9cb977fbbf6d8b4010aa3a98162e2e05f08c67027e0f2ee1cf39dbc5c4a372380bfc172dfd02d507edf0841870
data/README.md CHANGED
@@ -16,7 +16,10 @@ gem install virust-locator-ruby
16
16
 
17
17
  ## Usage
18
18
 
19
+ ```ruby
20
+ require 'virust_locator'
19
21
  VirustLocator::Locator.exec("GAAAGCATAGTAATATGGGGAAAGACTCCTAAA")
22
+ ```
20
23
 
21
24
  =>
22
25
 
@@ -40,6 +43,14 @@ Options:
40
43
 
41
44
  -V, --version Print version
42
45
 
46
+ ## Change Log
47
+
48
+ ### v0.2.0
49
+
50
+ 1. Fixed a bug for showing the aligned sequences.
51
+
52
+ 2. Fixed a bug that slowed down the performance.
53
+
43
54
  ## Contributing
44
55
 
45
56
  Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/virust-locator-ruby. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [code of conduct](https://github.com/[USERNAME]/virust-locator-ruby/blob/main/CODE_OF_CONDUCT.md).
@@ -3,5 +3,5 @@
3
3
 
4
4
  module VirustLocator
5
5
  # The version of the virust-locator-ruby gem.
6
- VERSION = "0.1.0"
6
+ VERSION = "0.2.0"
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: virust-locator-ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Shuntai Zhou