serialize_variants 0.1.1 → 0.1.2

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/Rakefile +1 -1
  2. data/lib/serialize_variants.rb +0 -1
  3. metadata +1 -1
data/Rakefile CHANGED
@@ -34,7 +34,7 @@ PKG_FILES = FileList[
34
34
 
35
35
  spec = Gem::Specification.new do |s|
36
36
  s.name = "serialize_variants"
37
- s.version = "0.1.1"
37
+ s.version = "0.1.2"
38
38
  s.author = "Nicolas Goy"
39
39
  s.email = "kuon@goyman.com"
40
40
  s.homepage = "http://goyman.com/"
@@ -23,7 +23,6 @@ module SerializeVariants
23
23
  force = options[:force] || {}
24
24
 
25
25
  if options[:variant]
26
- puts self.class.serialize_variant(options[:variant])
27
26
  super((self.class.serialize_variant(options[:variant]) || {}).merge(force))
28
27
  else
29
28
  super(options)
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: serialize_variants
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.1.1
5
+ version: 0.1.2
6
6
  platform: ruby
7
7
  authors:
8
8
  - Nicolas Goy