r_spec 0.3.2 → 0.3.3
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/CODE_OF_CONDUCT.md +1 -1
- data/README.md +8 -10
- data/VERSION.semver +1 -1
- data/checksum/r_spec-0.3.2.gem.sha512 +1 -0
- data/r_spec.gemspec +1 -1
- metadata +5 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c83f214821947d01cf3be95393f5c7022c761ab5a97835128737be945a9ad75e
|
|
4
|
+
data.tar.gz: fba08905b9fe487f5bd1f673857eb0b205bb070047252f0a007a815ef1f1aa69
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: '0169eb3aab724b95880a3ba305b1b16506fc3950e0a635014c17de3f6162d80b8052ce7def9c4f5b955355bf288948f1951a52fdd37959f8e4a92cc26c0c9c61'
|
|
7
|
+
data.tar.gz: 20d3e9b7eac17839452e9f9891d38b606ccdb91c87c5cba14beab05cbfdb536e30761418662c4449d8852fd823da99d43b541a2878f957a4d72c0bfdb7b1dc39
|
data/CODE_OF_CONDUCT.md
CHANGED
|
@@ -10,4 +10,4 @@ Project maintainers have the right and responsibility to remove, edit, or reject
|
|
|
10
10
|
|
|
11
11
|
Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by opening an issue or contacting one or more of the project maintainers.
|
|
12
12
|
|
|
13
|
-
This Code of Conduct is adapted from the [Contributor Covenant](
|
|
13
|
+
This Code of Conduct is adapted from the [Contributor Covenant](https://www.contributor-covenant.org/), version 1.0.0, available at [https://www.contributor-covenant.org/version/1/0/0/code-of-conduct.html](https://www.contributor-covenant.org/version/1/0/0/code-of-conduct.html)
|
data/README.md
CHANGED
|
@@ -2,10 +2,9 @@
|
|
|
2
2
|
|
|
3
3
|
[][travis]
|
|
4
4
|
[][codeclimate]
|
|
5
|
-
[][gemnasium]
|
|
6
5
|
[][gem]
|
|
7
|
-
[][inchpages]
|
|
7
|
+
[][rubydoc]
|
|
9
8
|
|
|
10
9
|
> A small [Rspec](https://github.com/rspec/rspec) clone based on [Fix specing framework](https://github.com/fixrb/fix).
|
|
11
10
|
|
|
@@ -17,7 +16,7 @@ To avoid confusion in the community, please note that the gem of this project is
|
|
|
17
16
|
|
|
18
17
|
This project is totally independent of [rspec.info](http://rspec.info/).
|
|
19
18
|
|
|
20
|
-
Also, while both gems define an `RSpec` module, **r_spec** (which follows [the gem naming convention](
|
|
19
|
+
Also, while both gems define an `RSpec` module, **r_spec** (which follows [the gem naming convention](https://guides.rubygems.org/name-your-gem/#use-underscores-for-multiple-words)) is still quite different than **rspec** due to its [Ruby Fix](https://fixrb.dev/) dependency.
|
|
21
20
|
|
|
22
21
|
***
|
|
23
22
|
|
|
@@ -29,8 +28,8 @@ Also, while both gems define an `RSpec` module, **r_spec** (which follows [the g
|
|
|
29
28
|
## Rubies
|
|
30
29
|
|
|
31
30
|
* [MRI](https://www.ruby-lang.org/)
|
|
32
|
-
* [Rubinius](
|
|
33
|
-
* [JRuby](
|
|
31
|
+
* [Rubinius](https://rubinius.com/)
|
|
32
|
+
* [JRuby](https://www.jruby.org/)
|
|
34
33
|
|
|
35
34
|
## Terminal sessions
|
|
36
35
|
|
|
@@ -109,7 +108,7 @@ example:
|
|
|
109
108
|
|
|
110
109
|
## Versioning
|
|
111
110
|
|
|
112
|
-
__R Spec__ follows [Semantic Versioning 2.0](
|
|
111
|
+
__R Spec__ follows [Semantic Versioning 2.0](https://semver.org/).
|
|
113
112
|
|
|
114
113
|
## Contributing
|
|
115
114
|
|
|
@@ -126,6 +125,5 @@ See `LICENSE.md` file.
|
|
|
126
125
|
[gem]: https://rubygems.org/gems/r_spec
|
|
127
126
|
[travis]: https://travis-ci.org/cyril/r_spec
|
|
128
127
|
[codeclimate]: https://codeclimate.com/github/cyril/r_spec
|
|
129
|
-
[
|
|
130
|
-
[
|
|
131
|
-
[rubydoc]: http://rubydoc.info/gems/r_spec/frames
|
|
128
|
+
[inchpages]: https://inch-ci.org/github/cyril/r_spec
|
|
129
|
+
[rubydoc]: https://www.rubydoc.info/gems/r_spec/frames
|
data/VERSION.semver
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.3.
|
|
1
|
+
0.3.3
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
f777e4bdccb8e62313f1e04a0012f952e55aae439f170549f9ef18b05e0e3b54831c045662603e98c8976c5b4ede20c3d47d75a1d17d02503ae9ce1bf55b9651
|
data/r_spec.gemspec
CHANGED
|
@@ -22,7 +22,7 @@ Gem::Specification.new do |spec|
|
|
|
22
22
|
|
|
23
23
|
spec.add_development_dependency 'bundler', '~> 2.0'
|
|
24
24
|
spec.add_development_dependency 'rake', '~> 12.3'
|
|
25
|
-
spec.add_development_dependency 'rubocop', '~> 0.
|
|
25
|
+
spec.add_development_dependency 'rubocop', '~> 0.70'
|
|
26
26
|
spec.add_development_dependency 'simplecov', '~> 0.16'
|
|
27
27
|
spec.add_development_dependency 'spectus', '~> 3.0'
|
|
28
28
|
spec.add_development_dependency 'yard', '~> 0.9'
|
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: 0.3.
|
|
4
|
+
version: 0.3.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Cyril Kato
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2019-
|
|
11
|
+
date: 2019-05-28 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: fix-expect
|
|
@@ -86,14 +86,14 @@ dependencies:
|
|
|
86
86
|
requirements:
|
|
87
87
|
- - "~>"
|
|
88
88
|
- !ruby/object:Gem::Version
|
|
89
|
-
version: '0.
|
|
89
|
+
version: '0.70'
|
|
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.
|
|
96
|
+
version: '0.70'
|
|
97
97
|
- !ruby/object:Gem::Dependency
|
|
98
98
|
name: simplecov
|
|
99
99
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -161,6 +161,7 @@ files:
|
|
|
161
161
|
- checksum/r_spec-0.2.0.gem.sha512
|
|
162
162
|
- checksum/r_spec-0.3.0.gem.sha512
|
|
163
163
|
- checksum/r_spec-0.3.1.gem.sha512
|
|
164
|
+
- checksum/r_spec-0.3.2.gem.sha512
|
|
164
165
|
- lib/fix/it.rb
|
|
165
166
|
- lib/fix/on.rb
|
|
166
167
|
- lib/r_spec.rb
|