BOAST 0.97 → 0.98

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 +2 -2
data/BOAST.gemspec CHANGED
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'BOAST'
3
- s.version = "0.97"
3
+ s.version = "0.98"
4
4
  s.author = "Brice Videau"
5
5
  s.email = "brice.videau@imag.fr"
6
6
  s.homepage = "https://forge.imag.fr/projects/boast/"
@@ -1026,10 +1026,10 @@ module BOAST
1026
1026
  s = ""
1027
1027
  return s if self.first.nil?
1028
1028
  s += "(/ &\n"
1029
- s += self.first
1029
+ s += self.first.to_s
1030
1030
  s += "_wp" if @type and @type.size == 8
1031
1031
  self[1..-1].each { |v|
1032
- s += ", &\n"+v
1032
+ s += ", &\n"+v.to_s
1033
1033
  s += "_wp" if @type and @type.size == 8
1034
1034
  }
1035
1035
  s += " /)"
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.97'
4
+ version: '0.98'
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2014-06-20 00:00:00.000000000 Z
12
+ date: 2014-06-23 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: narray