site24x7_apminsight 1.8.1 → 1.8.2
Sign up to get free protection for your applications and to get access to all the features.
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.8.2
|
@@ -53,7 +53,7 @@ module ManageEngine
|
|
53
53
|
@site24x7USurl = "https://plusinsight.site24x7.com/"
|
54
54
|
@site24x7EUurl = "https://plusinsight.site24x7.eu/"
|
55
55
|
@site24x7CNurl = "https://plusinsight.site24x7.cn/"
|
56
|
-
@site24x7AUurl = "https://plusinsight.site24x7.au/"
|
56
|
+
@site24x7AUurl = "https://plusinsight.site24x7.net.au/"
|
57
57
|
@site24x7INurl = "https://plusinsight.site24x7.in/"
|
58
58
|
|
59
59
|
#Response Codes
|
data/site24x7-agent.gemspec
CHANGED
@@ -3,7 +3,7 @@
|
|
3
3
|
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
|
4
4
|
# -*- encoding: utf-8 -*-
|
5
5
|
|
6
|
-
require './lib/version'
|
6
|
+
require './lib/agent/version'
|
7
7
|
require 'date'
|
8
8
|
|
9
9
|
Gem::Specification.new do |s|
|
@@ -28,7 +28,6 @@ Gem::Specification.new do |s|
|
|
28
28
|
'VERSION',
|
29
29
|
'site24x7-agent.gemspec',
|
30
30
|
'conf/apminsight.conf',
|
31
|
-
'lib/version.rb',
|
32
31
|
'lib/site24x7_apminsight.rb',
|
33
32
|
'lib/agent/**/*'
|
34
33
|
]
|
metadata
CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
5
5
|
segments:
|
6
6
|
- 1
|
7
7
|
- 8
|
8
|
-
-
|
9
|
-
version: 1.8.
|
8
|
+
- 2
|
9
|
+
version: 1.8.2
|
10
10
|
platform: ruby
|
11
11
|
authors:
|
12
12
|
- Adithyan P
|
@@ -14,7 +14,7 @@ autorequire:
|
|
14
14
|
bindir: bin
|
15
15
|
cert_chain: []
|
16
16
|
|
17
|
-
date: 2019-
|
17
|
+
date: 2019-09-24 00:00:00 +05:30
|
18
18
|
default_executable:
|
19
19
|
dependencies:
|
20
20
|
- !ruby/object:Gem::Dependency
|
@@ -104,7 +104,6 @@ files:
|
|
104
104
|
- VERSION
|
105
105
|
- site24x7-agent.gemspec
|
106
106
|
- conf/apminsight.conf
|
107
|
-
- lib/version.rb
|
108
107
|
- lib/site24x7_apminsight.rb
|
109
108
|
- lib/agent/am_objectholder.rb
|
110
109
|
- lib/agent/api/custom_tracker.rb
|
@@ -134,6 +133,7 @@ files:
|
|
134
133
|
- lib/agent/util/am_constants.rb
|
135
134
|
- lib/agent/util/am_util.rb
|
136
135
|
- lib/agent/util/transaction_util.rb
|
136
|
+
- lib/agent/version.rb
|
137
137
|
has_rdoc: true
|
138
138
|
homepage: https://www.site24x7.com/help/apm/ruby-agent.html
|
139
139
|
licenses: []
|