dynamic_form 1.3.0 → 1.3.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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/dynamic_form.gemspec +5 -3
  3. metadata +5 -5
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3c6f76e91a7079a1585a8ab1918ec37f0dfab8db54612e7deec087f3feb33412
4
- data.tar.gz: f85d1bb5d5e64941f041604987eb4ecb42e3b3ed83d9922291333d7f718e7835
3
+ metadata.gz: 8be9dc1116715017d6db7ab520eef267a242049cbb2c9f5365ec32a2abd2330a
4
+ data.tar.gz: 2c7dad76a2110b8113581e8b94add876fbf3bd15286dc1e3704796e1bb052301
5
5
  SHA512:
6
- metadata.gz: 88a83d0ea616952a497e5a4194cc959e01f48cc32ab7e75b23745dc94b3277e48f64c8ef43f5ad4cd9697a70176a6963c0d79aeb2d562eb43dc28737863e7a54
7
- data.tar.gz: 4e33c1c7a8af8c2c416bf4928724515e94f677898894fc570d86e115cf29342f0b543c7d5b1efea5887613a7ec88318015dcab6c17fbaa4e3aaa4b8bfca5ccec
6
+ metadata.gz: 41f0b70cf18ee79b56174b892e5d895cf2b9d431774a61879750b41a0efe06dc7304f0c16dedb38234f46329842872d4808c6ba7e4c2fef2ec763a639ed2fbbf
7
+ data.tar.gz: 10dc83a068df8534f5dd4fc20a925d270b1955a5fafbfd85db1a3ab62cf456c2e6d5d41f71f3f2979d3ad45d6676a859ac3e4c9bd2466e068affef27d985cf2d
data/dynamic_form.gemspec CHANGED
@@ -1,13 +1,13 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = %q{dynamic_form}
3
- s.version = "1.3.0"
3
+ s.version = "1.3.1"
4
4
 
5
5
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
6
- s.required_ruby_version = ">= 2.7.0", "< 3.3"
6
+ s.required_ruby_version = ">= 2.7.0", "< 3.4"
7
7
  s.authors = ["Joel Moss"]
8
8
  s.date = %q{2010-09-05}
9
9
  s.description = %q{DynamicForm holds a few helper methods to help you deal with your Rails3 models. It includes the stripped out methods from Rails 2; error_message_on and error_messages_for. It also brings in the functionality of the custom-err-messages plugin, which provides more flexibility over your model error messages.}
10
- s.email = %q{joel@developwithstyle.com}
10
+ s.email = %q{mathieu.jobin@gmail.com}
11
11
  s.extra_rdoc_files = [
12
12
  "README.md"
13
13
  ]
@@ -30,7 +30,9 @@ Gem::Specification.new do |s|
30
30
  "test/dynamic_form_test.rb",
31
31
  "test/test_helper.rb"
32
32
  ]
33
+ s.homepage = %q{http://github.com/rails/dynamic_form}
33
34
  s.homepage = %q{http://github.com/joelmoss/dynamic_form}
35
+ s.homepage = %q{https://github.com/payrollhero/dynamic_form}
34
36
  s.rdoc_options = ["--charset=UTF-8"]
35
37
  s.require_paths = ["lib"]
36
38
  s.rubygems_version = %q{1.3.7}
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dynamic_form
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.0
4
+ version: 1.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Joel Moss
@@ -112,7 +112,7 @@ description: DynamicForm holds a few helper methods to help you deal with your R
112
112
  models. It includes the stripped out methods from Rails 2; error_message_on and
113
113
  error_messages_for. It also brings in the functionality of the custom-err-messages
114
114
  plugin, which provides more flexibility over your model error messages.
115
- email: joel@developwithstyle.com
115
+ email: mathieu.jobin@gmail.com
116
116
  executables: []
117
117
  extensions: []
118
118
  extra_rdoc_files:
@@ -135,7 +135,7 @@ files:
135
135
  - test/dynamic_form_i18n_test.rb
136
136
  - test/dynamic_form_test.rb
137
137
  - test/test_helper.rb
138
- homepage: http://github.com/joelmoss/dynamic_form
138
+ homepage: https://github.com/payrollhero/dynamic_form
139
139
  licenses: []
140
140
  metadata: {}
141
141
  post_install_message:
@@ -150,14 +150,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
150
150
  version: 2.7.0
151
151
  - - "<"
152
152
  - !ruby/object:Gem::Version
153
- version: '3.3'
153
+ version: '3.4'
154
154
  required_rubygems_version: !ruby/object:Gem::Requirement
155
155
  requirements:
156
156
  - - ">="
157
157
  - !ruby/object:Gem::Version
158
158
  version: '0'
159
159
  requirements: []
160
- rubygems_version: 3.4.18
160
+ rubygems_version: 3.5.3
161
161
  signing_key:
162
162
  specification_version: 4
163
163
  summary: DynamicForm holds a few helper methods to help you deal with your Rails3