probedock-rspec 0.5.4 → 0.5.5

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: 6ba3723d851863c76fd9c4e1b073b20c78d5d0cb
4
- data.tar.gz: dda7e8ca57d12c7ee6da40a09e50e1e527bc9ef9
3
+ metadata.gz: 531a7ac45278d635d6e0debe1cf27b04822a5bd7
4
+ data.tar.gz: 1a29b8cd4f25915dad80b7cd9cba94bbf386fbc7
5
5
  SHA512:
6
- metadata.gz: d10c9793f2364be0cd064a6283d2fd77834676a090d7add0eda3d537ce716e174d611c53be761f73e32658530c0a266a98c681e5551c8037431cea6a04856ca4
7
- data.tar.gz: 9c6e27cb99f6ecd5679d68d7a138bf8691156c2c682b5dd70758ea3709f7db2afb2d91eeaa6f012a008401332ba679fbe4f68f92ab792c203df75e04b0603fb0
6
+ metadata.gz: bf50c106ad037d740f8e11499f491746a7a3df6019d6df4a224a00782150455fdd6c5ff7d3d42761f4332948496354838d29272040f4bb30c3e71b44220d1235
7
+ data.tar.gz: b3f8a6e4b9281bfc1920093b1048a3adfaa8c778699e41ee925fc91b8577ac5d3dd24195c57c482d1f8549cfea2c984693685a46f546f538a1c773ad94f469b7
data/README.md CHANGED
@@ -17,7 +17,7 @@
17
17
  In your Gemfile:
18
18
 
19
19
  ```rb
20
- gem 'probedock-rspec', '~> 0.5.4'
20
+ gem 'probedock-rspec', '~> 0.5.5'
21
21
  ```
22
22
 
23
23
  Manually:
@@ -49,6 +49,8 @@ This procedure is described here:
49
49
  You must then enable the client in your spec helper file (e.g. `spec/spec_helper.rb`).
50
50
 
51
51
  ```yml
52
+ require 'probedock-rspec'
53
+
52
54
  ProbeDockRSpec.configure do |config|
53
55
 
54
56
  # Optional category to add to all the tests sent with this client.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.5.4
1
+ 0.5.5
@@ -16,7 +16,7 @@ module ProbeDockRSpec
16
16
  options[:fingerprint] = Digest::SHA1.hexdigest name_parts.join('|||')
17
17
 
18
18
  # TODO: remove once Probe Dock has been migrated to use fingerprints
19
- options[:data][:fingerprint] = options[:fingerprint]
19
+ options[:data]['fingerprint'] = options[:fingerprint]
20
20
 
21
21
  options
22
22
  end
@@ -3,7 +3,7 @@ require 'rspec'
3
3
  require 'probedock-ruby'
4
4
 
5
5
  module ProbeDockRSpec
6
- VERSION = '0.5.4'
6
+ VERSION = '0.5.5'
7
7
 
8
8
  class Error < StandardError; end
9
9
  class PayloadError < Error; end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: probedock-rspec
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.4
4
+ version: 0.5.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Simon Oulevay (Alpha Hydrae)
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-07-29 00:00:00.000000000 Z
11
+ date: 2015-08-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rspec