rspice 0.6.4 → 0.7.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +2 -0
- data/lib/rspice/version.rb +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: 8b6cc44f7834694ef0d2d08c3bcb3b84a8f78fc589c00a29791802e6edf978db
|
4
|
+
data.tar.gz: 575efb4a21b3dc5549c9e7aa84a113807ab8610fc3e198020cf3390929f9d2e8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c1e00f0c623b0eee1f42108a821d83eb1a256dfe2bedfbbabd4f194c9e85c5988e6eaf159383b48cc74c66e5dee182cbb79b73d4e8b1fb2734ee983b5f21891d
|
7
|
+
data.tar.gz: 2f5557bc10b6be17effbe805d88551fb146325f750a6d904507e58d6dd153615d4732081a3c6f7f00f7d84469b998f12024b3b5cb9a4682923238cebe8fd5b83
|
data/README.md
CHANGED
@@ -1,5 +1,7 @@
|
|
1
1
|
# Rspice
|
2
2
|
|
3
|
+
A dash of custom matchers, a pinch of shared contexts, and shared examples (to taste) for RSpec
|
4
|
+
|
3
5
|
[![Gem Version](https://badge.fury.io/rb/rspice.svg)](https://badge.fury.io/rb/rspice)
|
4
6
|
[![Build Status](https://semaphoreci.com/api/v1/freshly/spicerack/branches/master/badge.svg)](https://semaphoreci.com/freshly/spicerack)
|
5
7
|
[![Maintainability](https://api.codeclimate.com/v1/badges/7e089c2617c530a85b17/maintainability)](https://codeclimate.com/github/Freshly/spicerack/maintainability)
|
data/lib/rspice/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rspice
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.7.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Eric Garside
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2019-04-
|
11
|
+
date: 2019-04-14 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rspec
|
@@ -38,7 +38,8 @@ dependencies:
|
|
38
38
|
- - "~>"
|
39
39
|
- !ruby/object:Gem::Version
|
40
40
|
version: '1.8'
|
41
|
-
description: A dash of
|
41
|
+
description: A dash of custom matchers, a pinch of shared contexts, and shared examples
|
42
|
+
(to taste) for RSpec
|
42
43
|
email:
|
43
44
|
- garside@gmail.com
|
44
45
|
executables: []
|
@@ -90,5 +91,5 @@ rubyforge_project:
|
|
90
91
|
rubygems_version: 2.7.6
|
91
92
|
signing_key:
|
92
93
|
specification_version: 4
|
93
|
-
summary:
|
94
|
+
summary: An `RSpec` utility gem of custom matchers, shared contexts and examples
|
94
95
|
test_files: []
|