lib/hoe.rb in hoe-4.0.2 vs lib/hoe.rb in hoe-4.0.3
- old
+ new
@@ -85,11 +85,11 @@
class Hoe
include Rake::DSL if defined?(Rake::DSL)
# duh
- VERSION = "4.0.2"
+ VERSION = "4.0.3"
@@plugins = [:clean, :debug, :deps, :flay, :flog, :newb, :package,
:publish, :gemcutter, :signing, :test]
@bad_plugins = []
@@ -456,10 +456,10 @@
##
# Specify a license for your gem.
# Call it multiple times if you are releasing under multiple licenses.
#
def license name
- self.licenses << name
+ self.licenses << name.to_s
end
##
# Add a dependency declaration to your spec. Pass :dev to
# +type+ for developer dependencies.