rspec-illustrate 0.2.2 → 0.2.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
  SHA1:
3
- metadata.gz: 4e5ee437294a70725baa52ef62ca1b73ad79a670
4
- data.tar.gz: 1d0351a0abc9321228de503075611eeb8629c13d
3
+ metadata.gz: 720023b8f7943ca0f1470d3b70c1bd428fd58593
4
+ data.tar.gz: b76a1ec923ced44adcff26d059855efd75f9cd8c
5
5
  SHA512:
6
- metadata.gz: 44e2216364d56f651d66112b1991104c59d43dd596db36b57d3dd3ea98026e62bd0541b83f0047894596fbd98e732fbc2192db84e9d66d4810673b5166c471f8
7
- data.tar.gz: d88b6aa1360e19fc5717bf422ed155e7083c5e8171d87a9cdddb9e94b533f9459e96e110edce678a3b0a255dbf070d59c20c004e05d267c9ca437a33f81df444
6
+ metadata.gz: 000db79bea135b60657e403e1dddcd7398ecb8eac397f61621718d4992a78f3d62f4728ddfe1db4ef8f553a7cb7e0589c6ee01365759c63fa43f62d9629f29ac
7
+ data.tar.gz: 29e64e0d1adcab0dfe477171edcb50a774507a8da15d8d87dc4605089cb9eab5b078535acd1bef9bf2617821bdceadfed5012df3f2949a2e3e10b4af168e5997
data/README.md CHANGED
@@ -1,10 +1,9 @@
1
- # RSpec::Illustrate [![Gem Version](https://badge.fury.io/rb/rspec-illustrate.svg)](http://badge.fury.io/rb/rspec-illustrate)
2
-
3
-
4
- This is an RSpec extension gem that allows you to define illustrative objects in
5
- your examples that will be forwarded to the output formatter. This will allow
6
- your output spec to become more readable, illustrative, and explanatory.
1
+ # RSpec-illustrate [![Gem Version](https://badge.fury.io/rb/rspec-illustrate.svg)](http://badge.fury.io/rb/rspec-illustrate)
7
2
 
3
+ A plugin to RSpec and YARD that allows you to define illustrative objects in
4
+ your examples that will be forwarded to the output formatter. The results can be
5
+ imported into YARD, which makes your generated specs and documentation more
6
+ readable, illustrative, and explanatory.
8
7
 
9
8
  ## Installation
10
9
 
@@ -41,9 +40,9 @@ describe Array do
41
40
  expected = [1, 2, 3]
42
41
  actual = given.sort
43
42
 
44
- illustrate given.to_s, :label=>"Given the array"
45
- illustrate expected.to_s, :label=>"After sort it looks like this"
46
- illustrate actual.to_s, :show_when_passed=>false
43
+ illustrate given, :label=>"Given the array"
44
+ illustrate expected, :label=>"After sort it looks like this"
45
+ illustrate actual, :show_when_passed=>false
47
46
 
48
47
  expect(actual).to eq(expected)
49
48
  end
@@ -1,6 +1,6 @@
1
1
  module RSpec
2
2
  module Illustrate
3
3
  # The version used by gemspec
4
- VERSION = "0.2.2"
4
+ VERSION = "0.2.3"
5
5
  end
6
6
  end
@@ -9,7 +9,7 @@ Gem::Specification.new do |spec|
9
9
  spec.authors = ["Erik Schlyter"]
10
10
  spec.email = ["erik@erisc.se"]
11
11
 
12
- spec.summary = %q{RSpec extension gem for including illustrative objects in your specs.}
12
+ spec.summary = %q{Extension gem to RSpec (and YARD) for including illustrative objects in your specs.}
13
13
  spec.description = %q{A plugin to RSpec and YARD that allows you to define illustrative objects in your examples that will be forwarded to the output formatter. The results can be imported into YARD, which makes your generated specs and documentation more readable, illustrative, and explanatory.}
14
14
  spec.homepage = "https://github.com/ErikSchlyter/rspec-illustrate"
15
15
  spec.license = "MIT"
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rspec-illustrate
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.2
4
+ version: 0.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Erik Schlyter
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-05-28 00:00:00.000000000 Z
11
+ date: 2015-06-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rspec-core
@@ -150,6 +150,7 @@ rubyforge_project:
150
150
  rubygems_version: 2.2.2
151
151
  signing_key:
152
152
  specification_version: 4
153
- summary: RSpec extension gem for including illustrative objects in your specs.
153
+ summary: Extension gem to RSpec (and YARD) for including illustrative objects in your
154
+ specs.
154
155
  test_files: []
155
156
  has_rdoc: