proxy_pac_rb 0.6.3 → 0.6.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 24bafa433b12280ef1cf464b80dcfc526af68921
4
- data.tar.gz: 795b75ad216d6d06c15733a634517518278a24b8
3
+ metadata.gz: 7c0b2d2d3f95580de46be8f0defc32e0446375d3
4
+ data.tar.gz: cfa3e518450e9eaa6bf6e960add8bb7bf641aabd
5
5
  SHA512:
6
- metadata.gz: 8c398973e36c7dc579995ccef36758000e8917838d11f587fa2647e637611867cca285c681013b29de815291e3080e6b975c04714b2c018d2bb3d7688f597f39
7
- data.tar.gz: bbda3eb42ad78cb204123994fcb1378208085103eb876c3b2296a77efb0f1b317ae4185b29a5fc384aa373308e91bf4e9450152094ca39e341a846ae6c395486
6
+ metadata.gz: 1b04c6af5f6704a2515f746454984e7f37e9283dbd94802c6c2ff67bab574ff242a8e9bb0f5e95791bed7e1e1791c530c249b5cbcb35212931d0a70ecc6e5187
7
+ data.tar.gz: 773d9a12a6ff3969d4ad831fae6105d90a6ea45587535cd6fef5c1b301683087508774c188f42498429047353c4c97b4bc8d2d3e3559f2fb826b577ea5d0cec1
@@ -18,10 +18,10 @@ RSpec::Matchers.define :be_the_same_proxy_pac_file do |expected|
18
18
  diffable
19
19
 
20
20
  failure_message do
21
- format(%(expected that proxy.pac "%s" is equal to proxy.pac "%s", but it is not equal.), @file_a.source.truncate_words(10), @file_b.source.truncate_words(10))
21
+ format(%(expected that proxy.pac "%s" is equal to proxy.pac "%s", but it is not equal.), @file_a.source.truncate(30), @file_b.source.truncate(30))
22
22
  end
23
23
 
24
24
  failure_message_when_negated do
25
- format(%(expected that proxy.pac "%s" is not equal to proxy.pac "%s", but it is equal.), @file_a.source.truncate_words(10), @file_b.source.truncate_words(10))
25
+ format(%(expected that proxy.pac "%s" is not equal to proxy.pac "%s", but it is equal.), @file_a.source.truncate(30), @file_b.source.truncate(30))
26
26
  end
27
27
  end
@@ -1,5 +1,5 @@
1
1
  # encoding: utf-8
2
2
  # ProxyPacRb
3
3
  module ProxyPacRb
4
- VERSION = '0.6.3'
4
+ VERSION = '0.6.4'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: proxy_pac_rb
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.3
4
+ version: 0.6.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dennis Günnewig
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-05-07 00:00:00.000000000 Z
11
+ date: 2015-05-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: addressable