# Generated by jeweler # DO NOT EDIT THIS FILE DIRECTLY # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec' # -*- encoding: utf-8 -*- require './lib/agent/version' require 'date' Gem::Specification.new do |s| s.name = "apminsight" s.version = ManageEngine::APMInsight::VERSION s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Adithyan P"] s.date = Date.today.to_s s.description = "ManageEngine Applications Manager APM Insight gives you end-to-end web-transaction awareness of Rails applications enabling you to isolate performance issues and resolve them quickly. To monitor Rails application performance, download and deploy Applications Manager's Ruby agent(apminsight) in your Application Server. This agent allows you to send information about Ruby applications. You can install APM Insight Agent via Rubygems or download it from Applications Manager's website: http://www.manageengine.com/products/applications_manager/apm-insight-agent-installation.html" s.email = "apm-insight@zohocorp.com" s.extra_rdoc_files = [ "LICENSE.txt", "README.rdoc" ] s.files = Dir[ 'LICENSE.txt', 'README.rdoc', 'Rakefile', 'VERSION', 'apm-agent.gemspec', 'conf/apminsight.conf', 'lib/apminsight.rb', 'lib/agent/**/*' ] s.homepage = "http://www.manageengine.com/products/applications_manager/ruby-webtransaction-monitoring.html" s.require_paths = ["lib"] s.rubygems_version = "1.8.15" s.summary = "ManageEngine Applications Manager APM Insight gives you end-to-end web-transaction awareness of Rails applications enabling you to isolate performance issues and resolve them quickly. To monitor Rails application performance, download and deploy Applications Manager's Ruby agent(apminsight) in your Application Server. This agent allows you to send information about Ruby applications. You can install APM Insight Agent via Rubygems or download it from Applications Manager's website : http://www.manageengine.com/products/applications_manager/apm-insight-agent-installation.html" if s.respond_to? :specification_version then s.specification_version = 3 if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then s.add_development_dependency(%q, [">= 0"]) s.add_development_dependency(%q, ["~> 1.0.0"]) s.add_development_dependency(%q, ["~> 1.6.4"]) s.add_development_dependency(%q, [">= 0"]) s.add_development_dependency(%q, [">= 3.0.0"]) else s.add_dependency(%q, [">= 0"]) s.add_dependency(%q, ["~> 1.0.0"]) s.add_dependency(%q, ["~> 1.6.4"]) s.add_dependency(%q, [">= 0"]) s.add_dependency(%q, [">= 3.0.0"]) end else s.add_dependency(%q, [">= 0"]) s.add_dependency(%q, ["~> 1.0.0"]) s.add_dependency(%q, ["~> 1.6.4"]) s.add_dependency(%q, [">= 0"]) s.add_dependency(%q, [">= 3.0.0"]) end end