lib/latinum.rb in latinum-0.2.5 vs lib/latinum.rb in latinum-0.3.0
- old
+ new
@@ -1,6 +1,6 @@
-# Copyright (c) 2012 Samuel G. D. Williams. <http://www.oriontransfer.co.nz>
+# Copyright, 2012, by Samuel G. D. Williams. <http://www.codeotaku.com>
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
# in the Software without restriction, including without limitation the rights
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
@@ -23,8 +23,8 @@
require 'latinum/collection'
require 'bigdecimal'
require 'bigdecimal/util'
-if RUBY_VERSION < "1.9"
+if RUBY_VERSION < "1.9.3"
require 'latinum/extensions/bigdecimal-1.8'
end