custom_attributes_scaffold 0.1.1 → 0.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: 7d6f98a98b18922016fdb46f39d38cc3ce4b5f25
4
- data.tar.gz: b3f3c0ac909e7dc389492f6ee5cc17bc725c6629
3
+ metadata.gz: ab29304468e633af56483b324a7e6b3d0f765f9f
4
+ data.tar.gz: be64f0561c5d343e956923a4e634c75a045a4bed
5
5
  SHA512:
6
- metadata.gz: 8e4f76b79a12ee8d689307a66040fb078e5df6d795dd3c026c3d03dcb10ec5d468928a3d7ee4e52a02292bb20b4ac1eb595eff0790c4b172ad4b06efe729b074
7
- data.tar.gz: d7746fa85ff62239d80c03645f8c33f5896f4ab1afd586cf9a8266c8a498a30be091df28a40c6d7772500c325053747a7a3f92663a5f3acfc110a63b6f7ede1e
6
+ metadata.gz: c26bccc5fec89ca7cc848d44635578b7b2260fed392e8a44d5c40ac1b92b29411125cb897e9a6f42c15730687dabf1a809d2cdcbb6ecd12b7ca753a27a4ea275
7
+ data.tar.gz: 39b6f3ae9057ec56e894499341ca7c713235367c104157c07684d88d325b38953c5568662861d1bf2e7cc809e7141ab4341cda785bc7fd367a06a827b33a7af6
@@ -19,7 +19,7 @@
19
19
  <%= string_value.name %>
20
20
  </div>
21
21
  <div class="custom-attributes value edit-cursor <%=cssClasses[:field]%>">
22
- <%= string_value.value %>
22
+ <%= simple_format(string_value.value) %>
23
23
  </div>
24
24
  <div class="custom-attributes field <%=cssClasses[:field]%>" style="display: none">
25
25
  <% if string_value.custom_attribute_defn.attr_type == CustomAttributes::CustomAttribute::TYPE_MULTILINE_TEXT %>
@@ -1,3 +1,3 @@
1
1
  module CustomAttributes
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: custom_attributes_scaffold
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tariq Hussain
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-06-15 00:00:00.000000000 Z
11
+ date: 2015-06-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails