newrelic_rpm 2.13.4.eum1 → 2.13.4.eum2

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of newrelic_rpm might be problematic. Click here for more details.

@@ -20,7 +20,7 @@ module NewRelic
20
20
  file = "\"#{options[:protocol]}://#{episodes_file}\""
21
21
 
22
22
  <<-eos
23
- <script src=#{file} type="text/javascript"></script><script type="text/javascript" charset="utf-8">NR_RUM.setContext("#{beacon}","#{license_key}","#{application_id}","#{transaction_name}")</script>
23
+ <script src=#{file} type="text/javascript"></script><script type="text/javascript" charset="utf-8">NREUM.setContext("#{beacon}","#{license_key}","#{application_id}","#{transaction_name}")</script>
24
24
  eos
25
25
  end
26
26
 
@@ -36,7 +36,7 @@ eos
36
36
  app_time = ((Time.now - frame.start).to_f * 1000.0).round
37
37
 
38
38
  <<-eos
39
- <script type="text/javascript" charset="utf-8">NR_RUM.recordFooter(#{queue_time},#{app_time})</script>
39
+ <script type="text/javascript" charset="utf-8">NREUM.recordFooter(#{queue_time},#{app_time})</script>
40
40
  eos
41
41
  end
42
42
  end
@@ -4,7 +4,7 @@ module NewRelic
4
4
  MAJOR = 2
5
5
  MINOR = 13
6
6
  TINY = 4
7
- BUILD = 'eum1' #'0' # Set to nil for a release, 'beta1', 'alpha', etc for prerelease builds
7
+ BUILD = 'eum2' #'0' # Set to nil for a release, 'beta1', 'alpha', etc for prerelease builds
8
8
  STRING = [MAJOR, MINOR, TINY, BUILD].compact.join('.')
9
9
  end
10
10
 
data/newrelic_rpm.gemspec CHANGED
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{newrelic_rpm}
8
- s.version = "2.13.4.eum1"
8
+ s.version = "2.13.4.eum2"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Bill Kayser", "Justin George"]
12
- s.date = %q{2011-02-11}
12
+ s.date = %q{2011-02-14}
13
13
  s.description = %q{New Relic RPM is a Ruby performance management system, developed by
14
14
  New Relic, Inc (http://www.newrelic.com). RPM provides you with deep
15
15
  information about the performance of your Ruby on Rails or Merb
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: newrelic_rpm
3
3
  version: !ruby/object:Gem::Version
4
- hash: -1847304032
4
+ hash: -1847304031
5
5
  prerelease: true
6
6
  segments:
7
7
  - 2
8
8
  - 13
9
9
  - 4
10
- - eum1
11
- version: 2.13.4.eum1
10
+ - eum2
11
+ version: 2.13.4.eum2
12
12
  platform: ruby
13
13
  authors:
14
14
  - Bill Kayser
@@ -17,7 +17,7 @@ autorequire:
17
17
  bindir: bin
18
18
  cert_chain: []
19
19
 
20
- date: 2011-02-11 00:00:00 -08:00
20
+ date: 2011-02-14 00:00:00 -08:00
21
21
  default_executable:
22
22
  dependencies:
23
23
  - !ruby/object:Gem::Dependency