rspec-the 1.0.0 → 1.0.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +1 -1
- data/lib/rspec-the.rb +1 -0
- data/rspec-the.gemspec +1 -1
- metadata +3 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a8b70842bad47f4b64c2d1b56111b65722c8268a
|
4
|
+
data.tar.gz: 3246075eed5041b6bcf4ecfc52614e70f4de4dec
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 940e43c26aa41ef27cc267ea89f8dec5b1688d0602fa5b340ed770fc2febf913e66e1700abbbc5a19ef9f48b5de82d310c9b485bbbb2642def46ad0e1d5f4846
|
7
|
+
data.tar.gz: eaf5a069902ba7aad2387f33882a9273f955ed8434e02f4712bbc02fa52969bda946959226bbb593987429bd42e8e5d896d5838a484796babc85251e08e6455b
|
data/Gemfile.lock
CHANGED
data/lib/rspec-the.rb
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
require 'rspec/the'
|
data/rspec-the.gemspec
CHANGED
@@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
|
|
4
4
|
|
5
5
|
Gem::Specification.new do |spec|
|
6
6
|
spec.name = 'rspec-the'
|
7
|
-
spec.version = '1.0.
|
7
|
+
spec.version = '1.0.1'
|
8
8
|
spec.authors = ['James Ottaway']
|
9
9
|
spec.email = ['hello@james.ottaway.io']
|
10
10
|
spec.summary = 'Easily make assertions about the contents of your `let` blocks'
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rspec-the
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- James Ottaway
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2015-03-04 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rspec-core
|
@@ -81,6 +81,7 @@ files:
|
|
81
81
|
- LICENSE.txt
|
82
82
|
- README.md
|
83
83
|
- Rakefile
|
84
|
+
- lib/rspec-the.rb
|
84
85
|
- lib/rspec/the.rb
|
85
86
|
- rspec-the.gemspec
|
86
87
|
- spec/rspec/the_spec.rb
|