inline_forms 0.2.2 → 0.2.3

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.2.2
1
+ 0.2.3
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.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-28}
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: 19
4
+ hash: 17
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 2
9
- - 2
10
- version: 0.2.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-28 00:00:00 -04:00
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