inline_forms 1.0.2 → 1.0.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 CHANGED
@@ -1 +1 @@
1
- 1.0.2
1
+ 1.0.3
@@ -151,7 +151,7 @@ class InlineFormsController < ApplicationController
151
151
  @update_span = params[:update]
152
152
  send("#{@form_element.to_s}_update", @object, @attribute)
153
153
  @object.save
154
- puts "Requested #{request.format}"
154
+ #puts "Requested #{request.format}"
155
155
  respond_to do |format|
156
156
  format.js { }
157
157
  end
@@ -1,7 +1,6 @@
1
1
  InlineForms::SPECIAL_COLUMN_TYPES[:file_field]=:string
2
2
 
3
3
  def file_field_show(object, attribute)
4
- puts "tets#{attribute}"
5
4
  link_to_inline_edit object, attribute, 'xxx' #image_tag( object.send(attribute).send(:url) )
6
5
  end
7
6
 
data/inline_forms.gemspec CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{inline_forms}
8
- s.version = "1.0.2"
8
+ s.version = "1.0.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"]
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
  - 1
8
8
  - 0
9
- - 2
10
- version: 1.0.2
9
+ - 3
10
+ version: 1.0.3
11
11
  platform: ruby
12
12
  authors:
13
13
  - Ace Suares