oboe_fu 1.3.0

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.
Files changed (3) hide show
  1. data/LICENSE +4 -0
  2. data/lib/oboe_fu.rb +4 -0
  3. metadata +81 -0
data/LICENSE ADDED
@@ -0,0 +1,4 @@
1
+ Copyright (c) 2012 Tracelytics, Inc. All Rights Reserved. The
2
+ software made available to you by Tracelytics, Inc. and/or through
3
+ your use of tracelytics.com is licensed pursuant to the Terms of
4
+ Service: http://www.tracelytics.com/terms-of-service/
data/lib/oboe_fu.rb ADDED
@@ -0,0 +1,4 @@
1
+
2
+ puts "[oboe_fu] This gem has been deprecated. Please use the 'oboe' gem instead."
3
+ require 'oboe'
4
+
metadata ADDED
@@ -0,0 +1,81 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: oboe_fu
3
+ version: !ruby/object:Gem::Version
4
+ hash: 27
5
+ prerelease:
6
+ segments:
7
+ - 1
8
+ - 3
9
+ - 0
10
+ version: 1.3.0
11
+ platform: ruby
12
+ authors:
13
+ - Tracelytics, Inc.
14
+ autorequire:
15
+ bindir: bin
16
+ cert_chain: []
17
+
18
+ date: 2012-09-19 00:00:00 Z
19
+ dependencies:
20
+ - !ruby/object:Gem::Dependency
21
+ name: oboe
22
+ prerelease: false
23
+ requirement: &id001 !ruby/object:Gem::Requirement
24
+ none: false
25
+ requirements:
26
+ - - "="
27
+ - !ruby/object:Gem::Version
28
+ hash: 27
29
+ segments:
30
+ - 1
31
+ - 3
32
+ - 0
33
+ version: 1.3.0
34
+ type: :runtime
35
+ version_requirements: *id001
36
+ description: This gem has been replace by the 'oboe' gem. Please update.
37
+ email: contact@tracelytics.com
38
+ executables: []
39
+
40
+ extensions: []
41
+
42
+ extra_rdoc_files:
43
+ - LICENSE
44
+ files:
45
+ - lib/oboe_fu.rb
46
+ - LICENSE
47
+ homepage: http://tracelytics.com
48
+ licenses: []
49
+
50
+ post_install_message:
51
+ rdoc_options: []
52
+
53
+ require_paths:
54
+ - lib
55
+ required_ruby_version: !ruby/object:Gem::Requirement
56
+ none: false
57
+ requirements:
58
+ - - ">="
59
+ - !ruby/object:Gem::Version
60
+ hash: 3
61
+ segments:
62
+ - 0
63
+ version: "0"
64
+ required_rubygems_version: !ruby/object:Gem::Requirement
65
+ none: false
66
+ requirements:
67
+ - - ">="
68
+ - !ruby/object:Gem::Version
69
+ hash: 3
70
+ segments:
71
+ - 0
72
+ version: "0"
73
+ requirements: []
74
+
75
+ rubyforge_project:
76
+ rubygems_version: 1.8.24
77
+ signing_key:
78
+ specification_version: 3
79
+ summary: (Deprecated) Oboe instrumentation for Ruby frameworks
80
+ test_files: []
81
+