matchi-rspec 1.0.0 → 1.0.1

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/LICENSE.md +1 -1
  3. data/README.md +7 -12
  4. metadata +25 -25
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ab1f81ada15270eed68cbe4498880832d3138fecf0de8b41559856769794f181
4
- data.tar.gz: e736dedd1ab3ea230727fc23967705b100a360f9fa684faf918beb74a92fab2a
3
+ metadata.gz: 004ae961c972f24ee6e2f918873b7f79a3c2bf95ec95e8f001f3c3698a8dee21
4
+ data.tar.gz: 3eef55e7be6d1eede6508fdb5de8af88bdbd479b670517b8858d217906adaf49
5
5
  SHA512:
6
- metadata.gz: 8acad65064cf292f1aee4267b2108edbd12422573650d56b11c18a4f6198e44c5cb8a143b46b26f1684be7debfff636cd979cfdee9a1d74bec92383715e18bf9
7
- data.tar.gz: 0bef1910fcad262488e3e0e5982d2edb68609e313f5a8ce2044dce79df05cf7dfd0e1dd2f3f468ce4fb4e21621ebbace9e2054e5193d7f1622d3489c8c6871e9
6
+ metadata.gz: 4a848e2e1d874a9dfa5727bc7eb56de41892f89482f0e7d245fc93935fc570b3fdbfca5b9a6e7375d9207db240ec656d3fbf710b2a70d158d51b389f8f3f774c
7
+ data.tar.gz: 2a17ea2f45ced473830f76d0d87694e89418aec280a69275e6785852ccd79086b7f3d36ca30b390bccd97ebe79e720381ebb92b752af8bb0ca84e5d14e3cdfce
data/LICENSE.md CHANGED
@@ -1,6 +1,6 @@
1
1
  The MIT License (MIT)
2
2
 
3
- Copyright (c) 2015-2019 Cyril Kato
3
+ Copyright (c) 2015-2021 Cyril Kato
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
data/README.md CHANGED
@@ -1,8 +1,9 @@
1
1
  # Matchi::Rspec
2
2
 
3
- [![Build Status](https://travis-ci.org/fixrb/matchi-rspec.svg?branch=master)][travis]
3
+ [![RuboCop Status](https://github.com/fixrb/matchi-rspec/workflows/RuboCop/badge.svg)][workflow_rubocop]
4
+ [![Build Status](https://api.travis-ci.org/fixrb/matchi-rspec.svg?branch=master)][travis]
4
5
  [![Gem Version](https://badge.fury.io/rb/matchi-rspec.svg)][gem]
5
- [![Inline docs](http://inch-ci.org/github/fixrb/matchi-rspec.svg?branch=master)][inchpages]
6
+ [![Inline docs](https://inch-ci.org/github/fixrb/matchi-rspec.svg?branch=master)][inchpages]
6
7
  [![Documentation](http://img.shields.io/:yard-docs-38c800.svg)][rubydoc]
7
8
 
8
9
  > Extend [Matchi](https://github.com/fixrb/matchi) matchers with some [RSpec](https://rspec.info/)'s ones.
@@ -49,13 +50,6 @@ eq.matches? { 'foo' } # => true
49
50
  ## Contact
50
51
 
51
52
  * Home page: https://github.com/fixrb/matchi-rspec
52
- * Bugs/issues: https://github.com/fixrb/matchi-rspec/issues
53
-
54
- ## Rubies
55
-
56
- * [MRI](https://www.ruby-lang.org/)
57
- * [Rubinius](https://rubinius.com/)
58
- * [JRuby](https://www.jruby.org/)
59
53
 
60
54
  ## Versioning
61
55
 
@@ -63,7 +57,7 @@ __Matchi::Rspec__ follows [Semantic Versioning 2.0](https://semver.org/).
63
57
 
64
58
  ## License
65
59
 
66
- The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
60
+ The [gem](https://rubygems.org/gems/matchi-rspec) is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
67
61
 
68
62
  ***
69
63
 
@@ -74,7 +68,8 @@ The gem is available as open source under the terms of the [MIT License](https:/
74
68
  alt="Sashite" /></a>
75
69
  </p>
76
70
 
71
+ [workflow_rubocop]: https://github.com/fixrb/matchi-rspec/actions?query=workflow%3ARuboCop
77
72
  [gem]: https://rubygems.org/gems/matchi-rspec
78
73
  [travis]: https://travis-ci.org/fixrb/matchi-rspec
79
- [inchpages]: http://inch-ci.org/github/fixrb/matchi-rspec
80
- [rubydoc]: http://rubydoc.info/gems/matchi-rspec/frames
74
+ [inchpages]: https://inch-ci.org/github/fixrb/matchi-rspec
75
+ [rubydoc]: https://rubydoc.info/gems/matchi-rspec/frames
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: matchi-rspec
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Cyril Kato
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-12-29 00:00:00.000000000 Z
11
+ date: 2021-04-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: matchi
@@ -28,32 +28,32 @@ dependencies:
28
28
  name: bundler
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
- - - "~>"
31
+ - - ">="
32
32
  - !ruby/object:Gem::Version
33
- version: '2.1'
33
+ version: '0'
34
34
  type: :development
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
- - - "~>"
38
+ - - ">="
39
39
  - !ruby/object:Gem::Version
40
- version: '2.1'
40
+ version: '0'
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: rake
43
43
  requirement: !ruby/object:Gem::Requirement
44
44
  requirements:
45
- - - "~>"
45
+ - - ">="
46
46
  - !ruby/object:Gem::Version
47
- version: '13.0'
47
+ version: '0'
48
48
  type: :development
49
49
  prerelease: false
50
50
  version_requirements: !ruby/object:Gem::Requirement
51
51
  requirements:
52
- - - "~>"
52
+ - - ">="
53
53
  - !ruby/object:Gem::Version
54
- version: '13.0'
54
+ version: '0'
55
55
  - !ruby/object:Gem::Dependency
56
- name: rubocop
56
+ name: rubocop-performance
57
57
  requirement: !ruby/object:Gem::Requirement
58
58
  requirements:
59
59
  - - ">="
@@ -67,7 +67,7 @@ dependencies:
67
67
  - !ruby/object:Gem::Version
68
68
  version: '0'
69
69
  - !ruby/object:Gem::Dependency
70
- name: rubocop-performance
70
+ name: rubocop-thread_safety
71
71
  requirement: !ruby/object:Gem::Requirement
72
72
  requirements:
73
73
  - - ">="
@@ -84,30 +84,30 @@ dependencies:
84
84
  name: simplecov
85
85
  requirement: !ruby/object:Gem::Requirement
86
86
  requirements:
87
- - - "~>"
87
+ - - ">="
88
88
  - !ruby/object:Gem::Version
89
- version: '0.17'
89
+ version: '0'
90
90
  type: :development
91
91
  prerelease: false
92
92
  version_requirements: !ruby/object:Gem::Requirement
93
93
  requirements:
94
- - - "~>"
94
+ - - ">="
95
95
  - !ruby/object:Gem::Version
96
- version: '0.17'
96
+ version: '0'
97
97
  - !ruby/object:Gem::Dependency
98
98
  name: yard
99
99
  requirement: !ruby/object:Gem::Requirement
100
100
  requirements:
101
- - - "~>"
101
+ - - ">="
102
102
  - !ruby/object:Gem::Version
103
- version: '0.9'
103
+ version: '0'
104
104
  type: :development
105
105
  prerelease: false
106
106
  version_requirements: !ruby/object:Gem::Requirement
107
107
  requirements:
108
- - - "~>"
108
+ - - ">="
109
109
  - !ruby/object:Gem::Version
110
- version: '0.9'
110
+ version: '0'
111
111
  description: Matchi extension gem to provide some RSpec matchers.
112
112
  email: contact@cyril.email
113
113
  executables: []
@@ -125,7 +125,7 @@ homepage: https://github.com/fixrb/matchi-rspec
125
125
  licenses:
126
126
  - MIT
127
127
  metadata: {}
128
- post_install_message:
128
+ post_install_message:
129
129
  rdoc_options: []
130
130
  require_paths:
131
131
  - lib
@@ -133,15 +133,15 @@ required_ruby_version: !ruby/object:Gem::Requirement
133
133
  requirements:
134
134
  - - ">="
135
135
  - !ruby/object:Gem::Version
136
- version: '0'
136
+ version: 2.7.0
137
137
  required_rubygems_version: !ruby/object:Gem::Requirement
138
138
  requirements:
139
139
  - - ">="
140
140
  - !ruby/object:Gem::Version
141
141
  version: '0'
142
142
  requirements: []
143
- rubygems_version: 3.1.2
144
- signing_key:
143
+ rubygems_version: 3.2.3
144
+ signing_key:
145
145
  specification_version: 4
146
146
  summary: Matchi extension gem to provide some RSpec matchers.
147
147
  test_files: []