rspice 0.6.4 → 0.7.0

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +2 -0
  3. data/lib/rspice/version.rb +1 -1
  4. metadata +5 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 65bc79afbd70cd3fed4389b2ed03f5bcd67e4a7e85fd54e858da133fc36aee7a
4
- data.tar.gz: 2c43f5a8fdabbc0c7b70373edd5869bdcac6ea686051c070d45a963ad0145acc
3
+ metadata.gz: 8b6cc44f7834694ef0d2d08c3bcb3b84a8f78fc589c00a29791802e6edf978db
4
+ data.tar.gz: 575efb4a21b3dc5549c9e7aa84a113807ab8610fc3e198020cf3390929f9d2e8
5
5
  SHA512:
6
- metadata.gz: a09f94cde9c825211b1c17ca2cc77cf85770ba98b7b46749408377ef8cf29ec047b0d596c3cd527868571cbc150b4a8ec463a2964be023934a0d32b45b8e4b49
7
- data.tar.gz: 1229542d436fd7be6994c17f8d78f63737011a94d030544b036cf87f4f791d6dc026201fdfb0883ede36886b0318bf418160b94cdfad9a269beacdc8de05bcaa
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)
@@ -2,5 +2,5 @@
2
2
 
3
3
  module Rspice
4
4
  # This constant is managed by spicerack
5
- VERSION = "0.6.4"
5
+ VERSION = "0.7.0"
6
6
  end
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.6.4
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-12 00:00:00.000000000 Z
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 spice to make your RSpec tests very nice.
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: Spice up your specs with this collection of custom matchers and shared contexts/examples.
94
+ summary: An `RSpec` utility gem of custom matchers, shared contexts and examples
94
95
  test_files: []