generic_form_builder 0.13.0 → 0.13.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,15 +1,7 @@
1
1
  ---
2
- !binary "U0hBMQ==":
3
- metadata.gz: !binary |-
4
- ZDU0NDFiYmJmMTk4YzJiOTJkMjkwOTZkNTE0Nzc3OTZjMTcyODgzMg==
5
- data.tar.gz: !binary |-
6
- ZTRmYWYwYjcxYmU5ZDk5NmRjMWU1YjEyZDZmMTc3YzBhNTEzMzMwMg==
2
+ SHA256:
3
+ metadata.gz: 20e2f9d9a97ffced52ccd67552dbbe70fbe9493c50d75436e088ce7087b5fe3c
4
+ data.tar.gz: 227d2edec9531676450a3b8fb107ad543141526f327f236c0e7029c22855c6ba
7
5
  SHA512:
8
- metadata.gz: !binary |-
9
- MWE0MThhYzQyNWIxYWJkMzBkZDcxYWE0MDVlMWI4ODUzNmNjNDJjOTBmNmQ1
10
- MjYyNTMzYTBmM2RmZTZiM2ZhYzI3YTIzZGI5NjlmNjk4NGExMzA2YWEzZGMx
11
- YWJjY2MyYTgzMjYwZjk1MzZjYmEzNGQwMzEyNWI3ZTlhNGRjOTE=
12
- data.tar.gz: !binary |-
13
- ZWQ0ZjcyYWI3OTdkZWJhY2YyYTYwZDUyNmVmYzU2MTg4ODZkMzlhZDgwMWE1
14
- MjUwZTM1MzRjMmQ5ZTQ3NGEyZTlkYmY2MGNjMjA1MDI0MzM5MWQ1YzliNWQ4
15
- MDY1MjhmYzczMWEzNDMyM2ExNTc5NDNjNGRkYjJhZGEwNDQzNjI=
6
+ metadata.gz: 77eb7a18048691d2e8ba9bbaaba303db5bba1a95410c31eb2d82ce82c45e24ad8c38a64209bc46bc0bad03a1d5f6bb338e475e693acedb78a9b98bf1d6af48fa
7
+ data.tar.gz: 5e873732c9c0983f135f2058a79cb48eebe491121d63fc637ea0360544fb64a31e48bd97c50ec67a3663ec227963cc82f17378f684086f3a76a3d2b67c57df25
@@ -1,7 +1,7 @@
1
1
  # -*- encoding: utf-8 -*-
2
2
  Gem::Specification.new do |s|
3
3
  s.name = "generic_form_builder"
4
- s.version = '0.13.0'
4
+ s.version = '0.13.1'
5
5
  s.platform = Gem::Platform::RUBY
6
6
  s.authors = ["Elliot Crosby-McCullough", "George Brocklehurst", "Elise Huard", "Tom Stuart"]
7
7
  s.email = ["elliot.cm@gmail.com"]
@@ -103,7 +103,6 @@ protected
103
103
  note_text = note
104
104
  end
105
105
 
106
- content_tag(:span, note_text, :class => (options[:class] || 'note'))
106
+ content_tag(:span, note_text, :class => (options&[:class] || 'note'))
107
107
  end
108
-
109
108
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: generic_form_builder
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.13.0
4
+ version: 0.13.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Elliot Crosby-McCullough
@@ -11,7 +11,7 @@ authors:
11
11
  autorequire:
12
12
  bindir: bin
13
13
  cert_chain: []
14
- date: 2015-02-17 00:00:00.000000000 Z
14
+ date: 2019-12-01 00:00:00.000000000 Z
15
15
  dependencies: []
16
16
  description:
17
17
  email:
@@ -20,7 +20,7 @@ executables: []
20
20
  extensions: []
21
21
  extra_rdoc_files: []
22
22
  files:
23
- - .gitignore
23
+ - ".gitignore"
24
24
  - README.md
25
25
  - generic_form_builder.gemspec
26
26
  - lib/generic_form_builder.rb
@@ -33,17 +33,17 @@ require_paths:
33
33
  - lib
34
34
  required_ruby_version: !ruby/object:Gem::Requirement
35
35
  requirements:
36
- - - ! '>='
36
+ - - ">="
37
37
  - !ruby/object:Gem::Version
38
38
  version: '0'
39
39
  required_rubygems_version: !ruby/object:Gem::Requirement
40
40
  requirements:
41
- - - ! '>='
41
+ - - ">="
42
42
  - !ruby/object:Gem::Version
43
43
  version: '0'
44
44
  requirements: []
45
45
  rubyforge_project:
46
- rubygems_version: 2.4.5
46
+ rubygems_version: 2.7.6
47
47
  signing_key:
48
48
  specification_version: 4
49
49
  summary: Generic Rails 3 form builder