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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a4563a727c2d24286d6bee498c2f7560cd586208
4
- data.tar.gz: b7dd937e6544d3dfe2b7af675d1723bf973ddc0c
3
+ metadata.gz: 73a0fd7ad647e0379f586f2b4a778a5c54495a60
4
+ data.tar.gz: 1223465e8df2b70617841e879af5b9823a2bd8e6
5
5
  SHA512:
6
- metadata.gz: 54c81caa7ef34c047e288e034750d86165060517283cc021d686a23d2370be6af129a511e06cbbfee78eb03c79f8345e71f27f383cdd414ab3f0db1db833d7bb
7
- data.tar.gz: b99ce4c90b2a3ab5f4deac78e822665ea94474fbd9f523e15312daa16fc7415a5be1333245b96b783171a865ec637bcdd93223837b307b64f7446722f372ba28
6
+ metadata.gz: 995dde4f0230b4a36bf789ab5a72b2dc2550265b8c1af3d37014af0663cd9f4c4a8219168612f5d51dece8a5ccfadef161934a2774ab60d259767aa6d4a7049f
7
+ data.tar.gz: baf97745b36a3a66cebe8edd48664b23352456e13888a35bb03839825ec9c8d768f40b6f807d431cb3cd7224e6753fcfaa3e85a6f2ea0cc285035fb7f04073e2
checksums.yaml.gz.sig CHANGED
Binary file
data/CHANGELOG.md CHANGED
@@ -1,3 +1,6 @@
1
+ ### Version 1.1.0
2
+ * Add HTTP proxy support
3
+
1
4
  ### Version 1.0.0
2
5
  * Add Active Job support for job counters and timings
3
6
  * Add `VersionSpecifier` to manage Rails version runtime dependencies
@@ -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
 
@@ -1,5 +1,5 @@
1
1
  module Librato
2
2
  module Rails
3
- VERSION = "1.0.0"
3
+ VERSION = "1.1.0"
4
4
  end
5
5
  end
@@ -5,6 +5,7 @@ test:
5
5
  flush_interval: 30
6
6
  source: 'custom-1'
7
7
  source_pids: false
8
+ proxy: 'http://localhost:8080'
8
9
 
9
10
  production:
10
11
  user: 'live@bar.com'
@@ -44,6 +44,7 @@ module Librato
44
44
  assert_equal 30, config.flush_interval
45
45
  assert_equal 'custom-1', config.source
46
46
  assert_equal false, config.source_pids
47
+ assert_equal 'http://localhost:8080', config.proxy
47
48
  assert config.explicit_source?, 'source is explicit'
48
49
  end
49
50
 
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.0.0
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-02 00:00:00.000000000 Z
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.5.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.5.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