simple_form_extension 1.3.20 → 1.3.21

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: a756fb3beeb7c0b5800200896572b695d8c19426
4
- data.tar.gz: 991f35fcaf7ccae388825bca31d7e1700469400e
3
+ metadata.gz: 4c0ef44ae67d05eb0bbf5da6b2987d984f7903a0
4
+ data.tar.gz: bd94b5b352e0a66be7ce57e832b1ada5f1fec528
5
5
  SHA512:
6
- metadata.gz: 625a2fd54375d19bc17dabbd2a39f85de676ef04dc82c797c62fa61233f8dfc11373963b43f6945ab8d10084965922ab06306f479a585807769b4e183644d591
7
- data.tar.gz: 9999f753d350c862966b2770c22eb44767ffadcc96f61ec4d5b9e548ce0ad96495689b182fdbd627622b705a15a620d0a4928941b5c40fb05a62abf903a7161f
6
+ metadata.gz: 08a5d386d50f794642914208361206870d619966d620b5f14708a2af71838c0d432c9ff6e8e49370cced186b48dbe30a622bd1d28b945627c1df5738b807e065
7
+ data.tar.gz: 54d93c71139674293292b2dd5d25ddae1de80b6fdd95539b7b4aeb2a6f13168d8fce486eaa35eff5898a2f1d57b37b30b6ebab967d82009b5775f2299d03b7eb
@@ -139,7 +139,7 @@ module SimpleFormExtension
139
139
  end
140
140
 
141
141
  def name_for(option)
142
- option.try(:name) || options.try(:title) || option.to_s
142
+ option.try(:name) || option.try(:title) || option.to_s
143
143
  end
144
144
 
145
145
  def relation
@@ -1,3 +1,3 @@
1
1
  module SimpleFormExtension
2
- VERSION = "1.3.20"
2
+ VERSION = "1.3.21"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: simple_form_extension
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.20
4
+ version: 1.3.21
5
5
  platform: ruby
6
6
  authors:
7
7
  - Glyph-fr
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-04-14 00:00:00.000000000 Z
11
+ date: 2016-05-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails