apminsight 0.0.3 → 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/VERSION +1 -1
  2. metadata +18 -16
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.3
1
+ 1.0.0
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: apminsight
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 1.0.0
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -13,7 +13,7 @@ date: 2012-03-15 00:00:00.000000000Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: shoulda
16
- requirement: &27137952 !ruby/object:Gem::Requirement
16
+ requirement: &28252068 !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
19
  - - ! '>='
@@ -21,10 +21,10 @@ dependencies:
21
21
  version: '0'
22
22
  type: :development
23
23
  prerelease: false
24
- version_requirements: *27137952
24
+ version_requirements: *28252068
25
25
  - !ruby/object:Gem::Dependency
26
26
  name: bundler
27
- requirement: &27137664 !ruby/object:Gem::Requirement
27
+ requirement: &28251780 !ruby/object:Gem::Requirement
28
28
  none: false
29
29
  requirements:
30
30
  - - ~>
@@ -32,10 +32,10 @@ dependencies:
32
32
  version: 1.0.0
33
33
  type: :development
34
34
  prerelease: false
35
- version_requirements: *27137664
35
+ version_requirements: *28251780
36
36
  - !ruby/object:Gem::Dependency
37
37
  name: jeweler
38
- requirement: &27137376 !ruby/object:Gem::Requirement
38
+ requirement: &28251492 !ruby/object:Gem::Requirement
39
39
  none: false
40
40
  requirements:
41
41
  - - ~>
@@ -43,10 +43,10 @@ dependencies:
43
43
  version: 1.6.4
44
44
  type: :development
45
45
  prerelease: false
46
- version_requirements: *27137376
46
+ version_requirements: *28251492
47
47
  - !ruby/object:Gem::Dependency
48
48
  name: rcov
49
- requirement: &27137088 !ruby/object:Gem::Requirement
49
+ requirement: &28251204 !ruby/object:Gem::Requirement
50
50
  none: false
51
51
  requirements:
52
52
  - - ! '>='
@@ -54,10 +54,10 @@ dependencies:
54
54
  version: '0'
55
55
  type: :development
56
56
  prerelease: false
57
- version_requirements: *27137088
57
+ version_requirements: *28251204
58
58
  - !ruby/object:Gem::Dependency
59
59
  name: rails
60
- requirement: &27136800 !ruby/object:Gem::Requirement
60
+ requirement: &28250916 !ruby/object:Gem::Requirement
61
61
  none: false
62
62
  requirements:
63
63
  - - ! '>='
@@ -65,16 +65,17 @@ dependencies:
65
65
  version: 3.0.0
66
66
  type: :development
67
67
  prerelease: false
68
- version_requirements: *27136800
68
+ version_requirements: *28250916
69
69
  description: ! 'ManageEngine Applications Manager APM Insight gives you end-to-end
70
70
  web-transaction awareness of Rails applications enabling you to isolate performance
71
71
  issues and resolve them quickly. To monitor Rails application performance, download
72
72
  and deploy Applications Manager''s Ruby agent(apminsight) in your Application Server.
73
- This agent allows you to send information about Ruby applications.
73
+ This agent allows you to send information about Ruby applications.<br>
74
74
 
75
75
 
76
76
  You can install APM Insight Agent via Rubygems or download it from Applications
77
- Manager''s website:http://manageengine/products/applications_manager/apm-insight-agent-installation.html'
77
+ Manager''s website: <a href=''http://manageengine/products/applications_manager/apm-insight-agent-installation.html''
78
+ >http://manageengine/products/applications_manager/apm-insight-agent-installation.html</a>'
78
79
  email: apm-insight@zohocorp.com
79
80
  executables: []
80
81
  extensions: []
@@ -102,7 +103,7 @@ files:
102
103
  - lib/agent/server/worker/am_worker.rb
103
104
  - lib/agent/server/instrument/am_apm.rb
104
105
  - lib/agent/server/instrument/am_instrumenter.rb
105
- homepage: http://www.manageengine.com
106
+ homepage: http://www.manageengine.com/products/applications_manager/ruby-webtransaction-monitoring.html
106
107
  licenses: []
107
108
  post_install_message:
108
109
  rdoc_options: []
@@ -129,6 +130,7 @@ summary: ! 'ManageEngine Applications Manager APM Insight gives you end-to-end w
129
130
  awareness of Rails applications enabling you to isolate performance issues and resolve
130
131
  them quickly. To monitor Rails application performance, download and deploy Applications
131
132
  Manager''s Ruby agent(apminsight) in your Application Server. This agent allows
132
- you to send information about Ruby applications. You can install APM Insight Agent
133
- via Rubygems or download it from Applications Manager''s website : http://manageengine/products/applications_manager/apm-insight-agent-installation.html'
133
+ you to send information about Ruby applications.<br> You can install APM Insight
134
+ Agent via Rubygems or download it from Applications Manager''s website : <a href=''http://manageengine/products/applications_manager/apm-insight-agent-installation.html''
135
+ >http://manageengine/products/applications_manager/apm-insight-agent-installation.html</a>'
134
136
  test_files: []