inline_forms 1.3.14 → 1.3.15

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/bin/inline_forms CHANGED
@@ -173,7 +173,7 @@ puts "Creating header in app/views/inline_forms/_header.html.erb...\n"
173
173
  header_src = "
174
174
  <div id='Header'>
175
175
  <div id='title'>
176
- #{app_name} v<%= 'inline_forms_version' -%>
176
+ #{app_name} v<%= inline_forms_version -%>
177
177
  </div>
178
178
  <% if cancan_enabled? -%>
179
179
  <div id='logout'>
@@ -9,7 +9,7 @@ module InlineFormsHelper
9
9
  end
10
10
 
11
11
  def inline_forms_version
12
- INLINE_FORMS::VERSION
12
+ InlineForms::VERSION
13
13
  end
14
14
  private
15
15
 
@@ -1,4 +1,4 @@
1
1
  # -*- encoding : utf-8 -*-
2
2
  module InlineForms
3
- VERSION = "1.3.14"
3
+ VERSION = "1.3.15"
4
4
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: inline_forms
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.14
4
+ version: 1.3.15
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: