rspec-repetitive 0.1.0 → 0.1.1

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: 12a9d6e6f1de32209fb33488bd190368dac720666b07d14f7e66c8241195f8cc
4
- data.tar.gz: 0a7d4b5a230380cb6b7e674511e0c00750ae7210b6e88d78d9fa09943b56311a
3
+ metadata.gz: b81e58b0242fec1d57a6ccdcfaf75f9c37e3cc1485359c0ce4ef8e9962265a1c
4
+ data.tar.gz: 903a64fcb8776f3adbdf9628077fde2ea1775c63b6ca089cbaa1ea869e4eed8c
5
5
  SHA512:
6
- metadata.gz: 0ec33e6016846afa5dd6d090ae3e29b721cf6c535fb4729fc85589cdd241a402ad9d83662275c7ab492924bdf350e76c40405db2d4149a522b3ba568e5381706
7
- data.tar.gz: 8031a3f402e4e0c9bbdc6c82dc05be5ccb165dc7ae98c8d136ca93a37a55b9140c3fc5399acea95e630548cf4f16f4b612d478fdea1b1b4f5d90905c1da5800d
6
+ metadata.gz: c3dc45f8e5f80b826b232e2237d7cf1219c4263ba3c6150620732de3a336905f3645c01541311ca5f05e3ed7184df7cfb5159b6fd64e96afe340785c40a83d09
7
+ data.tar.gz: 2bf91797e1902a0c2f5006562a09adb7e3c70af0f14cee44fe0360edf127065d94f90bda68800181202c527d1740fe76df496ee7cb7328ebfc816d4cf52e64c4
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # RSpec::Repetitive
2
2
 
3
- Repetitive RSpec examples with custom setup.
3
+ Repeat RSpec examples with custom setup.
4
4
 
5
5
  ## Installation
6
6
 
@@ -1,5 +1,5 @@
1
1
  module RSpec
2
2
  module Repetitive
3
- VERSION = "0.1.0"
3
+ VERSION = "0.1.1"
4
4
  end
5
5
  end
@@ -9,8 +9,8 @@ Gem::Specification.new do |spec|
9
9
  spec.authors = ["Jamie English"]
10
10
  spec.email = ["jamienglish@gmail.com"]
11
11
 
12
- spec.summary = %q{Repetitive RSpec examples with custom setup.}
13
- spec.description = %q{Repetitive RSpec examples with custom setup.}
12
+ spec.summary = %q{Repeat RSpec examples with custom setup.}
13
+ spec.description = %q{Repeat RSpec examples with custom setup.}
14
14
  spec.homepage = "https://github.com/english/rspec-repetitive"
15
15
  spec.license = "MIT"
16
16
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rspec-repetitive
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jamie English
@@ -38,7 +38,7 @@ dependencies:
38
38
  - - "~>"
39
39
  - !ruby/object:Gem::Version
40
40
  version: '3.0'
41
- description: Repetitive RSpec examples with custom setup.
41
+ description: Repeat RSpec examples with custom setup.
42
42
  email:
43
43
  - jamienglish@gmail.com
44
44
  executables: []
@@ -80,5 +80,5 @@ requirements: []
80
80
  rubygems_version: 3.0.1
81
81
  signing_key:
82
82
  specification_version: 4
83
- summary: Repetitive RSpec examples with custom setup.
83
+ summary: Repeat RSpec examples with custom setup.
84
84
  test_files: []