oddb2xml 1.5.7 → 1.5.8

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.
@@ -1,3 +1,7 @@
1
+ === 1.5.8 / 09.07.2013
2
+
3
+ * Update to add grouped fi with No5 into oddb_fi.xml
4
+
1
5
  === 1.5.7 / 09.07.2013
2
6
 
3
7
  * Update to include no seq entries into fi_product
@@ -716,8 +716,9 @@ module Oddb2xml
716
716
  ) {
717
717
  length = 0
718
718
  %w[de fr].each do |lang|
719
- length += @infos[lang].length
720
- @infos[lang].each do |info|
719
+ infos = @infos[lang].uniq {|i| i[:monid] }
720
+ length += infos.length
721
+ infos.each do |info|
721
722
  xml.KMP(
722
723
  'MONTYPE' => 'fi', # only
723
724
  'LANG' => lang.upcase,
@@ -1,3 +1,3 @@
1
1
  module Oddb2xml
2
- VERSION = "1.5.7"
2
+ VERSION = "1.5.8"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: oddb2xml
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.5.7
4
+ version: 1.5.8
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: