librato-rails 1.0.0 → 1.1.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.
- checksums.yaml +4 -4
- checksums.yaml.gz.sig +0 -0
- data/CHANGELOG.md +3 -0
- data/lib/librato/rails/configuration.rb +1 -1
- data/lib/librato/rails/version.rb +1 -1
- data/test/fixtures/config/librato.yml +1 -0
- data/test/unit/configuration_test.rb +1 -0
- data.tar.gz.sig +0 -0
- metadata +4 -4
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 73a0fd7ad647e0379f586f2b4a778a5c54495a60
|
|
4
|
+
data.tar.gz: 1223465e8df2b70617841e879af5b9823a2bd8e6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 995dde4f0230b4a36bf789ab5a72b2dc2550265b8c1af3d37014af0663cd9f4c4a8219168612f5d51dece8a5ccfadef161934a2774ab60d259767aa6d4a7049f
|
|
7
|
+
data.tar.gz: baf97745b36a3a66cebe8edd48664b23352456e13888a35bb03839825ec9c8d768f40b6f807d431cb3cd7224e6753fcfaa3e85a6f2ea0cc285035fb7f04073e2
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
data/CHANGELOG.md
CHANGED
|
@@ -8,7 +8,7 @@ module Librato
|
|
|
8
8
|
# https://github.com/librato/librato-rack/blob/master/lib/librato/rack/configuration.rb
|
|
9
9
|
#
|
|
10
10
|
class Configuration < Rack::Configuration
|
|
11
|
-
CONFIG_SETTABLE = %w{user token flush_interval log_level prefix source source_pids}
|
|
11
|
+
CONFIG_SETTABLE = %w{user token flush_interval log_level prefix source source_pids proxy}
|
|
12
12
|
|
|
13
13
|
attr_accessor :config_by, :config_file
|
|
14
14
|
|
data.tar.gz.sig
CHANGED
|
Binary file
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: librato-rails
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.1.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Matt Sanders
|
|
@@ -29,7 +29,7 @@ cert_chain:
|
|
|
29
29
|
hvjx0WJP8pzZMJPKJBRZQXJO5ifEPyKjZyMi5XMHmrtDclHLj3sx4RAvEZjGWkRP
|
|
30
30
|
JSQ=
|
|
31
31
|
-----END CERTIFICATE-----
|
|
32
|
-
date: 2015-12-
|
|
32
|
+
date: 2015-12-14 00:00:00.000000000 Z
|
|
33
33
|
dependencies:
|
|
34
34
|
- !ruby/object:Gem::Dependency
|
|
35
35
|
name: railties
|
|
@@ -65,14 +65,14 @@ dependencies:
|
|
|
65
65
|
requirements:
|
|
66
66
|
- - '='
|
|
67
67
|
- !ruby/object:Gem::Version
|
|
68
|
-
version: 0.
|
|
68
|
+
version: 0.6.0
|
|
69
69
|
type: :runtime
|
|
70
70
|
prerelease: false
|
|
71
71
|
version_requirements: !ruby/object:Gem::Requirement
|
|
72
72
|
requirements:
|
|
73
73
|
- - '='
|
|
74
74
|
- !ruby/object:Gem::Version
|
|
75
|
-
version: 0.
|
|
75
|
+
version: 0.6.0
|
|
76
76
|
- !ruby/object:Gem::Dependency
|
|
77
77
|
name: sqlite3
|
|
78
78
|
requirement: !ruby/object:Gem::Requirement
|
metadata.gz.sig
CHANGED
|
Binary file
|