paso-net-http-spy 0.2.1 → 0.2.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 ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 1714a142348bd74a752c2867e7e24eb349dfabad
4
+ data.tar.gz: d815a940498575b5b4296e0783c9096e56fb727c
5
+ SHA512:
6
+ metadata.gz: 4decd295d2b8023915f37d46ff005282542c1314a2dd1625b7b3d457464b0c33bf4ad93c9472dc7053f0aecf00420134ef1d2c89f343a623cd1d64e926198bcb
7
+ data.tar.gz: c798a33a7d92983a0ec9ddfbcf84e9dc04a3460944ef6d7eb35b9936ee73a95f925c2cb50fd32bde3e9a05525c0a532cd75a38e66c03a55dc2a38266d45f9c03
data/examples/fogbugz.rb CHANGED
File without changes
data/examples/google.rb CHANGED
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
data/readme.markdown CHANGED
File without changes
metadata CHANGED
@@ -1,8 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: paso-net-http-spy
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
5
- prerelease:
4
+ version: 0.2.2
6
5
  platform: ruby
7
6
  authors:
8
7
  - Martin Sadler
@@ -10,24 +9,8 @@ authors:
10
9
  autorequire:
11
10
  bindir: bin
12
11
  cert_chain: []
13
- date: 2012-09-11 00:00:00.000000000 Z
14
- dependencies:
15
- - !ruby/object:Gem::Dependency
16
- name: paso-net-http-spy
17
- requirement: !ruby/object:Gem::Requirement
18
- none: false
19
- requirements:
20
- - - ! '>='
21
- - !ruby/object:Gem::Version
22
- version: '0'
23
- type: :runtime
24
- prerelease: false
25
- version_requirements: !ruby/object:Gem::Requirement
26
- none: false
27
- requirements:
28
- - - ! '>='
29
- - !ruby/object:Gem::Version
30
- version: '0'
12
+ date: 2017-02-02 00:00:00.000000000 Z
13
+ dependencies: []
31
14
  description: Ever wondered what HTTP requests the Ruby gem you are using to connect
32
15
  to a third party API is making? Use HTTP Spy to see what is going on behind the
33
16
  scenes.
@@ -47,25 +30,24 @@ files:
47
30
  - readme.markdown
48
31
  homepage: http://github.com/Paso/net-http-spy
49
32
  licenses: []
33
+ metadata: {}
50
34
  post_install_message:
51
35
  rdoc_options: []
52
36
  require_paths:
53
37
  - lib
54
38
  required_ruby_version: !ruby/object:Gem::Requirement
55
- none: false
56
39
  requirements:
57
- - - ! '>='
40
+ - - ">="
58
41
  - !ruby/object:Gem::Version
59
42
  version: '0'
60
43
  required_rubygems_version: !ruby/object:Gem::Requirement
61
- none: false
62
44
  requirements:
63
- - - ! '>='
45
+ - - ">="
64
46
  - !ruby/object:Gem::Version
65
47
  version: '0'
66
48
  requirements: []
67
49
  rubyforge_project:
68
- rubygems_version: 1.8.23
50
+ rubygems_version: 2.2.2
69
51
  signing_key:
70
52
  specification_version: 3
71
53
  summary: Ever wondered what HTTP requests the Ruby gem you are using to connect to