r_spec-clone 1.0.0.rc1 → 1.0.2
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 -2
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3cbbbb0e875f54ccff6794dfc52606e5d712f82a8e270e2d325cbaf59a62910e
|
4
|
+
data.tar.gz: 33a3f94a742cad452bf55ce4a9968f9f46b5af98e9db0bc63c9fe25860e730a5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 89fea25a7d8bc02a3abbc31000d2b5690168d8e711513913b41b0df7692e1bebd3eececfb630f7ee710d940cb9a40588b48e5ac852457fc7ef5c93786795c1ec
|
7
|
+
data.tar.gz: b37a7a661bde709da6cb1c218329c1eef418e4ef1ea6777d649687da348a014aeae65706d202accb8d850a9fb73a55dcd8241854ded13d82288db837553e9006
|
data/README.md
CHANGED
@@ -39,7 +39,7 @@ A minimalist __RSpec clone__ with all the essentials.
|
|
39
39
|
Add this line to your application's Gemfile:
|
40
40
|
|
41
41
|
```ruby
|
42
|
-
gem "r_spec-clone", ">= 1.0.
|
42
|
+
gem "r_spec-clone", ">= 1.0.2"
|
43
43
|
```
|
44
44
|
|
45
45
|
And then execute:
|
@@ -51,7 +51,7 @@ bundle
|
|
51
51
|
Or install it yourself as:
|
52
52
|
|
53
53
|
```sh
|
54
|
-
gem install r_spec-clone
|
54
|
+
gem install r_spec-clone
|
55
55
|
```
|
56
56
|
|
57
57
|
## Overview
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: r_spec-clone
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Cyril Kato
|
@@ -236,9 +236,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
236
236
|
version: 2.7.0
|
237
237
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
238
238
|
requirements:
|
239
|
-
- - "
|
239
|
+
- - ">="
|
240
240
|
- !ruby/object:Gem::Version
|
241
|
-
version:
|
241
|
+
version: '0'
|
242
242
|
requirements: []
|
243
243
|
rubygems_version: 3.1.6
|
244
244
|
signing_key:
|