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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 35d6d889b8ad0af3198c5a726582a05936774cac
4
- data.tar.gz: 4463d462d2f6f8f43167e8b8fd6a5a1aa54d994f
3
+ metadata.gz: ad579c6eb4077a290ee10a6f1031b79ff373fb86
4
+ data.tar.gz: 2a33577a316b417f5a809f484046607e2a4a1498
5
5
  SHA512:
6
- metadata.gz: 8d9ef844049c13f7f6d81b2e78a3426c7aa8adcb53eab2d7df0b30d9d10f03b83b123a1ec84ecceaf58c7483f0acd633392fd5561ba10904a1394883502e7f63
7
- data.tar.gz: 933e277659721571f80e0ae44d20730a99fc1776deab44fcbfd79b6a1d1ab765a58e2ed9759717e3f8631cc9bd43a202629365e1fbb7b4288e44fdb91376a641
6
+ metadata.gz: 33f020160614f5ac5b7dca61387ffb0128bd46c43012990a01e23daa48bac61e8a1be4fae4ed7420f21b6e5b6742374a65e01288e3320441d61c869f82252889
7
+ data.tar.gz: 5f68848399bb856546fb94acc16b449562517449fc2830ae5cbb6d063c54f2d27a22969b9cdd8bf8f087933dffb50bae3c5d240731469192ff37d9ec051c042c
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.4.1
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.1 ruby lib
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.1"
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-06"
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.1
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-06 00:00:00.000000000 Z
11
+ date: 2018-04-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rspec