tracing-matchers 1.1.2 → 1.2.0
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 +4 -4
- data/README.md +1 -1
- data/lib/tracing/matchers/version.rb +1 -1
- data/tracing-matchers.gemspec +2 -0
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9b8076a59a439056cb0313fefe410d014d3bf7d6
|
|
4
|
+
data.tar.gz: 78dd705242f8f66044fb89ec735bbae1111b76c0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f0c9984ff6fec553a550ae137fc8dcde91d38776def51a9ab6d9090a8766f135b5e08268f223975a9dde4cee36c62c13e2a6f210618ce16c17bd3ddcde1a3956
|
|
7
|
+
data.tar.gz: 778ca5795f51f0df5c43ada74c815dca3c77c871dfd6b5f6e2c07bff50e24819b7251060b1eeb996fbff144503fcc852d15951775892e949bc0b72ff769a767b
|
data/README.md
CHANGED
|
@@ -6,7 +6,7 @@ The gem exposes RSpec-compatible convenient one-liners, matchers, which you can
|
|
|
6
6
|
|
|
7
7
|
## Documentation
|
|
8
8
|
|
|
9
|
-
For far more detailed documentation and usage examples check [matchers.rb](https://github.com/iaintshine/ruby-tracing-matchers/blob/master/lib/tracing/matchers.rb), [span_matchers.rb](https://github.com/iaintshine/ruby-tracing-matchers/blob/master/lib/tracing/matchers/span_matchers.rb), specs and [rubydoc.info](http://www.rubydoc.info/
|
|
9
|
+
For far more detailed documentation and usage examples check [matchers.rb](https://github.com/iaintshine/ruby-tracing-matchers/blob/master/lib/tracing/matchers.rb), [span_matchers.rb](https://github.com/iaintshine/ruby-tracing-matchers/blob/master/lib/tracing/matchers/span_matchers.rb), [specs](https://github.com/iaintshine/ruby-tracing-matchers/tree/master/spec/tracing) and [rubydoc.info](http://www.rubydoc.info/github/iaintshine/ruby-tracing-matchers/master/Tracing/Matchers).
|
|
10
10
|
|
|
11
11
|
## Installation
|
|
12
12
|
|
data/tracing-matchers.gemspec
CHANGED
|
@@ -14,6 +14,8 @@ Gem::Specification.new do |spec|
|
|
|
14
14
|
spec.homepage = "https://github.com/iaintshine/ruby-tracing-matchers"
|
|
15
15
|
spec.license = "Apache-2.0"
|
|
16
16
|
|
|
17
|
+
spec.required_ruby_version = ">= 2.2.0"
|
|
18
|
+
|
|
17
19
|
spec.files = `git ls-files -z`.split("\x0").reject do |f|
|
|
18
20
|
f.match(%r{^(test|spec|features)/})
|
|
19
21
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tracing-matchers
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.2.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- iaintshine
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2017-
|
|
11
|
+
date: 2017-09-01 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: test-tracer
|
|
@@ -108,7 +108,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
108
108
|
requirements:
|
|
109
109
|
- - ">="
|
|
110
110
|
- !ruby/object:Gem::Version
|
|
111
|
-
version:
|
|
111
|
+
version: 2.2.0
|
|
112
112
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
113
113
|
requirements:
|
|
114
114
|
- - ">="
|