capybara-typhoeus 0.4.0 → 0.4.1

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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/LICENSE +20 -0
  3. metadata +17 -8
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 824f4e24e5be156b5ed6b62906efcf036ea2c3eb
4
- data.tar.gz: ced3b1195c10df2e3109db37572e4e327b8371e4
3
+ metadata.gz: a55d264863bedb7ba5dd273fae436b2cda9f2d17
4
+ data.tar.gz: 73c97f10687a19c17b0d332770681125b841f40a
5
5
  SHA512:
6
- metadata.gz: 5fc2b29a731ebe32a21727e9b081c4c5b8c55ac1d528d4645ad04e1d7e75275c1c736e78a31bb70df82bb89c3d901c33412672b5a3bf5a87a8276156d15e7ac5
7
- data.tar.gz: e9c0768dc3fc746d4b92235ac93e8287c2f260387a607dd90a1ec67e0a9af12beec0f07b3af351057227097700ec436db2381a433b1bd4647a392a5a19334bef
6
+ metadata.gz: 29943ea4df1922928c48a19bb72ca26c39e15d9b5c39b0c300a25d44209b7189e04df2b5c86d85933736001993e194da18cff823a3d4f83d2557240df75e62ad
7
+ data.tar.gz: 72650309ab5c2fc1a115bbd5544f186334f4d58d1abe15cece8ebceaeadf71d6ddc87dc3b5cc863f8b22457972567362bfd4b84b197b6d3fa21d48ad56505131
data/LICENSE ADDED
@@ -0,0 +1,20 @@
1
+ Copyright (c) 2010 Tron Jonathan and HALTER Joseph
2
+
3
+ Permission is hereby granted, free of charge, to any person obtaining
4
+ a copy of this software and associated documentation files (the
5
+ "Software"), to deal in the Software without restriction, including
6
+ without limitation the rights to use, copy, modify, merge, publish,
7
+ distribute, sublicense, and/or sell copies of the Software, and to
8
+ permit persons to whom the Software is furnished to do so, subject to
9
+ the following conditions:
10
+
11
+ The above copyright notice and this permission notice shall be
12
+ included in all copies or substantial portions of the Software.
13
+
14
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
15
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
16
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
17
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
18
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
19
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
20
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: capybara-typhoeus
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 0.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Joseph HALTER
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2011-04-22 00:00:00.000000000 Z
12
+ date: 2017-10-07 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: capybara
@@ -29,14 +29,14 @@ dependencies:
29
29
  name: typhoeus
30
30
  requirement: !ruby/object:Gem::Requirement
31
31
  requirements:
32
- - - '='
32
+ - - ">="
33
33
  - !ruby/object:Gem::Version
34
34
  version: 0.6.7
35
35
  type: :runtime
36
36
  prerelease: false
37
37
  version_requirements: !ruby/object:Gem::Requirement
38
38
  requirements:
39
- - - '='
39
+ - - ">="
40
40
  - !ruby/object:Gem::Version
41
41
  version: 0.6.7
42
42
  - !ruby/object:Gem::Dependency
@@ -96,11 +96,15 @@ dependencies:
96
96
  - !ruby/object:Gem::Version
97
97
  version: '0'
98
98
  description: Typhoeus driver for Capybara, allowing testing of REST APIs
99
- email: joseph.halter@thetalentbox.com
99
+ email:
100
+ - jonathan.tron@metrilio.com
101
+ - joseph.halter@metrilio.com
100
102
  executables: []
101
103
  extensions: []
102
- extra_rdoc_files: []
104
+ extra_rdoc_files:
105
+ - README.md
103
106
  files:
107
+ - LICENSE
104
108
  - README.md
105
109
  - lib/capybara/typhoeus.rb
106
110
  - lib/capybara/typhoeus/browser.rb
@@ -114,7 +118,10 @@ licenses: []
114
118
  metadata: {}
115
119
  post_install_message:
116
120
  rdoc_options:
117
- - "--charset=UTF-8"
121
+ - "--main"
122
+ - README.md
123
+ - "--inline-source"
124
+ - "--line-numbers"
118
125
  require_paths:
119
126
  - lib
120
127
  required_ruby_version: !ruby/object:Gem::Requirement
@@ -133,4 +140,6 @@ rubygems_version: 2.5.2
133
140
  signing_key:
134
141
  specification_version: 4
135
142
  summary: Typhoeus driver for Capybara
136
- test_files: []
143
+ test_files:
144
+ - spec/session/typhoeus_spec.rb
145
+ - spec/spec_helper.rb