divining_rod 0.6.3 → 0.6.4

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.
data/.gitignore CHANGED
@@ -17,5 +17,6 @@ tmtags
17
17
  coverage
18
18
  rdoc
19
19
  pkg
20
+ *.gem
20
21
 
21
22
  ## PROJECT::SPECIFIC
@@ -21,10 +21,6 @@ module DiviningRod
21
21
 
22
22
  def initialize(parent, default_opts = {})
23
23
  @parent = parent
24
- unless default_opts == {}
25
- p "Passed in default_opts"
26
- p default_opts
27
- end
28
24
  @default_opts = Mash.new(default_opts)
29
25
  end
30
26
 
@@ -1,3 +1,3 @@
1
1
  module DiviningRod
2
- VERSION = "0.6.3"
2
+ VERSION = "0.6.4"
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.3
5
+ version: 0.6.4
6
6
  platform: ruby
7
7
  authors:
8
8
  - Mark Percival