signalfx-rails-instrumentation 0.1.1 → 0.1.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/rails-tracer.gemspec +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9f530dcc6c6cd74314f546073ba70a91bff98678
|
4
|
+
data.tar.gz: 9314102c5f8bdc8fb9290a46f022316886b2c227
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 626feb4a5083a0f11611305dde87275f002eee2e83c8f22b3a6c6f5cf4f016aa75c6dcafb4e4883b0b3585ffce413a2c6fe2b5d1e401aa548ab24da1042e227a
|
7
|
+
data.tar.gz: 9f2fe1349af9b7d3cd7434e6f4b0c0113f06b4f1bc2049abb32a349eceeb0c5a6b69c32abbb07f313910f229ed2617d8e8bab9c57e02f4f7a1563b3881993eae
|
data/README.md
CHANGED
@@ -195,4 +195,4 @@ To release a new version, update the version number in `version.rb`, and then ru
|
|
195
195
|
|
196
196
|
## Contributing
|
197
197
|
|
198
|
-
Bug reports and pull requests are welcome on GitHub at https://github.com/
|
198
|
+
Bug reports and pull requests are welcome on GitHub at https://github.com/signalfx/ruby-rails-tracer. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
|
data/rails-tracer.gemspec
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: signalfx-rails-instrumentation
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- iaintshine
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2018-12-
|
11
|
+
date: 2018-12-17 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: opentracing
|