draper 0.12.2 → 0.12.3

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.
@@ -2,6 +2,10 @@
2
2
 
3
3
  = Master
4
4
 
5
+ == v0.12.3
6
+
7
+ * Fix i18n issue, see #202
8
+
5
9
  == v0.12.2
6
10
 
7
11
  * Backport 738074f, which fixes Rails console
@@ -30,7 +30,7 @@ module Draper
30
30
  # This is the standard "Rails Way" to add paths from which constants
31
31
  # can be loaded.
32
32
  #
33
- config.before_initialize do |app|
33
+ config.after_initialize do |app|
34
34
  app.config.paths.add 'app/decorators', :eager_load => true
35
35
  end
36
36
 
@@ -1,3 +1,3 @@
1
1
  module Draper
2
- VERSION = "0.12.2"
2
+ VERSION = "0.12.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: draper
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.12.2
4
+ version: 0.12.3
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: 2012-05-12 00:00:00.000000000 Z
13
+ date: 2012-05-15 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: activesupport