oboe 1.3.2 → 1.3.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,5 @@
1
+ <script type="text/javascript">(function(){var d=this._tly={q:[],mark:function(a,b){d.q.push(["mark",a,b||(new Date).getTime()])},measure:function(a,b,c){d.q.push(["measure",a,b,c||(new Date).getTime()])},done:function(a){d.q.push(["done",a])},cid:"<%= Oboe::Config[:rum_id] %>",xt:"<%= Oboe::Context.toString %>"};d.mark("firstbyte");var f;f=function(){};var g=0;function h(a){return function(b){b[a]||(b[a]=!0,d.measure(["_ajax",b.a,a]))}}var i=h("recv"),j=h("send");
2
+ function l(){var a=this&&this._tl,b=a.b;4===this.readyState&&i(a);f();for(a=0;a<b.length;a++)b[a].apply(this,arguments)}var m=this.XMLHttpRequest,n=m&&m.prototype;
3
+ if(n){var o=n.open;n.open=function(a,b,c,e,u){f();this._tl||(this._tl={a:g++,async:c,b:[]},d.measure(["_ajax",this._tl.a,"init",a,b]));return e?o.call(this,a,b,c,e,u):o.call(this,a,b,c)};var p=n.send;n.send=function(a){function b(){try{var a;a:{var b=l;try{if(c.addEventListener){c.addEventListener("readystatechange",b);a=!0;break a}}catch(w){}a=!1}if(!a){var k=c.onreadystatechange;if(k){if(!k.apply)return;f();e.b.push(k)}f();c.onreadystatechange=l}}catch(x){}}var c=this,e=c&&c._tl;f();b();j(e);a=
4
+ p.call(c,a);!e.async||4===c.readyState?i(e):setTimeout(function(){try{4===c.readyState?i(e):c.onreadystatechange!==l&&b()}catch(a){}},0);return a}}this.onerror=function(a,b,c){d.measure(["_jserror ",a,"|",b,"|",c].join(""))};var q=this.attachEvent,r=this.addEventListener;var s=function(){d.measure("winload");d.done()};q?q("onload",s):r&&r("load",s,!1);var t=document.createElement("script");t.type="text/javascript";t.async=!0;t.src=("http:"===document.location.protocol?"http:":"https:")+"//d2gfdmu30u15x7.cloudfront.net/1/tly.js";
5
+ var v=document.getElementsByTagName("script")[0];v.parentNode.insertBefore(t,v);}());</script>
@@ -0,0 +1 @@
1
+ <script type="text/javascript">this._tly&&this._tly.measure("domload");</script>
@@ -0,0 +1,3 @@
1
+ <script type="text/javascript">(function(){var b=this._tly={q:[],mark:function(a,c){b.q.push(["mark",a,c||(new Date).getTime()])},measure:function(a,c,e){b.q.push(["measure",a,c,e||(new Date).getTime()])},done:function(a){b.q.push(["done",a])},cid:"<%= Oboe::Config[:rum_id] %>",xt:"<%= Oboe::Context.toString %>"};b.mark("firstbyte");this.onerror=function(a,c,e){b.measure(["_jserror ",a,"|",c,"|",e].join(""))};var d=this.attachEvent,f=this.addEventListener;var g=function(){b.measure("winload");b.done()};d?d("onload",g):f&&f("load",g,!1);var h=document.createElement("script");
2
+ h.type="text/javascript";h.async=!0;h.src=("http:"===document.location.protocol?"http:":"https:")+"//d2gfdmu30u15x7.cloudfront.net/1/tly.js";var i=document.getElementsByTagName("script")[0];i.parentNode.insertBefore(h,i);}());</script>
3
+
@@ -2,7 +2,7 @@ module Oboe
2
2
  module Version
3
3
  MAJOR = 1
4
4
  MINOR = 3
5
- PATCH = 2
5
+ PATCH = 3
6
6
  BUILD = nil
7
7
 
8
8
  STRING = [MAJOR, MINOR, PATCH, BUILD].compact.join('.')
metadata CHANGED
@@ -1,32 +1,24 @@
1
- --- !ruby/object:Gem::Specification
1
+ --- !ruby/object:Gem::Specification
2
2
  name: oboe
3
- version: !ruby/object:Gem::Version
4
- hash: 31
3
+ version: !ruby/object:Gem::Version
4
+ version: 1.3.3
5
5
  prerelease:
6
- segments:
7
- - 1
8
- - 3
9
- - 2
10
- version: 1.3.2
11
6
  platform: ruby
12
- authors:
7
+ authors:
13
8
  - Tracelytics, Inc.
14
9
  autorequire:
15
10
  bindir: bin
16
11
  cert_chain: []
17
-
18
- date: 2012-09-12 00:00:00 Z
12
+ date: 2012-09-12 00:00:00.000000000 Z
19
13
  dependencies: []
20
-
21
14
  description: The oboe gem provides Tracelytics instrumentation for Ruby and Ruby frameworkes.
22
15
  email: contact@tracelytics.com
23
16
  executables: []
24
-
25
- extensions:
17
+ extensions:
26
18
  - ext/oboe_metal/extconf.rb
27
- extra_rdoc_files:
19
+ extra_rdoc_files:
28
20
  - LICENSE
29
- files:
21
+ files:
30
22
  - lib/oboe_metal.rb
31
23
  - lib/oboe.rb
32
24
  - lib/oboe/loading.rb
@@ -47,6 +39,9 @@ files:
47
39
  - lib/oboe/frameworks/rails/inst/memcached.rb
48
40
  - lib/oboe/frameworks/rails/rails.rb
49
41
  - lib/oboe_fu.rb
42
+ - lib/oboe/frameworks/rails/helpers/rum/rum_footer.js.erb
43
+ - lib/oboe/frameworks/rails/helpers/rum/rum_ajax_header.js.erb
44
+ - lib/oboe/frameworks/rails/helpers/rum/rum_header.js.erb
50
45
  - ext/oboe_metal/noop/noop.c
51
46
  - ext/oboe_metal/src/oboe_wrap.cxx
52
47
  - ext/oboe_metal/src/oboe.hpp
@@ -56,36 +51,26 @@ files:
56
51
  - ext/oboe_metal/extconf.rb
57
52
  homepage: http://tracelytics.com
58
53
  licenses: []
59
-
60
54
  post_install_message:
61
55
  rdoc_options: []
62
-
63
- require_paths:
56
+ require_paths:
64
57
  - lib
65
- required_ruby_version: !ruby/object:Gem::Requirement
58
+ required_ruby_version: !ruby/object:Gem::Requirement
66
59
  none: false
67
- requirements:
68
- - - ">="
69
- - !ruby/object:Gem::Version
70
- hash: 3
71
- segments:
72
- - 0
73
- version: "0"
74
- required_rubygems_version: !ruby/object:Gem::Requirement
60
+ requirements:
61
+ - - ! '>='
62
+ - !ruby/object:Gem::Version
63
+ version: '0'
64
+ required_rubygems_version: !ruby/object:Gem::Requirement
75
65
  none: false
76
- requirements:
77
- - - ">="
78
- - !ruby/object:Gem::Version
79
- hash: 3
80
- segments:
81
- - 0
82
- version: "0"
66
+ requirements:
67
+ - - ! '>='
68
+ - !ruby/object:Gem::Version
69
+ version: '0'
83
70
  requirements: []
84
-
85
71
  rubyforge_project:
86
- rubygems_version: 1.8.24
72
+ rubygems_version: 1.8.11
87
73
  signing_key:
88
74
  specification_version: 3
89
75
  summary: Tracelytics instrumentation gem
90
76
  test_files: []
91
-