summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Davis <ryand@zenspider.com>2013-07-24 13:06:26 -0800
committerRyan Davis <ryand@zenspider.com>2013-07-24 13:06:26 -0800
commit1a1ce620d5456c8bb88cb9cbc0a45d14d7132596 (patch)
treedb6fd91f05a9c986b893d0e04685bc50dddb8a78
parentd93fc123c199e5670799071c3a77fc15790fe3fd (diff)
downloadhoe-3.7.0.tar.gz
prepped for releasev3.7.0
[git-p4: depot-paths = "//src/hoe/dev/": change = 8835]
-rw-r--r--History.txt6
-rw-r--r--lib/hoe.rb2
2 files changed, 7 insertions, 1 deletions
diff --git a/History.txt b/History.txt
index 8ea6cac..8ec3b89 100644
--- a/History.txt
+++ b/History.txt
@@ -1,3 +1,9 @@
+=== 3.7.0 / 2013-07-24
+
+* 1 minor enhancement:
+
+ * Warn and default to MIT license if not set.
+
=== 3.6.3 / 2013-06-20
* 1 bug fix:
diff --git a/lib/hoe.rb b/lib/hoe.rb
index 3923e41..22e1bee 100644
--- a/lib/hoe.rb
+++ b/lib/hoe.rb
@@ -91,7 +91,7 @@ class Hoe
include Rake::DSL if defined?(Rake::DSL)
# duh
- VERSION = "3.6.3"
+ VERSION = "3.7.0"
@@plugins = [:clean, :debug, :deps, :flay, :flog, :newb, :package,
:publish, :gemcutter, :signing, :test]