Markdown formatting fixes.
[arvados.git] / Rakefile
index 273cb584959ad31d77cdcc55872b3ea4bfcf03f9..74243aab80c19bcebd3f9c0460a913118a3d4a1b 100644 (file)
--- a/Rakefile
+++ b/Rakefile
@@ -9,10 +9,12 @@ require 'rake/rdoctask'
 require 'rake/packagetask'
 require 'rake/gempackagetask'
 
+gem 'rspec', '~> 1.2.9'
 begin
   require 'spec/rake/spectask'
 rescue LoadError
-  STDERR.puts 'Please install RSpec.'
+  STDERR.puts "Please install rspec:"
+  STDERR.puts "sudo gem install rspec"
   exit(1)
 end
 
@@ -26,6 +28,8 @@ PKG_HOMEPAGE       = 'http://code.google.com/p/google-api-ruby-client/'
 
 RELEASE_NAME       = "REL #{PKG_VERSION}"
 
+PKG_AUTHOR         = "Bob Aman"
+PKG_AUTHOR_EMAIL   = "bobaman@google.com"
 PKG_SUMMARY        = 'Package Summary'
 PKG_DESCRIPTION    = <<-TEXT
 The Google API Ruby Client makes it trivial to discover and access supported