inline_forms 1.3.3 → 1.3.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -192,7 +192,7 @@ module InlineForms
192
192
  copy_file "_inline_forms_tabs.html.erb", "app/views/_inline_forms_tabs.html.erb" unless File.exists?('app/views/_inline_forms_tabs.html.erb')
193
193
  inject_into_file "app/views/_inline_forms_tabs.html.erb",
194
194
  " <%= tab.#{name.underscore} '#{name}', #{name.pluralize.underscore + '_path'} %>\n",
195
- :after => "<% tabs_tag :open_tabs => { :id => \"tabs\" } do |tab| %>\n"
195
+ :after => "<%= tabs_tag :open_tabs => { :id => \"tabs\" } do |tab| %>\n"
196
196
  end
197
197
  end
198
198
 
@@ -1,3 +1,3 @@
1
1
  module InlineForms
2
- VERSION = "1.3.3"
2
+ VERSION = "1.3.4"
3
3
  end
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: 29
4
+ hash: 19
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 3
9
- - 3
10
- version: 1.3.3
9
+ - 4
10
+ version: 1.3.4
11
11
  platform: ruby
12
12
  authors:
13
13
  - Ace Suares
@@ -259,7 +259,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
259
259
  requirements: []
260
260
 
261
261
  rubyforge_project: inline_forms
262
- rubygems_version: 1.8.11
262
+ rubygems_version: 1.8.15
263
263
  signing_key:
264
264
  specification_version: 3
265
265
  summary: Inline editing of forms.