lib/squib/constants.rb in squib-0.14.1 vs lib/squib/constants.rb in squib-0.14.2
- old
+ new
@@ -1,17 +1,17 @@
-module Squib
-
- # System-wide default font
- # :nodoc:
- # @api public
- DEFAULT_FONT = 'Arial 12'
-
- # Used for inch-cm conversion
- # :nodoc:
- # @api private
- INCHES_IN_CM = 0.393700787
-
- # Used for points-inch conversion
- # :nodoc:
- # @api private
- POINTS_PER_IN = 72.0
-end
+module Squib
+
+ # System-wide default font
+ # :nodoc:
+ # @api public
+ DEFAULT_FONT = 'Arial 12'
+
+ # Used for inch-cm conversion
+ # :nodoc:
+ # @api private
+ INCHES_IN_CM = 0.393700787
+
+ # Used for points-inch conversion
+ # :nodoc:
+ # @api private
+ POINTS_PER_IN = 72.0
+end