BOAST 0.98 → 0.99

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.
Files changed (3) hide show
  1. data/BOAST.gemspec +1 -1
  2. data/lib/BOAST/Algorithm.rb +2 -2
  3. metadata +1 -1
data/BOAST.gemspec CHANGED
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'BOAST'
3
- s.version = "0.98"
3
+ s.version = "0.99"
4
4
  s.author = "Brice Videau"
5
5
  s.email = "brice.videau@imag.fr"
6
6
  s.homepage = "https://forge.imag.fr/projects/boast/"
@@ -1038,9 +1038,9 @@ module BOAST
1038
1038
  s = ""
1039
1039
  return s if self.first.nil?
1040
1040
  s += "{\n"
1041
- s += self.first
1041
+ s += self.first.to_s
1042
1042
  self[1..-1].each { |v|
1043
- s += ",\n"+v
1043
+ s += ",\n"+v.to_s
1044
1044
  }
1045
1045
  s += "}"
1046
1046
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: BOAST
3
3
  version: !ruby/object:Gem::Version
4
- version: '0.98'
4
+ version: '0.99'
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: