scout_statsd_rack 0.1.6 → 0.1.7

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: c7688ec12d0fe0185a4b0d091b773b4355125bc9
4
- data.tar.gz: da7193fe03f9601d5381ea7c4231e4279673b80c
3
+ metadata.gz: 0d26895c7a2cae1db1f8ea39e233081c6b2bab4d
4
+ data.tar.gz: 2b3663ab613164318bf99f3f8f3ab8f1940457a0
5
5
  SHA512:
6
- metadata.gz: 15a987073e8c5428080d6821a001f3adc24ed379bbf7ab3b7e0a823b919f71df0815446e1efea2005ee3de43d07c1ba3962396f117b1377b3f44f6688638f2ed
7
- data.tar.gz: 66e28f9a1cd381c4af5775ee52801b4c18790044706c9e7400be5f71f74c1f70ca53bcb28fe899591f87bf2bf132a94a410cbe4e4f2a69209898b12bf1cb3ca5
6
+ metadata.gz: 4d0b602558b3184b1786cd436a3b4df16ad1c98c5b247753e59ca054a91f845343dbb55997563d8b5ef171567b53b4e1b733d25f62cbed5c6cdd682ae79b67b8
7
+ data.tar.gz: df0f74de5081b2203b7ab677327b024e00498db31f1aa9a11dc33c1a10d51740bd91bed054417859f979cb506924b2db107c559c7c40ef766693244e3d43a167
@@ -1,5 +1,9 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.1.7
4
+
5
+ * Removing quotes from class reference
6
+
3
7
  ## 0.1.3
4
8
 
5
9
  * Added 'rack' prefix before metric names.
@@ -14,4 +18,4 @@
14
18
 
15
19
  ## 0.1.6
16
20
 
17
- * Fixed issue #1, Removes dependency on railtie for non-rails users.
21
+ * Fixed issue #1, Removes dependency on railtie for non-rails users.
@@ -1,7 +1,7 @@
1
1
  module ScoutStatsdRack
2
2
  class Railtie < Rails::Railtie
3
3
  initializer "scout_statsd_rack.insert_middleware" do |app|
4
- app.config.middleware.use "ScoutStatsdRack::Middleware"
4
+ app.config.middleware.use ScoutStatsdRack::Middleware
5
5
  end
6
6
  end
7
7
  end
@@ -1,3 +1,3 @@
1
1
  module ScoutStatsdRack
2
- VERSION = "0.1.6"
2
+ VERSION = "0.1.7"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: scout_statsd_rack
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.6
4
+ version: 0.1.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mark Morris
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: exe
11
11
  cert_chain: []
12
- date: 2015-08-28 00:00:00.000000000 Z
12
+ date: 2017-01-13 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: statsd-ruby
@@ -95,8 +95,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
95
95
  version: '0'
96
96
  requirements: []
97
97
  rubyforge_project:
98
- rubygems_version: 2.4.5
98
+ rubygems_version: 2.4.6
99
99
  signing_key:
100
100
  specification_version: 4
101
101
  summary: Rack application monitoring with StatsD.
102
102
  test_files: []
103
+ has_rdoc: