dynamic_form 1.3.0 → 1.3.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/dynamic_form.gemspec +5 -3
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8be9dc1116715017d6db7ab520eef267a242049cbb2c9f5365ec32a2abd2330a
|
4
|
+
data.tar.gz: 2c7dad76a2110b8113581e8b94add876fbf3bd15286dc1e3704796e1bb052301
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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.
|
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.
|
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{
|
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.
|
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:
|
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:
|
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.
|
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.
|
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
|