papermill 1.1.5 → 1.1.6

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.1.5
1
+ 1.1.6
@@ -21,10 +21,11 @@ class PapermillController < ApplicationController
21
21
  end
22
22
 
23
23
  def edit
24
- render :action => "edit"
24
+ render :action => "edit", :layout => false
25
25
  end
26
26
 
27
27
  def crop
28
+ render :action => "crop", :layout => false
28
29
  end
29
30
 
30
31
  def update
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: papermill
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.5
4
+ version: 1.1.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - "Benoit B\xC3\xA9n\xC3\xA9zech"