Rakefile in right_http_connection-1.1.0 vs Rakefile in right_http_connection-1.2.0
- old
+ new
@@ -7,11 +7,11 @@
require 'rake/rdoctask'
require 'rake/contrib/rubyforgepublisher'
require 'fileutils'
require 'hoe'
include FileUtils
-require File.join(File.dirname(__FILE__), 'lib', 'right_http_connection', 'version')
+require File.join(File.dirname(__FILE__), 'lib', 'right_http_connection')
AUTHOR = 'RightScale' # can also be an array of Authors
EMAIL = "support@rightscale.com"
DESCRIPTION = "RightScale's robust HTTP/S connection module"
GEM_NAME = 'right_http_connection' # what ppl will type to install your gem
@@ -44,10 +44,10 @@
p.summary = DESCRIPTION
p.url = HOMEPATH
p.rubyforge_name = RUBYFORGE_PROJECT if RUBYFORGE_PROJECT
p.test_globs = ["test/**/test_*.rb"]
p.clean_globs = CLEAN #An array of file patterns to delete on clean.
- p.remote_rdoc_dir = "/right_http_gem_doc"
+ p.remote_rdoc_dir = "right_http_gem_doc"
# == Optional
p.changes = p.paragraphs_of("History.txt", 0..1).join("\n\n")
#p.extra_deps = [] # An array of rubygem dependencies [name, version], e.g. [ ['active_support', '>= 1.3.1'] ]
#p.spec_extras = {} # A hash of extra values to set in the gemspec.