rspeckled 0.0.53 → 0.0.54

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
  SHA256:
3
- metadata.gz: aa258966630793ec8d12a5966b8bae7e76cb25223b6bb4ada264e9a8bd97ab49
4
- data.tar.gz: f6511a3640478ca5814429f0560e80d4d5f6645e66505ce18de0248c7dbcc187
3
+ metadata.gz: deb27e150c71a733678d5073ca9f1aad8b61b712379509eb92512da04a7805a4
4
+ data.tar.gz: dc5ba57bbabd8c0c5007f72651baecbe6db2fbfe1301bb16f959507d003bd81f
5
5
  SHA512:
6
- metadata.gz: ac4b517e2dfea769a3bdec318510b60e0a0829c99cbc7254f4b6465068f87b6882c61531170918a3ca06afaffa1c0aba4c21a497b8f364787afb6ac26397cad4
7
- data.tar.gz: 28ee07ac6febc058288a538a311f04ad79e0521accde0c6080c74f5e0ff069cc4ca6e549c8484b790c0342230bc8d68573b9a57e4cd1e7ebbe2557c90c182def
6
+ metadata.gz: 8014ea0cc30520f3a37e068f9d756b949f5ade0c90865318aa34e140c0623c551f7cad51b144d7aabfacc0ec68b600c4062d100ec4860193dddf69613f50d859
7
+ data.tar.gz: 78ca8907fd5b187fd95167e55691d5cd87bfa3dc135c845bda32af4c1c58a7d5883516eed23543d137a455da8b091c07d3f108574963a100727d4cd5e3acdc7f
checksums.yaml.gz.sig CHANGED
Binary file
data.tar.gz.sig CHANGED
Binary file
@@ -61,7 +61,7 @@ begin
61
61
  puts
62
62
  end
63
63
 
64
- if defined?('ActiveRecord::Base') && message.is_a?(ActiveRecord::Base)
64
+ if defined?(::ActiveRecord::Base) && message.is_a?(::ActiveRecord::Base)
65
65
  ap(message.attributes, :raw => true)
66
66
  else
67
67
  ap(message, :raw => true)
@@ -8,7 +8,7 @@ begin
8
8
  require 'recaptcha'
9
9
 
10
10
  Recaptcha.configure do |config|
11
- config.skip_verify_env = ['test']
11
+ config.skip_verify_env = %w{test}
12
12
  end
13
13
  rescue LoadError
14
14
  end
@@ -37,7 +37,7 @@ begin
37
37
  end
38
38
 
39
39
  VCR.configure do |config|
40
- config.ignore_hosts 'lvh.me', 'localhost', '127.0.0.1', '0.0.0.0'
40
+ config.ignore_hosts 'lvh.me', 'localhost', '127.0.0.1', '0.0.0.0' # rubocop:disable Style/IpAddresses
41
41
 
42
42
  config.cassette_library_dir = File.expand_path('./tmp/vcr_cassettes')
43
43
  config.allow_http_connections_when_no_cassette = true
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Rspeckled
4
- VERSION = '0.0.53'
4
+ VERSION = '0.0.54'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rspeckled
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.53
4
+ version: 0.0.54
5
5
  platform: ruby
6
6
  authors:
7
7
  - thegranddesign
@@ -31,7 +31,7 @@ cert_chain:
31
31
  Y2GAoHKstmfIVhc4XHOPpmTd2o/C29O9oaRgjrkfQEhF/KvJ/PhoV5hvokzsCyI5
32
32
  iUeXPfvrGD/itYIBCgk+fnzyQQ4QtE5hTQaWQ3o2
33
33
  -----END CERTIFICATE-----
34
- date: 2018-05-31 00:00:00.000000000 Z
34
+ date: 2018-07-12 00:00:00.000000000 Z
35
35
  dependencies:
36
36
  - !ruby/object:Gem::Dependency
37
37
  name: rspec
@@ -182,7 +182,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
182
182
  version: '0'
183
183
  requirements: []
184
184
  rubyforge_project:
185
- rubygems_version: 2.7.6
185
+ rubygems_version: 2.7.7
186
186
  signing_key:
187
187
  specification_version: 4
188
188
  summary: Stop Copying and Pasting Your RSpec Configuration
metadata.gz.sig CHANGED
Binary file