rspec-webservice-outputter 0.4.1 → 0.4.2
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.
- checksums.yaml +4 -4
- data/VERSION +1 -1
- data/lib/rspec-webservice-outputter.rb +1 -1
- data/rspec-webservice-outputter.gemspec +3 -3
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ad579c6eb4077a290ee10a6f1031b79ff373fb86
|
|
4
|
+
data.tar.gz: 2a33577a316b417f5a809f484046607e2a4a1498
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 33f020160614f5ac5b7dca61387ffb0128bd46c43012990a01e23daa48bac61e8a1be4fae4ed7420f21b6e5b6742374a65e01288e3320441d61c869f82252889
|
|
7
|
+
data.tar.gz: 5f68848399bb856546fb94acc16b449562517449fc2830ae5cbb6d063c54f2d27a22969b9cdd8bf8f087933dffb50bae3c5d240731469192ff37d9ec051c042c
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.4.
|
|
1
|
+
0.4.2
|
|
@@ -3,7 +3,7 @@ require 'rspec-webservice-outputter/base'
|
|
|
3
3
|
|
|
4
4
|
RSpec.configure do |config|
|
|
5
5
|
config.after(:each) do
|
|
6
|
-
next unless ENV['WEBSERVICE'] && defined?(request)
|
|
6
|
+
next unless ENV['WEBSERVICE'] && defined?(@request)
|
|
7
7
|
RspecWebServiceOutputter::Output.new(request, response).print
|
|
8
8
|
end
|
|
9
9
|
end
|
|
@@ -2,16 +2,16 @@
|
|
|
2
2
|
# DO NOT EDIT THIS FILE DIRECTLY
|
|
3
3
|
# Instead, edit Juwelier::Tasks in Rakefile, and run 'rake gemspec'
|
|
4
4
|
# -*- encoding: utf-8 -*-
|
|
5
|
-
# stub: rspec-webservice-outputter 0.4.
|
|
5
|
+
# stub: rspec-webservice-outputter 0.4.2 ruby lib
|
|
6
6
|
|
|
7
7
|
Gem::Specification.new do |s|
|
|
8
8
|
s.name = "rspec-webservice-outputter"
|
|
9
|
-
s.version = "0.4.
|
|
9
|
+
s.version = "0.4.2"
|
|
10
10
|
|
|
11
11
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
12
12
|
s.require_paths = ["lib"]
|
|
13
13
|
s.authors = ["Nicholas Babb"]
|
|
14
|
-
s.date = "2018-04-
|
|
14
|
+
s.date = "2018-04-10"
|
|
15
15
|
s.email = "ndbabb@gmail.com"
|
|
16
16
|
s.extra_rdoc_files = [
|
|
17
17
|
"LICENSE.txt",
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rspec-webservice-outputter
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.4.
|
|
4
|
+
version: 0.4.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Nicholas Babb
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2018-04-
|
|
11
|
+
date: 2018-04-10 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rspec
|