lib/hoe.rb in hoe-2.12.0 vs lib/hoe.rb in hoe-2.12.1
- old
+ new
@@ -66,11 +66,11 @@
class Hoe
include Rake::DSL if defined?(Rake::DSL)
# duh
- VERSION = '2.12.0'
+ VERSION = '2.12.1'
@@plugins = [:clean, :debug, :deps, :flay, :flog, :newb, :package,
:publish, :rcov, :gemcutter, :signing, :test]
##
@@ -95,10 +95,10 @@
}
##
# True if you're a masochistic developer. Used for building commands.
- WINDOZE = Config::CONFIG['host_os'] =~ /mswin|mingw/ unless defined? WINDOZE
+ WINDOZE = RbConfig::CONFIG['host_os'] =~ /mswin|mingw/ unless defined? WINDOZE
##
# *MANDATORY*: The author(s) of the package. (can be array)
#
# Use the #developer method to fill in both author and email cleanly.