papermill 1.3.5 → 1.3.6
Sign up to get free protection for your applications and to get access to all the features.
- data/VERSION +1 -1
- data/lib/papermill/papermill_options.rb +3 -3
- metadata +2 -2
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.3.
|
1
|
+
1.3.6
|
@@ -58,8 +58,8 @@ module Papermill
|
|
58
58
|
:use_id_partition => true,
|
59
59
|
:papermill_url_prefix => "/system/papermill",
|
60
60
|
:papermill_path_prefix => ":rails_root/public/system/papermill",
|
61
|
-
:authorize_create => true,
|
62
|
-
:authorize_update_and_destroy => true,
|
63
|
-
:authorize_multiple_modification => true,
|
61
|
+
:authorize_create => "true",
|
62
|
+
:authorize_update_and_destroy => "true",
|
63
|
+
:authorize_multiple_modification => "true",
|
64
64
|
}
|
65
65
|
end
|
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.3.
|
4
|
+
version: 1.3.6
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- "Benoit B\xC3\xA9n\xC3\xA9zech"
|
@@ -9,7 +9,7 @@ autorequire:
|
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
11
|
|
12
|
-
date: 2010-02-
|
12
|
+
date: 2010-02-11 00:00:00 +01:00
|
13
13
|
default_executable:
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|