rspec-subject_call 1.0.0 → 1.0.1
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/rspec/subject_call/version.rb +1 -1
- data/rspec-subject_call.gemspec +1 -1
- metadata +4 -3
data/rspec-subject_call.gemspec
CHANGED
@@ -7,7 +7,7 @@ Gem::Specification.new do |s|
|
|
7
7
|
s.authors = [ 'Gregory McIntyre' ]
|
8
8
|
s.email = [ 'greg@gregorymcintyre.com' ]
|
9
9
|
s.homepage = 'http://github.com/rails-oceania/rspec-subject_call'
|
10
|
-
s.description = '
|
10
|
+
s.description = 'Lets you use the subject in convenient ways with block matchers like "change" and "receive_error"'
|
11
11
|
s.summary = "rspec-subject_call-#{s.version}"
|
12
12
|
s.required_rubygems_version = '> 1.3.6'
|
13
13
|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rspec-subject_call
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.1
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -11,7 +11,8 @@ bindir: bin
|
|
11
11
|
cert_chain: []
|
12
12
|
date: 2013-08-04 00:00:00.000000000 Z
|
13
13
|
dependencies: []
|
14
|
-
description:
|
14
|
+
description: Lets you use the subject in convenient ways with block matchers like
|
15
|
+
"change" and "receive_error"
|
15
16
|
email:
|
16
17
|
- greg@gregorymcintyre.com
|
17
18
|
executables: []
|
@@ -52,6 +53,6 @@ rubyforge_project:
|
|
52
53
|
rubygems_version: 1.8.24
|
53
54
|
signing_key:
|
54
55
|
specification_version: 3
|
55
|
-
summary: rspec-subject_call-1.0.
|
56
|
+
summary: rspec-subject_call-1.0.1
|
56
57
|
test_files: []
|
57
58
|
has_rdoc:
|