simple_bioc 0.0.18 → 0.0.19

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
  SHA1:
3
- metadata.gz: 749f96d8570d8e0d152fd9098211170fddaa5dc8
4
- data.tar.gz: e8c8587e689da368c10e641f3b6cf5157efabe03
3
+ metadata.gz: 76d7d6331c0fc8af59e02e4323940f9bf6bc7c85
4
+ data.tar.gz: e1b3fed3b92aa4f6a2ab64355d50e8754b672ce8
5
5
  SHA512:
6
- metadata.gz: 325a9c9e9d23c896b57e6615c8efcc25bcffb678294d1b41eb0927881f39ef687611f4fa09ca162863c149e0114ac74dc18d611f7256f796b176a95fdf7c511f
7
- data.tar.gz: c04562d884872cc1bda49c94dd632c943898684707dd019eeb73f3218a07b49f92571f122e7393c5a817dba6ac42aff60530e3c72ed3f111ede68b353bcbe573
6
+ metadata.gz: 70b14a57ba596327ccdaad6902c35b6e75da9d02759b13777c8576815f855533a9137064dec74352b41c239b298c13ca5071e61ea2e353897e09d64a1ef79d7f
7
+ data.tar.gz: 2553ae754b8e1d6ba862f1a1a03db19c20d7095d71107c28893f0e80e196d9cecb92282cfd58f78e4231a7600352dfd95156691dc84c411bc2948ba40048fa5f
@@ -89,7 +89,7 @@ module BioCWriter
89
89
  end
90
90
 
91
91
  def write_location(xml, location)
92
- next if location.nil?
92
+ return if location.nil?
93
93
  if location.original_offset.nil? || location.original_offset == location.offset
94
94
  xml.location(:offset => location.offset, :length => location.length)
95
95
  else
@@ -1,3 +1,3 @@
1
1
  module SimpleBioC
2
- VERSION = "0.0.18"
2
+ VERSION = "0.0.19"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: simple_bioc
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.18
4
+ version: 0.0.19
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dongseop Kwon