tracing-matchers 1.1.2 → 1.2.0

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: b6a880779848aa77afcc2f07ed6b5308d61c9d56
4
- data.tar.gz: 48fbcc28168a2d447a4792c3b45dfbe6f778ceb7
3
+ metadata.gz: 9b8076a59a439056cb0313fefe410d014d3bf7d6
4
+ data.tar.gz: 78dd705242f8f66044fb89ec735bbae1111b76c0
5
5
  SHA512:
6
- metadata.gz: 1839cb9e6bf129c05e22ceb409aafec59976b7f86f812aca27afd8798a292a39eb204e84d19d98451608d76399f36047db779cc1849c9982c05634f91eb2e416
7
- data.tar.gz: bd5dc512cfbf105a681b98a3474ab38c8acd79c7d3178671c32755ac04674841360ca59a44d412959f86205361845bd471b8f5e4ad6cbc037aea16351962f894
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/gems/tracing-matchers).
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
 
@@ -1,5 +1,5 @@
1
1
  module Tracing
2
2
  module Matchers
3
- VERSION = "1.1.2"
3
+ VERSION = "1.2.0"
4
4
  end
5
5
  end
@@ -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.1.2
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-08-31 00:00:00.000000000 Z
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: '0'
111
+ version: 2.2.0
112
112
  required_rubygems_version: !ruby/object:Gem::Requirement
113
113
  requirements:
114
114
  - - ">="