r_spec 0.3.2 → 0.3.3

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
  SHA256:
3
- metadata.gz: df8a4849032bcc19682a2f22d851d60cf5ee447822f9f72763eeb8ae56d7f142
4
- data.tar.gz: 2ecfff4ecfc927109e347ec312da8d29c1d0c62718e212ed2262be661b1d5122
3
+ metadata.gz: c83f214821947d01cf3be95393f5c7022c761ab5a97835128737be945a9ad75e
4
+ data.tar.gz: fba08905b9fe487f5bd1f673857eb0b205bb070047252f0a007a815ef1f1aa69
5
5
  SHA512:
6
- metadata.gz: eba24c64920a278f78c5baf29ac41027558a5b0b7e4dfb4ee25e04d7a8920a697fd094c8c829024f5b925a6f9c5485f6ddb3da6411a2c14d683f3299e4828b60
7
- data.tar.gz: 928a480b07ff99162267d5937a0c7be23d35ad6731e1572c9a85c4e7ad0e924c3950c75c03e658574d446bc10a55efdd7e9f47b5336417e97801254cd5fc7d5e
6
+ metadata.gz: '0169eb3aab724b95880a3ba305b1b16506fc3950e0a635014c17de3f6162d80b8052ce7def9c4f5b955355bf288948f1951a52fdd37959f8e4a92cc26c0c9c61'
7
+ data.tar.gz: 20d3e9b7eac17839452e9f9891d38b606ccdb91c87c5cba14beab05cbfdb536e30761418662c4449d8852fd823da99d43b541a2878f957a4d72c0bfdb7b1dc39
@@ -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](http://contributor-covenant.org), version 1.0.0, available at [http://contributor-covenant.org/version/1/0/0/](http://contributor-covenant.org/version/1/0/0/)
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
  [![Build Status](https://travis-ci.org/cyril/r_spec.svg?branch=master)][travis]
4
4
  [![Code Climate](https://codeclimate.com/github/cyril/r_spec/badges/gpa.svg)][codeclimate]
5
- [![Dependency Status](https://gemnasium.com/cyril/r_spec.svg)][gemnasium]
6
5
  [![Gem Version](https://badge.fury.io/rb/r_spec.svg)][gem]
7
- [![Inline docs](http://inch-ci.org/github/cyril/r_spec.svg?branch=master)][inchpages]
8
- [![Documentation](http://img.shields.io/:yard-docs-38c800.svg)][rubydoc]
6
+ [![Inline docs](https://inch-ci.org/github/cyril/r_spec.svg?branch=master)][inchpages]
7
+ [![Documentation](https://img.shields.io/:yard-docs-38c800.svg)][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](http://guides.rubygems.org/name-your-gem/#use-underscores-for-multiple-words)) is still quite different than **rspec** due to its [Ruby Fix](http://fixrb.org/) dependency.
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](http://rubini.us/)
33
- * [JRuby](http://jruby.org/)
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](http://semver.org/).
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
- [gemnasium]: https://gemnasium.com/cyril/r_spec
130
- [inchpages]: http://inch-ci.org/github/cyril/r_spec
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
@@ -1 +1 @@
1
- 0.3.2
1
+ 0.3.3
@@ -0,0 +1 @@
1
+ f777e4bdccb8e62313f1e04a0012f952e55aae439f170549f9ef18b05e0e3b54831c045662603e98c8976c5b4ede20c3d47d75a1d17d02503ae9ce1bf55b9651
@@ -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.67'
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.2
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-04-12 00:00:00.000000000 Z
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.67'
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.67'
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