rabl 0.7.7 → 0.7.8

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,6 +1,10 @@
1
1
  # CHANGELOG
2
2
 
3
- ## 0.7.8 (unreleased)
3
+ ## 0.7.9 (unreleased)
4
+
5
+ ## 0.7.8
6
+
7
+ * Additional fix for attribute conditional support
4
8
 
5
9
  ## 0.7.7
6
10
 
@@ -34,8 +34,8 @@ module Rabl
34
34
  extends(settings[:file], settings[:options], &settings[:block])
35
35
  end if @options.has_key?(:extends)
36
36
  # Attributes
37
- @options[:attributes].each_pair do |attribute, options|
38
- attribute(attribute, options)
37
+ @options[:attributes].each_pair do |attribute, settings|
38
+ attribute(attribute, settings)
39
39
  end if @options.has_key?(:attributes)
40
40
  # Node
41
41
  @options[:node].each do |settings|
@@ -1,3 +1,3 @@
1
1
  module Rabl
2
- VERSION = "0.7.7"
2
+ VERSION = "0.7.8"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rabl
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.7
4
+ version: 0.7.8
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: