Rakefile in apminsight-1.0.0 vs Rakefile in apminsight-1.0.1

- old
+ new

@@ -13,16 +13,16 @@ require 'jeweler' Jeweler::Tasks.new do |gem| # gem is a Gem::Specification... see http://docs.rubygems.org/read/chapter/20 for more options gem.name = "apminsight" - gem.homepage = "http://github.com/defunkt/manageengine_rubyagent" + gem.homepage = "http://www.manageengine.com/products/applications_manager/ruby-webtransaction-monitoring.html" gem.license = "MIT" gem.summary = %Q{Application Performace Monitor} gem.description = %Q{Application Performace Monitor : Monitor the web tranasactions} - gem.email = "sabarinathan@zohcorp.com" - gem.authors = ["Sabari"] + gem.email = "apm-insight@zohocorp.com" + gem.authors = ["Sabarinathan P"] gem.files=Dir.glob('lib/**/*.*') # dependencies defined in Gemfile end Jeweler::RubygemsDotOrgTasks.new @@ -46,10 +46,10 @@ require 'rake/rdoctask' Rake::RDocTask.new do |rdoc| version = File.exist?('VERSION') ? File.read('VERSION') : "" rdoc.rdoc_dir = 'rdoc' - rdoc.title = "apm-agent #{version}" + rdoc.title = "apminsight #{version}" rdoc.rdoc_files.include('README*') rdoc.rdoc_files.include('lib/**/*.*') rdoc.rdoc_files.include('lib/agent/**/*.*') rdoc.rdoc_files.include('lib/agent/*.*') rdoc.rdoc_files.include('lib/agent/logging/*.*')