metrician 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f701346245b51fe548783e261ce5008a756a91d2
4
- data.tar.gz: a56ba24445cd0d7f966d5c7550669d89b262da39
3
+ metadata.gz: 62242e84dbe7e955cf9a37649cb6a66f03ad0183
4
+ data.tar.gz: 0c4fbed4b4251dc0010639964d711d338e5d4e4c
5
5
  SHA512:
6
- metadata.gz: a8619514f46e56e53a3839615eb779f156ec48a28e4ec318dd4e85b679977f1226cf834cd633b8e932921c7f2f0ecb8bf9f13ca141f83a09240c7a1c90cd4928
7
- data.tar.gz: 43d19679b4ff15db9c5000f3157290390d57fd2a7c16f87673c55e92b0924cbdf41284039796afdea81ab3dba8be5e02f0017279574148d629b56966d10496d5
6
+ metadata.gz: d367bd9a338b92937d2580023580542906bac3f463179dd778956b2b610d224f35bdc8ca766cbcc3195678db20841f37721390451c4681edbc4bf77920586eac
7
+ data.tar.gz: 29fd3caf4de721a27a981e59a0ebb0b60fe43bd320d182e939e26cf5cbb4430c8880869853a5b127469a64317a8099cbcdf10867eb88539836a21c6499a5e551
data/.gitignore CHANGED
@@ -16,3 +16,4 @@
16
16
  # stupid editor tricks
17
17
  *~
18
18
  \#*
19
+ *\.gem
@@ -1,5 +1,5 @@
1
1
  module Metrician
2
2
 
3
- VERSION = "0.0.1".freeze
3
+ VERSION = "0.0.2".freeze
4
4
 
5
5
  end
@@ -10,6 +10,9 @@ Gem::Specification.new do |s|
10
10
  s.summary = "Automatic Application Metric Collection for Ruby Applications"
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
+ s.metadata = {
14
+ "source_code" => "https://github.com/Instrumental/metrician-ruby"
15
+ }
13
16
 
14
17
  s.files = `git ls-files`.split("\n")
15
18
  s.test_files = `git ls-files -- {test,spec,features}/*`.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.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Expected Behavior
@@ -154,7 +154,8 @@ files:
154
154
  homepage: http://instrumentalapp.com/
155
155
  licenses:
156
156
  - MIT
157
- metadata: {}
157
+ metadata:
158
+ source_code: https://github.com/Instrumental/metrician-ruby
158
159
  post_install_message:
159
160
  rdoc_options: []
160
161
  require_paths: