inline_forms 0.2.2 → 0.2.3
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.
- data/VERSION +1 -1
- data/app/views/{layouts → inline_forms}/inline_forms.rhtml +0 -0
- data/inline_forms.gemspec +3 -3
- metadata +5 -5
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.2.
|
|
1
|
+
0.2.3
|
|
File without changes
|
data/inline_forms.gemspec
CHANGED
|
@@ -5,11 +5,11 @@
|
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = %q{inline_forms}
|
|
8
|
-
s.version = "0.2.
|
|
8
|
+
s.version = "0.2.3"
|
|
9
9
|
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
11
11
|
s.authors = ["Ace Suares"]
|
|
12
|
-
s.date = %q{2011-01-
|
|
12
|
+
s.date = %q{2011-01-29}
|
|
13
13
|
s.description = %q{Inline Forms aims to ease the setup of forms that provide inline editing. The field list can be specified in the model.}
|
|
14
14
|
s.email = %q{ace@suares.an}
|
|
15
15
|
s.extra_rdoc_files = [
|
|
@@ -31,8 +31,8 @@ Gem::Specification.new do |s|
|
|
|
31
31
|
"app/views/inline_forms/_subform.html.erb",
|
|
32
32
|
"app/views/inline_forms/edit.html.erb",
|
|
33
33
|
"app/views/inline_forms/index.html.erb",
|
|
34
|
+
"app/views/inline_forms/inline_forms.rhtml",
|
|
34
35
|
"app/views/inline_forms/new.html.erb",
|
|
35
|
-
"app/views/layouts/inline_forms.rhtml",
|
|
36
36
|
"inline_forms.gemspec",
|
|
37
37
|
"lib/inline_forms.rb",
|
|
38
38
|
"test/helper.rb",
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: inline_forms
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 17
|
|
5
5
|
prerelease: false
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 2
|
|
9
|
-
-
|
|
10
|
-
version: 0.2.
|
|
9
|
+
- 3
|
|
10
|
+
version: 0.2.3
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Ace Suares
|
|
@@ -15,7 +15,7 @@ autorequire:
|
|
|
15
15
|
bindir: bin
|
|
16
16
|
cert_chain: []
|
|
17
17
|
|
|
18
|
-
date: 2011-01-
|
|
18
|
+
date: 2011-01-29 00:00:00 -04:00
|
|
19
19
|
default_executable:
|
|
20
20
|
dependencies:
|
|
21
21
|
- !ruby/object:Gem::Dependency
|
|
@@ -102,8 +102,8 @@ files:
|
|
|
102
102
|
- app/views/inline_forms/_subform.html.erb
|
|
103
103
|
- app/views/inline_forms/edit.html.erb
|
|
104
104
|
- app/views/inline_forms/index.html.erb
|
|
105
|
+
- app/views/inline_forms/inline_forms.rhtml
|
|
105
106
|
- app/views/inline_forms/new.html.erb
|
|
106
|
-
- app/views/layouts/inline_forms.rhtml
|
|
107
107
|
- inline_forms.gemspec
|
|
108
108
|
- lib/inline_forms.rb
|
|
109
109
|
- test/helper.rb
|