inline_forms 0.2.3 → 0.2.4

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 CHANGED
@@ -1 +1 @@
1
- 0.2.3
1
+ 0.2.4
@@ -1,7 +1,7 @@
1
1
  <%= stylesheet_link_tag 'inline_form_elements' %>
2
2
  <%= javascript_include_tag :defaults %>
3
3
  <%#= calendar_date_select_includes "red" %>
4
- <h1><%= @Klass.pluralize.humanize %></h1>
4
+ <h1><%= @Klass.to_s %></h1>
5
5
  <ul id="inline_form_list">
6
6
  <%= yield %>
7
7
  </ul>
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{inline_forms}
8
- s.version = "0.2.3"
8
+ s.version = "0.2.4"
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"]
@@ -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",
35
34
  "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: 17
4
+ hash: 31
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 2
9
- - 3
10
- version: 0.2.3
9
+ - 4
10
+ version: 0.2.4
11
11
  platform: ruby
12
12
  authors:
13
13
  - Ace Suares
@@ -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
106
105
  - 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