divining_rod 0.6.1 → 0.6.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -6,6 +6,7 @@ module DiviningRod
6
6
  end
7
7
 
8
8
  def merge(opts = {})
9
+ return self if opts.nil?
9
10
  if self[:tags] || opts[:tags]
10
11
  tags = Array(self[:tags]) | Array(opts[:tags])
11
12
  opts[:tags] = tags
@@ -1,3 +1,3 @@
1
1
  module DiviningRod
2
- VERSION = "0.6.1"
2
+ VERSION = "0.6.2"
3
3
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: divining_rod
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.6.1
5
+ version: 0.6.2
6
6
  platform: ruby
7
7
  authors:
8
8
  - Mark Percival