pattern_bibz 1.1.0 → 1.1.1

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
  SHA256:
3
- metadata.gz: 204e90306d1dc45d8667ac9131c0befc58d4657cd4e94929bd148d1daa85547b
4
- data.tar.gz: b13a012f55a17cc77f170c3da9d405170289f4fc54c3c1d3e45277dec5f0e536
3
+ metadata.gz: 0f5369152845fdbc8e19d533e3f1e98f405d3f68be7bdd37b382e2735dbb673b
4
+ data.tar.gz: e749aef193207c6b23c631fcc7b4ff953a4721dd5316641de57ff5937f38bf13
5
5
  SHA512:
6
- metadata.gz: 3368207250e5a166cb731dc2f0e7160c5caa7a60529c8a6994d2bc4f5c12d0131a577f2d6836d61c12cc9f30466129a493c3f82b6f8ab1ae596882093042f1f9
7
- data.tar.gz: 5858316afa7976d15b572cbca0b71d4914c17e1620e894b82340f5a31ec285eba3ae1cf3fa173eba2b9ab2bb2b616aaca175501c6409165298196f52ea3c85a7
6
+ metadata.gz: e352d8e9227f4a69702fa680b13253057674120b068c648c271623b8854d3cbb21e5c48b5691f2629d6c36d6b70978c1f71457f6fa8ccbb671bb31c656ac1e49
7
+ data.tar.gz: 30a166020233dbe7c379445e95ec299dc99292ad84a130c9d5eb75af91b53da84e572ae2837606817f887493e581a3741246470b31630706b517f4a146d0a7df
@@ -9,9 +9,9 @@ class <%= class_name %> < <%= parent_class_name.classify %>
9
9
  # Attr_accessors
10
10
 
11
11
  # Associations
12
- <% attributes.select(&:reference?).each do |attribute|-%>
13
- belongs_to :<%= attribute.name %><%= ', polymorphic: true' if attribute.polymorphic? -%>
14
- <% end %>
12
+ <% attributes.select(&:reference?).each do |attribute| -%>
13
+ belongs_to :<%= attribute.name %><%= ', polymorphic: true' if attribute.polymorphic? %>
14
+ <% end -%>
15
15
  <% attributes.select(&:rich_text?).each do |attribute| -%>
16
16
  has_rich_text :<%= attribute.name %>
17
17
  <% end -%>
@@ -1,3 +1,3 @@
1
1
  module PatternBibz
2
- VERSION = '1.1.0'
2
+ VERSION = '1.1.1'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pattern_bibz
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Thomas HUMMEL