ecm_user_area2 3.1.1 → 3.1.2

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 557a801d5b57400b3452d54ffe317b750cd59bdf
4
- data.tar.gz: e0719a9a73a543a257b52e6c380e8c978f98237c
3
+ metadata.gz: aab8847a2b298a6d1918836571a5c62d33697abd
4
+ data.tar.gz: 66581f93a3a008330a75382b31600047019663d9
5
5
  SHA512:
6
- metadata.gz: 9839f56e7c039384a2dec7384b7735f7846bb1d8ea02d1a870dac0e72e785030499601f22997c8c560b5aa290c4cc397f24546b3909e0a1857d709814d504313
7
- data.tar.gz: a957670270196f53f37613270c8a9b364ff3317b1958b110571bea3d926ffa0776c18fce3e125c76b6a03636f46f43b9d637b98974a5d25d19d6c9e3a8032971
6
+ metadata.gz: 0fa6cad40fcf5c5290131f1802c4a9d617269d3d4fa9b55cba24d5bbc30dcf07de406b350c05abf8681881611848da437beb2bc5aa3ee547e5c75b5df683e414
7
+ data.tar.gz: 1fe13e22c809ecd72a61d2cc104986b27dd2adbe41782de2a74ebfe7f267995a36fd42141806a82dc88ad7637345f79e463fb26d58eb18cb602d26aa41c26df7
@@ -10,5 +10,5 @@
10
10
  = table.boolean :active
11
11
  = table.boolean :confirmed
12
12
  = table.boolean :approved
13
- = table.timestamp :created_at
14
- = table.timestamp :updated_at
13
+ = table.timestamps
14
+ = Ecm::UserArea::Configuration.current_user_additional_table_rows_proc.try(:call, self, table)
@@ -26,6 +26,7 @@ module Ecm
26
26
  ENV['ECM_USER_AREA_FROM_ADDRESS'] || 'info@example.com'
27
27
  end
28
28
  end
29
+ mattr_accessor(:current_user_additional_table_rows_proc) { nil }
29
30
  end
30
31
  end
31
32
  end
@@ -1,5 +1,5 @@
1
1
  module Ecm
2
2
  module UserArea
3
- VERSION = '3.1.1'.freeze
3
+ VERSION = '3.1.2'.freeze
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ecm_user_area2
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.1.1
4
+ version: 3.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Roberto Vasquez Angel