site24x7_apminsight 1.8.1 → 1.8.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.3.0
1
+ 1.8.2
@@ -3,7 +3,7 @@ require 'json'
3
3
  require 'socket'
4
4
  require 'net/http'
5
5
  require 'agent/am_objectholder'
6
- require 'version'
6
+ require 'agent/version'
7
7
 
8
8
  module ManageEngine
9
9
  class APMConfig
@@ -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
@@ -6,8 +6,8 @@
6
6
 
7
7
  module ManageEngine
8
8
  class APMInsight
9
- VERSION = '1.8.1'
9
+ VERSION = '1.8.2'
10
10
  MAJOR_VERSION = '1.8'
11
- MINOR_VERSION = '1'
11
+ MINOR_VERSION = '2'
12
12
  end
13
13
  end
@@ -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
- - 1
9
- version: 1.8.1
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-05-08 00:00:00 +05:30
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: []