summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorAdam Jacob <adam@hjksolutions.com>2009-01-13 10:56:23 -0800
committerAdam Jacob <adam@hjksolutions.com>2009-01-13 10:56:23 -0800
commit542bbd1cba9acb6f114ba13ac122aa2b6c286933 (patch)
tree85f78afc1dd4b4f4dd9073a8ddfd8760226c559a /Rakefile
parentf38c36d93728b6ca790ba1c09a34a84ae8a59a22 (diff)
downloadohai-542bbd1cba9acb6f114ba13ac122aa2b6c286933.tar.gz
Fixing version and my name - no 's' in Jacob
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Rakefile b/Rakefile
index 9e4fd22b..03961917 100644
--- a/Rakefile
+++ b/Rakefile
@@ -5,8 +5,8 @@ require 'date'
require 'spec/rake/spectask'
GEM = "ohai"
-GEM_VERSION = "0.1.0"
-AUTHOR = "Adam Jacobs"
+GEM_VERSION = "0.1.1"
+AUTHOR = "Adam Jacob"
EMAIL = "adam@opscode.com"
HOMEPAGE = "http://opscode.com"
SUMMARY = "ohai profiles your system and emits JSON"