metrician 0.0.2 → 0.0.3

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: 62242e84dbe7e955cf9a37649cb6a66f03ad0183
4
- data.tar.gz: 0c4fbed4b4251dc0010639964d711d338e5d4e4c
3
+ metadata.gz: ab0cafbd476b019c807691285fbdbe519e009c5d
4
+ data.tar.gz: db71e9161020218c01d26fbfcbdd328863c01396
5
5
  SHA512:
6
- metadata.gz: d367bd9a338b92937d2580023580542906bac3f463179dd778956b2b610d224f35bdc8ca766cbcc3195678db20841f37721390451c4681edbc4bf77920586eac
7
- data.tar.gz: 29fd3caf4de721a27a981e59a0ebb0b60fe43bd320d182e939e26cf5cbb4430c8880869853a5b127469a64317a8099cbcdf10867eb88539836a21c6499a5e551
6
+ metadata.gz: 13ccde697c529f5c19019f964e7be4f2c8263f819c0b7d7ca908302ba1fe6695921a44d0ec77a3a816a3e81e80783d5fdf74b5fcdf526e3016bdc891e7864367
7
+ data.tar.gz: 612ddbe8de8989b52bcae7ae06b5fe94c4281d041e3ce573f8d7ae2707803f022916eb378b1bd70d1ed437c92d4c64b086fc0bdc34532d85b9b6e748e27387bb
@@ -1,5 +1,5 @@
1
1
  module Metrician
2
2
 
3
- VERSION = "0.0.2".freeze
3
+ VERSION = "0.0.3".freeze
4
4
 
5
5
  end
@@ -11,7 +11,7 @@ Gem::Specification.new do |s|
11
11
  s.description = "Automatically report the most important metrics about your ruby application, from request timing to job execution."
12
12
  s.license = "MIT"
13
13
  s.metadata = {
14
- "source_code" => "https://github.com/Instrumental/metrician-ruby"
14
+ "source_code_uri" => "https://github.com/Instrumental/metrician-ruby"
15
15
  }
16
16
 
17
17
  s.files = `git ls-files`.split("\n")
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: metrician
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Expected Behavior
@@ -155,7 +155,7 @@ homepage: http://instrumentalapp.com/
155
155
  licenses:
156
156
  - MIT
157
157
  metadata:
158
- source_code: https://github.com/Instrumental/metrician-ruby
158
+ source_code_uri: https://github.com/Instrumental/metrician-ruby
159
159
  post_install_message:
160
160
  rdoc_options: []
161
161
  require_paths: