toolsmith 0.0.14 → 0.0.15

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,5 +1,9 @@
1
1
  # Changelog
2
2
 
3
+ ## v0.0.15
4
+
5
+ * Fix an issue with doubling yielding on definition_list_for blocks.
6
+
3
7
  ## v0.0.14
4
8
 
5
9
  * Adds more flexibility to the PageHeader#button method to allow definition of button properties based on arguments.
@@ -4,7 +4,6 @@ module Toolsmith
4
4
  def definition_list_for(object, options={}, &block)
5
5
  definition_list = Toolsmith::Views::DefinitionListFor.new_with_object(self, object, &block)
6
6
  definition_list.options.merge!(options)
7
- yield definition_list
8
7
  definition_list
9
8
  end
10
9
  end
@@ -1,3 +1,3 @@
1
1
  module Toolsmith
2
- VERSION = "0.0.14"
2
+ VERSION = "0.0.15"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: toolsmith
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.14
4
+ version: 0.0.15
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2013-03-01 00:00:00.000000000 Z
13
+ date: 2013-03-05 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: rails