infovore-ruminant 0.9.4 → 0.9.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/design.rb +2 -3
  2. metadata +1 -1
data/lib/design.rb CHANGED
@@ -48,7 +48,6 @@ module Moo
48
48
  if !product_type.eql?("sticker")
49
49
  xml.text_collection {
50
50
  xml.tag! product_type {
51
- xml.minicard {
52
51
  lines.each_with_index do |line, index|
53
52
  xml.text_line {
54
53
  xml.id index+1
@@ -60,8 +59,8 @@ module Moo
60
59
  }
61
60
  end
62
61
  }
63
- end
64
- }
62
+ }
63
+ end
65
64
  }
66
65
  end
67
66
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: infovore-ruminant
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.4
4
+ version: 0.9.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - James Darling