dogstatsd-instrumentation 0.1.0 → 0.1.1

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: 824f7af6b9721c4038b9f1ab00721721b86f1c94
4
- data.tar.gz: 7a0698ce32f8396dcb5f8bfd47145d1dbcc9de27
3
+ metadata.gz: 7e2fa7745e8e0793c50a6be0683b60aaee4ac7a4
4
+ data.tar.gz: 7143630e2fc8f2b8e686600ce82f4c2b4642b033
5
5
  SHA512:
6
- metadata.gz: ef1309218bfec2701a2b211cb7ac2e4bc60d9d6248cdad28f8eab88d3bb1b96fcd0cbe15f08782d52ff2740732419489ffb0c1ed37d4e34c7e503f64a932d595
7
- data.tar.gz: 9a15666e7859f8412d768f4261568c7125aa1633293cc5de1f8faa77079e86d18b5fdf5649b5722037e3d94a86c9196ec85e8c9567c35f7d799f53006319ebc1
6
+ metadata.gz: 6264454b32d13ed346be65630da6edb420483815166ca314ff5b64bfa446066e7f6f52e39be4296426360d07d1099303465a23f88b5b61e3f8ba80fb33decb55
7
+ data.tar.gz: e63199070314dcf70a525523a351abf8b68c3327da058aba68b0d3a781fae9e2cc4956c66bac7d783ffb87d34ef022715f2c88e89d2ba94e1abe773c23992846
@@ -13,7 +13,7 @@ module DogStatsd
13
13
  end
14
14
 
15
15
  def self.version
16
- "0.1.0"
16
+ "0.1.1"
17
17
  end
18
18
 
19
19
  def self.version_label
@@ -21,4 +21,4 @@ module DogStatsd
21
21
  end
22
22
  end
23
23
  end
24
- end
24
+ end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dogstatsd-instrumentation
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Marco Costa
@@ -164,8 +164,8 @@ dependencies:
164
164
  - - "~>"
165
165
  - !ruby/object:Gem::Version
166
166
  version: '0.45'
167
- description: This gem processes relevant ActiveSupport::Notifications for Rails, Sinatra
168
- and Rake applications, sending metrics to Datadog.
167
+ description: Processes relevant ActiveSupport::Notifications from Rails, Sinatra and
168
+ Rake applications, sending them to Datadog.
169
169
  email:
170
170
  - marco@marcotc.com
171
171
  executables: []