summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Davis <ryand@zenspider.com>2008-10-24 15:23:04 -0800
committerRyan Davis <ryand@zenspider.com>2008-10-24 15:23:04 -0800
commit6e9c20b418ddd5f873f491afea5141821e3e0a90 (patch)
tree34e3d6c1dbb1f45522e34e66db822761d1837e7d
parent87a9f2e3646c1e594a2986e5ff8f8065dcc95ad2 (diff)
downloadhoe-6e9c20b418ddd5f873f491afea5141821e3e0a90.tar.gz
Prepping for release
[git-p4: depot-paths = "//src/hoe/dev/": change = 4424]
-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 8ce9cbb..1ee0d69 100644
--- a/History.txt
+++ b/History.txt
@@ -1,3 +1,9 @@
+=== 1.8.2 / 2008-10-24:
+
+* 1 minor enhancement:
+
+ * Now asks Inline for known inlined classes if you package w/ INLINE=1.
+
=== 1.8.1 / 2008-10-22
* 1 bug fix:
diff --git a/lib/hoe.rb b/lib/hoe.rb
index 1cd5fab..9c492e5 100644
--- a/lib/hoe.rb
+++ b/lib/hoe.rb
@@ -124,7 +124,7 @@ end
#
class Hoe
- VERSION = '1.8.1'
+ VERSION = '1.8.2'
GEMURL = URI.parse 'http://gems.rubyforge.org' # for namespace :deps below
ruby_prefix = Config::CONFIG['prefix']