r_spec 1.0.4 → 1.0.5
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 +2 -11
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 62fb03cef02c1ded01565449d789f1e0600c1942687fd96a224fffde5f32ba6b
|
|
4
|
+
data.tar.gz: 17504b31f2bf301edc890e23685f5ab7a994d32ba187d2544bc164ba14219f18
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 962911333c7a828d9c6d30395ed8d5d06425fc0c5b9a79c96b7475872fc79c240442610f6a109f926423f403f235eab44533898fcf0f64391a82cfcf4dbcf0ba
|
|
7
|
+
data.tar.gz: 1e099029eb5160d8469ba818bd23ee183d839f3a5b755737fc17a378af0d2e118ceae8b49c4c152694838a0c7f488ac47215ea294606cc22e2e8b8b19e3d5291
|
data/README.md
CHANGED
|
@@ -1,23 +1,14 @@
|
|
|
1
|
-
# RSpec clone
|
|
1
|
+
# RSpec clone [](https://r-spec.dev/)
|
|
2
2
|
|
|
3
3
|
> A small [RSpec](https://github.com/rspec) clone based on [Fix testing tools for Ruby](https://github.com/fixrb).
|
|
4
4
|
|
|
5
|
-
## Status
|
|
6
|
-
|
|
7
|
-
[](https://r-spec.dev/)
|
|
8
|
-
[](https://github.com/cyril/r_spec.rb/tags)
|
|
9
|
-
[](https://rubydoc.info/github/cyril/r_spec.rb/main)
|
|
10
|
-
[](https://github.com/cyril/r_spec.rb/actions?query=workflow%3Aruby+branch%3Amain)
|
|
11
|
-
[](https://github.com/cyril/r_spec.rb/actions?query=workflow%3Arubocop+branch%3Amain)
|
|
12
|
-
[](https://github.com/cyril/r_spec.rb/raw/main/LICENSE.md)
|
|
13
|
-
|
|
14
5
|
## Warning ⚠️
|
|
15
6
|
|
|
16
7
|
I'd like to avoid confusion in the Ruby community by emphasizing that the gem of this project is not [rspec](https://rubygems.org/gems/rspec) but [r_spec](https://rubygems.org/gems/r_spec).
|
|
17
8
|
|
|
18
9
|
The [r_spec](https://rubygems.org/gems/r_spec) gem is a minimalist and personal reimplementation of the popular RSpec framework. My reimplementation is therefore independent of the original RSpec project.
|
|
19
10
|
|
|
20
|
-

|
|
11
|
+

|
|
21
12
|
|
|
22
13
|
For the purpose of the DSL reimplementation, I have kept the same `RSpec` module name, and following the [Ruby gems naming convention](https://guides.rubygems.org/name-your-gem/#use-underscores-for-multiple-words), I called its gem [r_spec](https://rubygems.org/gems/r_spec).
|
|
23
14
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: r_spec
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Cyril Kato
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2022-08-
|
|
11
|
+
date: 2022-08-13 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: r_spec-clone
|
|
@@ -163,8 +163,8 @@ homepage: https://r-spec.dev/
|
|
|
163
163
|
licenses:
|
|
164
164
|
- MIT
|
|
165
165
|
metadata:
|
|
166
|
-
bug_tracker_uri: https://github.com/cyril/r_spec.rb/issues
|
|
167
|
-
source_code_uri: https://github.com/cyril/r_spec.rb
|
|
166
|
+
bug_tracker_uri: https://github.com/cyril/r_spec-clone.rb/issues
|
|
167
|
+
source_code_uri: https://github.com/cyril/r_spec-clone.rb
|
|
168
168
|
rubygems_mfa_required: 'true'
|
|
169
169
|
post_install_message:
|
|
170
170
|
rdoc_options: []
|