summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Davis <ryand@zenspider.com>2009-01-20 14:09:22 -0800
committerRyan Davis <ryand@zenspider.com>2009-01-20 14:09:22 -0800
commit9e46dfc7881ac69f4ec5ab3ba778acf3efe82c1b (patch)
treeeace432d61fbc3bd4dac50b48c1e4d7dee8a8d37
parenta1bcb8e6373fb9d35499b1010071706b21238e9a (diff)
downloadhoe-9e46dfc7881ac69f4ec5ab3ba778acf3efe82c1b.tar.gz
prepping for release
[git-p4: depot-paths = "//src/hoe/dev/": change = 4527]
-rw-r--r--History.txt7
-rw-r--r--lib/hoe.rb2
2 files changed, 8 insertions, 1 deletions
diff --git a/History.txt b/History.txt
index 1ee0d69..8569347 100644
--- a/History.txt
+++ b/History.txt
@@ -1,3 +1,10 @@
+=== 1.8.3 / 2009-01-20:
+
+* 1 minor enhancement:
+
+ * Refactored sow's naming code to Hoe.normalize_names and wrote some
+ tests to flush out inconsistencies.
+
=== 1.8.2 / 2008-10-24:
* 1 minor enhancement:
diff --git a/lib/hoe.rb b/lib/hoe.rb
index 33ad170..234d006 100644
--- a/lib/hoe.rb
+++ b/lib/hoe.rb
@@ -124,7 +124,7 @@ end
#
class Hoe
- VERSION = '1.8.2'
+ VERSION = '1.8.3'
GEMURL = URI.parse 'http://gems.rubyforge.org' # for namespace :deps below
ruby_prefix = Config::CONFIG['prefix']