papermill 0.14.1 → 0.14.2
Sign up to get free protection for your applications and to get access to all the features.
- data/VERSION +1 -1
- data/lib/papermill.rb +1 -7
- metadata +1 -1
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.14.
|
1
|
+
0.14.2
|
data/lib/papermill.rb
CHANGED
@@ -5,13 +5,7 @@ Hash.send :include, PapermillHashExtensions
|
|
5
5
|
File.send :include, PapermillFileExtensions
|
6
6
|
String.send :include, PapermillStringExtensions
|
7
7
|
String.send :include, PapermillStringToUrlNotFound unless String.instance_methods.include? "to_url"
|
8
|
-
|
9
|
-
Formtastic::SemanticFormBuilder.send :include, PapermillFormtasticExtensions
|
10
|
-
puts "FORMTASTIC"
|
11
|
-
rescue LoadError
|
12
|
-
puts "NO FORMTASTIC"
|
13
|
-
end
|
14
|
-
puts "HEYYY"
|
8
|
+
Formtastic::SemanticFormBuilder.send :include, PapermillFormtasticExtensions rescue LoadError, NameError
|
15
9
|
require 'papermill/papermill_module'
|
16
10
|
require 'papermill/papermill_asset'
|
17
11
|
require 'papermill/form_builder'
|