skylight 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
metadata ADDED
@@ -0,0 +1,85 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: skylight
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.2
5
+ prerelease:
6
+ platform: ruby
7
+ authors:
8
+ - Tilde, Inc.
9
+ autorequire:
10
+ bindir: bin
11
+ cert_chain: []
12
+ date: 2013-01-29 00:00:00.000000000 Z
13
+ dependencies:
14
+ - !ruby/object:Gem::Dependency
15
+ name: activesupport
16
+ requirement: !ruby/object:Gem::Requirement
17
+ none: false
18
+ requirements:
19
+ - - ! '>='
20
+ - !ruby/object:Gem::Version
21
+ version: 3.0.0
22
+ type: :runtime
23
+ prerelease: false
24
+ version_requirements: !ruby/object:Gem::Requirement
25
+ none: false
26
+ requirements:
27
+ - - ! '>='
28
+ - !ruby/object:Gem::Version
29
+ version: 3.0.0
30
+ description: Currently in pre-alpha.
31
+ email:
32
+ - engineering@tilde.io
33
+ executables: []
34
+ extensions: []
35
+ extra_rdoc_files: []
36
+ files:
37
+ - lib/skylight.rb
38
+ - lib/skylight/compat.rb
39
+ - lib/skylight/compat/notifications.rb
40
+ - lib/skylight/compat/notifications/fanout.rb
41
+ - lib/skylight/compat/notifications/instrumenter.rb
42
+ - lib/skylight/config.rb
43
+ - lib/skylight/connection.rb
44
+ - lib/skylight/instrumenter.rb
45
+ - lib/skylight/json_proto.rb
46
+ - lib/skylight/middleware.rb
47
+ - lib/skylight/railtie.rb
48
+ - lib/skylight/subscriber.rb
49
+ - lib/skylight/trace.rb
50
+ - lib/skylight/util/atomic.rb
51
+ - lib/skylight/util/bytes.rb
52
+ - lib/skylight/util/clock.rb
53
+ - lib/skylight/util/ewma.rb
54
+ - lib/skylight/util/gzip.rb
55
+ - lib/skylight/util/queue.rb
56
+ - lib/skylight/util/uniform_sample.rb
57
+ - lib/skylight/util/uuid.rb
58
+ - lib/skylight/version.rb
59
+ - lib/skylight/worker.rb
60
+ - README.md
61
+ homepage: http://www.skylight.io
62
+ licenses: []
63
+ post_install_message:
64
+ rdoc_options: []
65
+ require_paths:
66
+ - lib
67
+ required_ruby_version: !ruby/object:Gem::Requirement
68
+ none: false
69
+ requirements:
70
+ - - ! '>='
71
+ - !ruby/object:Gem::Version
72
+ version: 1.9.2
73
+ required_rubygems_version: !ruby/object:Gem::Requirement
74
+ none: false
75
+ requirements:
76
+ - - ! '>='
77
+ - !ruby/object:Gem::Version
78
+ version: '0'
79
+ requirements: []
80
+ rubyforge_project:
81
+ rubygems_version: 1.8.24
82
+ signing_key:
83
+ specification_version: 3
84
+ summary: Skylight is a ruby application monitoring tool.
85
+ test_files: []