acfs 1.7.0 → 2.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +144 -116
- data/README.md +19 -24
- data/acfs.gemspec +7 -10
- data/lib/acfs/collections/paginatable.rb +11 -11
- data/lib/acfs/configuration.rb +1 -1
- data/lib/acfs/errors.rb +6 -6
- data/lib/acfs/global.rb +2 -2
- data/lib/acfs/location.rb +1 -1
- data/lib/acfs/resource/attributes/uuid.rb +1 -1
- data/lib/acfs/resource/attributes.rb +1 -1
- data/lib/acfs/resource/dirty.rb +1 -1
- data/lib/acfs/resource/operational.rb +4 -4
- data/lib/acfs/resource/query_methods.rb +3 -3
- data/lib/acfs/response/status.rb +1 -1
- data/lib/acfs/service/middleware.rb +2 -2
- data/lib/acfs/singleton_resource.rb +2 -2
- data/lib/acfs/stub.rb +1 -1
- data/lib/acfs/version.rb +2 -2
- data/lib/acfs/yard.rb +1 -0
- data/spec/acfs/adapter/typhoeus_spec.rb +3 -3
- data/spec/acfs/configuration_spec.rb +1 -1
- data/spec/acfs/global_spec.rb +5 -5
- data/spec/acfs/location_spec.rb +1 -1
- data/spec/acfs/middleware/json_spec.rb +1 -1
- data/spec/acfs/middleware/message_pack_spec.rb +1 -1
- data/spec/acfs/operation_spec.rb +1 -1
- data/spec/acfs/resource/attributes/boolean_spec.rb +31 -31
- data/spec/acfs/resource/attributes/date_time_spec.rb +9 -9
- data/spec/acfs/resource/attributes/dict_spec.rb +10 -10
- data/spec/acfs/resource/attributes/float_spec.rb +11 -11
- data/spec/acfs/resource/attributes/integer_spec.rb +6 -6
- data/spec/acfs/resource/attributes/list_spec.rb +1 -1
- data/spec/acfs/resource/attributes/uuid_spec.rb +8 -8
- data/spec/acfs/resource/attributes_spec.rb +8 -8
- data/spec/acfs/resource/dirty_spec.rb +1 -1
- data/spec/acfs/resource/persistence_spec.rb +7 -7
- data/spec/acfs/resource/query_methods_spec.rb +1 -1
- data/spec/acfs/runner_spec.rb +12 -12
- data/spec/acfs/stub_spec.rb +13 -18
- data/spec/acfs_spec.rb +4 -4
- data/spec/spec_helper.rb +9 -5
- data/spec/support/hash.rb +1 -1
- data/vendor/bundle/ruby/3.4.0/bundler/gems/rubocop-config-67802c9d1826/LICENSE +21 -0
- data/vendor/bundle/ruby/3.4.0/bundler/gems/rubocop-config-67802c9d1826/README.md +23 -0
- data/vendor/bundle/ruby/3.4.0/bundler/gems/rubocop-config-67802c9d1826/rubocop-config.gemspec +31 -0
- data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.0.1/CHANGELOG.md +205 -0
- data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.0.1/MIT-LICENSE +21 -0
- data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.0.1/README.rdoc +57 -0
- data/vendor/bundle/ruby/3.4.0/gems/actionview-8.0.1/CHANGELOG.md +67 -0
- data/vendor/bundle/ruby/3.4.0/gems/actionview-8.0.1/MIT-LICENSE +21 -0
- data/vendor/bundle/ruby/3.4.0/gems/actionview-8.0.1/README.rdoc +40 -0
- data/vendor/bundle/ruby/3.4.0/gems/activemodel-8.0.1/CHANGELOG.md +110 -0
- data/vendor/bundle/ruby/3.4.0/gems/activemodel-8.0.1/MIT-LICENSE +21 -0
- data/vendor/bundle/ruby/3.4.0/gems/activemodel-8.0.1/README.rdoc +266 -0
- data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.0.1/CHANGELOG.md +157 -0
- data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.0.1/MIT-LICENSE +20 -0
- data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.0.1/README.rdoc +40 -0
- data/vendor/bundle/ruby/3.4.0/gems/addressable-2.8.7/CHANGELOG.md +301 -0
- data/vendor/bundle/ruby/3.4.0/gems/addressable-2.8.7/LICENSE.txt +202 -0
- data/vendor/bundle/ruby/3.4.0/gems/addressable-2.8.7/README.md +121 -0
- data/vendor/bundle/ruby/3.4.0/gems/addressable-2.8.7/addressable.gemspec +28 -0
- data/vendor/bundle/ruby/3.4.0/gems/appraisal-2.5.0/MIT-LICENSE +21 -0
- data/vendor/bundle/ruby/3.4.0/gems/appraisal-2.5.0/README.md +243 -0
- data/vendor/bundle/ruby/3.4.0/gems/appraisal-2.5.0/appraisal.gemspec +29 -0
- data/vendor/bundle/ruby/3.4.0/gems/base64-0.2.0/LICENSE.txt +22 -0
- data/vendor/bundle/ruby/3.4.0/gems/base64-0.2.0/README.md +48 -0
- data/vendor/bundle/ruby/3.4.0/gems/benchmark-0.4.0/README.md +138 -0
- data/vendor/bundle/ruby/3.4.0/gems/benchmark-0.4.0/benchmark.gemspec +32 -0
- data/vendor/bundle/ruby/3.4.0/gems/bigdecimal-3.1.9/LICENSE +56 -0
- data/vendor/bundle/ruby/3.4.0/gems/bigdecimal-3.1.9/bigdecimal.gemspec +57 -0
- data/vendor/bundle/ruby/3.4.0/gems/builder-3.3.0/MIT-LICENSE +20 -0
- data/vendor/bundle/ruby/3.4.0/gems/builder-3.3.0/README.md +258 -0
- data/vendor/bundle/ruby/3.4.0/gems/builder-3.3.0/builder.gemspec +49 -0
- data/vendor/bundle/ruby/3.4.0/gems/concurrent-ruby-1.3.5/CHANGELOG.md +603 -0
- data/vendor/bundle/ruby/3.4.0/gems/concurrent-ruby-1.3.5/LICENSE.txt +21 -0
- data/vendor/bundle/ruby/3.4.0/gems/concurrent-ruby-1.3.5/README.md +407 -0
- data/vendor/bundle/ruby/3.4.0/gems/connection_pool-2.5.0/LICENSE +20 -0
- data/vendor/bundle/ruby/3.4.0/gems/connection_pool-2.5.0/README.md +167 -0
- data/vendor/bundle/ruby/3.4.0/gems/connection_pool-2.5.0/connection_pool.gemspec +24 -0
- data/vendor/bundle/ruby/3.4.0/gems/crack-1.0.0/LICENSE +20 -0
- data/vendor/bundle/ruby/3.4.0/gems/crack-1.0.0/README.md +43 -0
- data/vendor/bundle/ruby/3.4.0/gems/crass-1.0.6/LICENSE +18 -0
- data/vendor/bundle/ruby/3.4.0/gems/crass-1.0.6/README.md +192 -0
- data/vendor/bundle/ruby/3.4.0/gems/crass-1.0.6/crass.gemspec +31 -0
- data/vendor/bundle/ruby/3.4.0/gems/diff-lcs-1.5.1/License.md +41 -0
- data/vendor/bundle/ruby/3.4.0/gems/diff-lcs-1.5.1/README.rdoc +84 -0
- data/vendor/bundle/ruby/3.4.0/gems/drb-2.2.1/LICENSE.txt +22 -0
- data/vendor/bundle/ruby/3.4.0/gems/drb-2.2.1/drb.gemspec +41 -0
- data/vendor/bundle/ruby/3.4.0/gems/erubi-1.13.1/CHANGELOG +111 -0
- data/vendor/bundle/ruby/3.4.0/gems/erubi-1.13.1/MIT-LICENSE +21 -0
- data/vendor/bundle/ruby/3.4.0/gems/erubi-1.13.1/README.rdoc +151 -0
- data/vendor/bundle/ruby/3.4.0/gems/ethon-0.16.0/CHANGELOG.md +375 -0
- data/vendor/bundle/ruby/3.4.0/gems/ethon-0.16.0/LICENSE +20 -0
- data/vendor/bundle/ruby/3.4.0/gems/ethon-0.16.0/README.md +118 -0
- data/vendor/bundle/ruby/3.4.0/gems/ethon-0.16.0/ethon.gemspec +26 -0
- data/vendor/bundle/ruby/3.4.0/gems/ffi-1.17.1-x86_64-linux-gnu/CHANGELOG.md +465 -0
- data/vendor/bundle/ruby/3.4.0/gems/ffi-1.17.1-x86_64-linux-gnu/LICENSE +24 -0
- data/vendor/bundle/ruby/3.4.0/gems/ffi-1.17.1-x86_64-linux-gnu/LICENSE.SPECS +22 -0
- data/vendor/bundle/ruby/3.4.0/gems/ffi-1.17.1-x86_64-linux-gnu/README.md +137 -0
- data/vendor/bundle/ruby/3.4.0/gems/ffi-1.17.1-x86_64-linux-gnu/ffi.gemspec +42 -0
- data/vendor/bundle/ruby/3.4.0/gems/hashdiff-1.1.2/LICENSE +19 -0
- data/vendor/bundle/ruby/3.4.0/gems/hashdiff-1.1.2/README.md +298 -0
- data/vendor/bundle/ruby/3.4.0/gems/hashdiff-1.1.2/changelog.md +119 -0
- data/vendor/bundle/ruby/3.4.0/gems/hashdiff-1.1.2/hashdiff.gemspec +39 -0
- data/vendor/bundle/ruby/3.4.0/gems/i18n-1.14.6/MIT-LICENSE +20 -0
- data/vendor/bundle/ruby/3.4.0/gems/i18n-1.14.6/README.md +127 -0
- data/vendor/bundle/ruby/3.4.0/gems/json-2.9.1/README.md +195 -0
- data/vendor/bundle/ruby/3.4.0/gems/json-2.9.1/json.gemspec +64 -0
- data/vendor/bundle/ruby/3.4.0/gems/logger-1.6.5/README.md +104 -0
- data/vendor/bundle/ruby/3.4.0/gems/logger-1.6.5/logger.gemspec +28 -0
- data/vendor/bundle/ruby/3.4.0/gems/loofah-2.24.0/CHANGELOG.md +591 -0
- data/vendor/bundle/ruby/3.4.0/gems/loofah-2.24.0/MIT-LICENSE.txt +23 -0
- data/vendor/bundle/ruby/3.4.0/gems/loofah-2.24.0/README.md +410 -0
- data/vendor/bundle/ruby/3.4.0/gems/minitest-5.25.4/README.rdoc +835 -0
- data/vendor/bundle/ruby/3.4.0/gems/multi_json-1.15.0/CHANGELOG.md +275 -0
- data/vendor/bundle/ruby/3.4.0/gems/multi_json-1.15.0/LICENSE.md +20 -0
- data/vendor/bundle/ruby/3.4.0/gems/multi_json-1.15.0/README.md +121 -0
- data/vendor/bundle/ruby/3.4.0/gems/nokogiri-1.18.1-x86_64-linux-gnu/LICENSE-DEPENDENCIES.md +2224 -0
- data/vendor/bundle/ruby/3.4.0/gems/nokogiri-1.18.1-x86_64-linux-gnu/LICENSE.md +9 -0
- data/vendor/bundle/ruby/3.4.0/gems/nokogiri-1.18.1-x86_64-linux-gnu/README.md +293 -0
- data/vendor/bundle/ruby/3.4.0/gems/public_suffix-6.0.1/CHANGELOG.md +491 -0
- data/vendor/bundle/ruby/3.4.0/gems/public_suffix-6.0.1/LICENSE.txt +22 -0
- data/vendor/bundle/ruby/3.4.0/gems/public_suffix-6.0.1/README.md +222 -0
- data/vendor/bundle/ruby/3.4.0/gems/racc-1.8.1/ChangeLog +846 -0
- data/vendor/bundle/ruby/3.4.0/gems/racc-1.8.1/README.ja.rdoc +58 -0
- data/vendor/bundle/ruby/3.4.0/gems/racc-1.8.1/README.rdoc +60 -0
- data/vendor/bundle/ruby/3.4.0/gems/rack-3.1.8/CHANGELOG.md +998 -0
- data/vendor/bundle/ruby/3.4.0/gems/rack-3.1.8/MIT-LICENSE +20 -0
- data/vendor/bundle/ruby/3.4.0/gems/rack-3.1.8/README.md +328 -0
- data/vendor/bundle/ruby/3.4.0/gems/rack-session-2.1.0/license.md +72 -0
- data/vendor/bundle/ruby/3.4.0/gems/rack-session-2.1.0/readme.md +47 -0
- data/vendor/bundle/ruby/3.4.0/gems/rack-test-2.2.0/MIT-LICENSE.txt +20 -0
- data/vendor/bundle/ruby/3.4.0/gems/rack-test-2.2.0/README.md +139 -0
- data/vendor/bundle/ruby/3.4.0/gems/rails-dom-testing-2.2.0/MIT-LICENSE +23 -0
- data/vendor/bundle/ruby/3.4.0/gems/rails-dom-testing-2.2.0/README.md +91 -0
- data/vendor/bundle/ruby/3.4.0/gems/rails-html-sanitizer-1.6.2/CHANGELOG.md +255 -0
- data/vendor/bundle/ruby/3.4.0/gems/rails-html-sanitizer-1.6.2/MIT-LICENSE +23 -0
- data/vendor/bundle/ruby/3.4.0/gems/rails-html-sanitizer-1.6.2/README.md +267 -0
- data/vendor/bundle/ruby/3.4.0/gems/rake-13.2.1/MIT-LICENSE +21 -0
- data/vendor/bundle/ruby/3.4.0/gems/rake-13.2.1/README.rdoc +155 -0
- data/vendor/bundle/ruby/3.4.0/gems/rake-13.2.1/rake.gemspec +101 -0
- data/vendor/bundle/ruby/3.4.0/gems/rake-release-1.3.0/LICENSE +21 -0
- data/vendor/bundle/ruby/3.4.0/gems/rake-release-1.3.0/README.md +107 -0
- data/vendor/bundle/ruby/3.4.0/gems/rake-release-1.3.0/rake-release.gemspec +23 -0
- data/vendor/bundle/ruby/3.4.0/gems/rexml-3.4.0/LICENSE.txt +22 -0
- data/vendor/bundle/ruby/3.4.0/gems/rexml-3.4.0/README.md +57 -0
- data/vendor/bundle/ruby/3.4.0/gems/rspec-3.13.0/LICENSE.md +27 -0
- data/vendor/bundle/ruby/3.4.0/gems/rspec-3.13.0/README.md +47 -0
- data/vendor/bundle/ruby/3.4.0/gems/rspec-collection_matchers-1.2.1/Changelog.md +68 -0
- data/vendor/bundle/ruby/3.4.0/gems/rspec-collection_matchers-1.2.1/LICENSE.txt +27 -0
- data/vendor/bundle/ruby/3.4.0/gems/rspec-collection_matchers-1.2.1/README.md +76 -0
- data/vendor/bundle/ruby/3.4.0/gems/rspec-collection_matchers-1.2.1/rspec-collection_matchers.gemspec +33 -0
- data/vendor/bundle/ruby/3.4.0/gems/rspec-core-3.13.2/Changelog.md +2415 -0
- data/vendor/bundle/ruby/3.4.0/gems/rspec-core-3.13.2/LICENSE.md +26 -0
- data/vendor/bundle/ruby/3.4.0/gems/rspec-core-3.13.2/README.md +389 -0
- data/vendor/bundle/ruby/3.4.0/gems/rspec-expectations-3.13.3/Changelog.md +1352 -0
- data/vendor/bundle/ruby/3.4.0/gems/rspec-expectations-3.13.3/LICENSE.md +25 -0
- data/vendor/bundle/ruby/3.4.0/gems/rspec-expectations-3.13.3/README.md +326 -0
- data/vendor/bundle/ruby/3.4.0/gems/rspec-its-2.0.0/Changelog.md +73 -0
- data/vendor/bundle/ruby/3.4.0/gems/rspec-its-2.0.0/LICENSE.txt +27 -0
- data/vendor/bundle/ruby/3.4.0/gems/rspec-its-2.0.0/README.md +104 -0
- data/vendor/bundle/ruby/3.4.0/gems/rspec-its-2.0.0/rspec-its.gemspec +31 -0
- data/vendor/bundle/ruby/3.4.0/gems/rspec-mocks-3.13.2/Changelog.md +1299 -0
- data/vendor/bundle/ruby/3.4.0/gems/rspec-mocks-3.13.2/LICENSE.md +25 -0
- data/vendor/bundle/ruby/3.4.0/gems/rspec-mocks-3.13.2/README.md +465 -0
- data/vendor/bundle/ruby/3.4.0/gems/rspec-support-3.13.2/Changelog.md +408 -0
- data/vendor/bundle/ruby/3.4.0/gems/rspec-support-3.13.2/LICENSE.md +23 -0
- data/vendor/bundle/ruby/3.4.0/gems/rspec-support-3.13.2/README.md +40 -0
- data/vendor/bundle/ruby/3.4.0/gems/securerandom-0.4.1/README.md +72 -0
- data/vendor/bundle/ruby/3.4.0/gems/thor-1.3.2/LICENSE.md +20 -0
- data/vendor/bundle/ruby/3.4.0/gems/thor-1.3.2/README.md +45 -0
- data/vendor/bundle/ruby/3.4.0/gems/thor-1.3.2/thor.gemspec +33 -0
- data/vendor/bundle/ruby/3.4.0/gems/typhoeus-1.4.1/CHANGELOG.md +410 -0
- data/vendor/bundle/ruby/3.4.0/gems/typhoeus-1.4.1/LICENSE +22 -0
- data/vendor/bundle/ruby/3.4.0/gems/typhoeus-1.4.1/README.md +588 -0
- data/vendor/bundle/ruby/3.4.0/gems/typhoeus-1.4.1/typhoeus.gemspec +25 -0
- data/vendor/bundle/ruby/3.4.0/gems/tzinfo-2.0.6/LICENSE +19 -0
- data/vendor/bundle/ruby/3.4.0/gems/tzinfo-2.0.6/README.md +406 -0
- data/vendor/bundle/ruby/3.4.0/gems/uri-1.0.2/README.md +55 -0
- data/vendor/bundle/ruby/3.4.0/gems/useragent-0.16.11/LICENSE +20 -0
- data/vendor/bundle/ruby/3.4.0/gems/useragent-0.16.11/README.md +42 -0
- data/vendor/bundle/ruby/3.4.0/gems/webmock-3.24.0/CHANGELOG.md +2104 -0
- data/vendor/bundle/ruby/3.4.0/gems/webmock-3.24.0/LICENSE +20 -0
- data/vendor/bundle/ruby/3.4.0/gems/webmock-3.24.0/README.md +1222 -0
- data/vendor/bundle/ruby/3.4.0/specifications/actionpack-8.0.1.gemspec +36 -0
- data/vendor/bundle/ruby/3.4.0/specifications/actionview-8.0.1.gemspec +33 -0
- data/vendor/bundle/ruby/3.4.0/specifications/activemodel-8.0.1.gemspec +26 -0
- data/vendor/bundle/ruby/3.4.0/specifications/activesupport-8.0.1.gemspec +38 -0
- data/vendor/bundle/ruby/3.4.0/specifications/addressable-2.8.7.gemspec +30 -0
- data/vendor/bundle/ruby/3.4.0/specifications/appraisal-2.5.0.gemspec +31 -0
- data/vendor/bundle/ruby/3.4.0/specifications/base64-0.2.0.gemspec +23 -0
- data/vendor/bundle/ruby/3.4.0/specifications/benchmark-0.4.0.gemspec +23 -0
- data/vendor/bundle/ruby/3.4.0/specifications/bigdecimal-3.1.9.gemspec +25 -0
- data/vendor/bundle/ruby/3.4.0/specifications/builder-3.3.0.gemspec +22 -0
- data/vendor/bundle/ruby/3.4.0/specifications/concurrent-ruby-1.3.5.gemspec +24 -0
- data/vendor/bundle/ruby/3.4.0/specifications/connection_pool-2.5.0.gemspec +28 -0
- data/vendor/bundle/ruby/3.4.0/specifications/crack-1.0.0.gemspec +27 -0
- data/vendor/bundle/ruby/3.4.0/specifications/crass-1.0.6.gemspec +27 -0
- data/vendor/bundle/ruby/3.4.0/specifications/diff-lcs-1.5.1.gemspec +37 -0
- data/vendor/bundle/ruby/3.4.0/specifications/drb-2.2.1.gemspec +22 -0
- data/vendor/bundle/ruby/3.4.0/specifications/erubi-1.13.1.gemspec +29 -0
- data/vendor/bundle/ruby/3.4.0/specifications/ethon-0.16.0.gemspec +24 -0
- data/vendor/bundle/ruby/3.4.0/specifications/ffi-1.17.1-x86_64-linux-gnu.gemspec +31 -0
- data/vendor/bundle/ruby/3.4.0/specifications/hashdiff-1.1.2.gemspec +30 -0
- data/vendor/bundle/ruby/3.4.0/specifications/i18n-1.14.6.gemspec +27 -0
- data/vendor/bundle/ruby/3.4.0/specifications/json-2.9.1.gemspec +0 -0
- data/vendor/bundle/ruby/3.4.0/specifications/logger-1.6.5.gemspec +22 -0
- data/vendor/bundle/ruby/3.4.0/specifications/loofah-2.24.0.gemspec +27 -0
- data/vendor/bundle/ruby/3.4.0/specifications/minitest-5.25.4.gemspec +31 -0
- data/vendor/bundle/ruby/3.4.0/specifications/multi_json-1.15.0.gemspec +26 -0
- data/vendor/bundle/ruby/3.4.0/specifications/nokogiri-1.18.1-x86_64-linux-gnu.gemspec +31 -0
- data/vendor/bundle/ruby/3.4.0/specifications/public_suffix-6.0.1.gemspec +24 -0
- data/vendor/bundle/ruby/3.4.0/specifications/racc-1.8.1.gemspec +28 -0
- data/vendor/bundle/ruby/3.4.0/specifications/rack-3.1.8.gemspec +31 -0
- data/vendor/bundle/ruby/3.4.0/specifications/rack-session-2.1.0.gemspec +30 -0
- data/vendor/bundle/ruby/3.4.0/specifications/rack-test-2.2.0.gemspec +29 -0
- data/vendor/bundle/ruby/3.4.0/specifications/rails-dom-testing-2.2.0.gemspec +28 -0
- data/vendor/bundle/ruby/3.4.0/specifications/rails-html-sanitizer-1.6.2.gemspec +27 -0
- data/vendor/bundle/ruby/3.4.0/specifications/rake-13.2.1.gemspec +26 -0
- data/vendor/bundle/ruby/3.4.0/specifications/rake-release-1.3.0.gemspec +26 -0
- data/vendor/bundle/ruby/3.4.0/specifications/rexml-3.4.0.gemspec +25 -0
- data/vendor/bundle/ruby/3.4.0/specifications/rspec-3.13.0.gemspec +31 -0
- data/vendor/bundle/ruby/3.4.0/specifications/rspec-collection_matchers-1.2.1.gemspec +27 -0
- data/vendor/bundle/ruby/3.4.0/specifications/rspec-core-3.13.2.gemspec +39 -0
- data/vendor/bundle/ruby/3.4.0/specifications/rspec-expectations-3.13.3.gemspec +33 -0
- data/vendor/bundle/ruby/3.4.0/specifications/rspec-its-2.0.0.gemspec +27 -0
- data/vendor/bundle/ruby/3.4.0/specifications/rspec-mocks-3.13.2.gemspec +33 -0
- data/vendor/bundle/ruby/3.4.0/specifications/rspec-support-3.13.2.gemspec +29 -0
- data/vendor/bundle/ruby/3.4.0/specifications/securerandom-0.4.1.gemspec +23 -0
- data/vendor/bundle/ruby/3.4.0/specifications/thor-1.3.2.gemspec +28 -0
- data/vendor/bundle/ruby/3.4.0/specifications/typhoeus-1.4.1.gemspec +24 -0
- data/vendor/bundle/ruby/3.4.0/specifications/tzinfo-2.0.6.gemspec +30 -0
- data/vendor/bundle/ruby/3.4.0/specifications/uri-1.0.2.gemspec +23 -0
- data/vendor/bundle/ruby/3.4.0/specifications/useragent-0.16.11.gemspec +25 -0
- data/vendor/bundle/ruby/3.4.0/specifications/webmock-3.24.0.gemspec +45 -0
- metadata +204 -67
@@ -0,0 +1,410 @@
|
|
1
|
+
# Changelog
|
2
|
+
|
3
|
+
## Master
|
4
|
+
|
5
|
+
[Full Changelog](http://github.com/typhoeus/typhoeus/compare/v1.4.1...master)
|
6
|
+
|
7
|
+
## 1.4.1
|
8
|
+
|
9
|
+
[Full Changelog](http://github.com/typhoeus/typhoeus/compare/v1.4.0...v1.4.1)
|
10
|
+
|
11
|
+
## 1.4.0
|
12
|
+
|
13
|
+
[Full Changelog](http://github.com/typhoeus/typhoeus/compare/v1.1.2...v1.4.0)
|
14
|
+
|
15
|
+
#### 1 feature
|
16
|
+
- Faraday adapter exceptions namespace compatibility with Faraday v1 ([@iMacTia](https://github.com/iMacTia) in [#616](https://github.com/typhoeus/typhoeus/pull/616))
|
17
|
+
|
18
|
+
#### 3 Others
|
19
|
+
- Yard warning fixes ([@olleolleolle](https://github.com/olleolleolle) in [#622](https://github.com/typhoeus/typhoeus/pull/622))
|
20
|
+
- Add more Ruby versions in CI matrix ([@olleolleolle](https://github.com/olleolleolle) in [#623](https://github.com/typhoeus/typhoeus/pull/623))
|
21
|
+
- Use of argument passed in function instead of `attr_reader` ([@v-kolesnikov](https://github.com/v-kolesnikov) in [#625](https://github.com/typhoeus/typhoeus/pull/625))
|
22
|
+
|
23
|
+
## 1.1.2
|
24
|
+
|
25
|
+
[Full Changelog](http://github.com/typhoeus/typhoeus/compare/v1.1.1...v1.1.2)
|
26
|
+
|
27
|
+
## 1.1.1
|
28
|
+
|
29
|
+
[Full Changelog](http://github.com/typhoeus/typhoeus/compare/v1.1.0...v1.1.1)
|
30
|
+
|
31
|
+
## 1.1.0
|
32
|
+
|
33
|
+
[Full Changelog](http://github.com/typhoeus/typhoeus/compare/v1.0.2...v1.1.0)
|
34
|
+
|
35
|
+
* Unless specified `Expect` header is set to be empty to avoid `100 continue`
|
36
|
+
to be set when using `PUT`
|
37
|
+
* Add global config option `Typhoeus::Config.proxy`
|
38
|
+
|
39
|
+
## 1.0.2
|
40
|
+
|
41
|
+
[Full Changelog](http://github.com/typhoeus/typhoeus/compare/v1.0.1...v1.0.2)
|
42
|
+
|
43
|
+
## 1.0.1
|
44
|
+
|
45
|
+
[Full Changelog](http://github.com/typhoeus/typhoeus/compare/v1.0.0...v1.0.1)
|
46
|
+
|
47
|
+
## 1.0.0
|
48
|
+
|
49
|
+
[Full Changelog](http://github.com/typhoeus/typhoeus/compare/v0.8.0...v1.0.0)
|
50
|
+
|
51
|
+
## 0.8.0
|
52
|
+
|
53
|
+
[Full Changelog](http://github.com/typhoeus/typhoeus/compare/v0.7.3...v0.8.0)
|
54
|
+
|
55
|
+
* `EasyFactory`: Reduced object allocations and method calls during deprecated
|
56
|
+
option handling and option sanitization.
|
57
|
+
([Tasos Laskos](https://github.com/zapotek))
|
58
|
+
* `Response` ([Tasos Laskos](https://github.com/zapotek))
|
59
|
+
* `Header`
|
60
|
+
* `#process_pair`: Halved `#set_value` calls.
|
61
|
+
* `#set_value`: Minimized `Hash` accesses.
|
62
|
+
* `#parse`: Use `String#start_with?` instead of `Regexp` match.
|
63
|
+
* `#process_line`: Optimized key/value sanitization.
|
64
|
+
* `Status`
|
65
|
+
* `#timed_out?`: Only return `true` when `#return_code` is `operation_timedout`.
|
66
|
+
|
67
|
+
## 0.7.3
|
68
|
+
|
69
|
+
[Full Changelog](http://github.com/typhoeus/typhoeus/compare/v0.7.2...v0.7.3)
|
70
|
+
|
71
|
+
* Add on_body callbacks individually to allow Ethon to recognize the return code
|
72
|
+
|
73
|
+
## 0.7.2
|
74
|
+
|
75
|
+
[Full Changelog](http://github.com/typhoeus/typhoeus/compare/v0.7.1...v0.7.2)
|
76
|
+
|
77
|
+
* Allow arrays to be passed to Expectation#and_return
|
78
|
+
([JP Moral](https://github.com/jpmoral))
|
79
|
+
|
80
|
+
* Added getter for `redirect_time` value.
|
81
|
+
([Adrien Jarthon](https://github.com/jarthod))
|
82
|
+
|
83
|
+
## 0.7.1
|
84
|
+
|
85
|
+
[Full Changelog](http://github.com/typhoeus/typhoeus/compare/v0.7.0...v0.7.1)
|
86
|
+
|
87
|
+
Bugfixes:
|
88
|
+
|
89
|
+
* Forking may cause libcurl sockets to be shared with child processes, causing HTTP requests to be interleaved
|
90
|
+
([Rolf Timmermans](https://github.com/rolftimmermans), [\#436](https://github.com/typhoeus/typhoeus/pull/426))
|
91
|
+
|
92
|
+
## 0.7.0
|
93
|
+
|
94
|
+
[Full Changelog](http://github.com/typhoeus/typhoeus/compare/v0.7.0.pre1...v0.7.0)
|
95
|
+
|
96
|
+
Bugfixes:
|
97
|
+
|
98
|
+
* Call on_headers and on_body when using stubbed responses.
|
99
|
+
|
100
|
+
## 0.7.0.pre1
|
101
|
+
|
102
|
+
[Full Changelog](http://github.com/typhoeus/typhoeus/compare/v0.6.9...v0.7.0.pre1)
|
103
|
+
|
104
|
+
Enhancements:
|
105
|
+
|
106
|
+
* Improving timeout behavior and documentation. `no_signal` is now set per default!
|
107
|
+
([Jonas Wagner](https://github.com/jwagner), [\#398](https://github.com/typhoeus/typhoeus/pull/398))
|
108
|
+
|
109
|
+
## 0.6.8
|
110
|
+
|
111
|
+
[Full Changelog](http://github.com/typhoeus/typhoeus/compare/v0.6.7...v0.6.8)
|
112
|
+
|
113
|
+
Bugfixes:
|
114
|
+
|
115
|
+
* Fix Faraday 0.9 compatibility.
|
116
|
+
([Gleb Mazovetskiy](https://github.com/glebm), [\#357](https://github.com/typhoeus/typhoeus/pull/357))
|
117
|
+
* Fix Request#hash for different key orders.
|
118
|
+
([Matthew Schulkind](https://github.com/mschulkind), [\#344](https://github.com/typhoeus/typhoeus/pull/344))
|
119
|
+
|
120
|
+
Enhancements:
|
121
|
+
|
122
|
+
* Use an updated Ethon version. Note that from now on the `mime-types` is no longer a Ethon dependency. The gem will be still used if available to determine the mime type of a file which is uploaded. That means you have to have take care of the gem installation yourself.
|
123
|
+
* Use SVG for status badges in README.
|
124
|
+
([Sean Linsley](https://github.com/seanlinsley), [\#353](https://github.com/typhoeus/typhoeus/pull/353))
|
125
|
+
* Missing quotes in README example code.
|
126
|
+
([Jason R. Clark](https://github.com/jasonrclark), [\#351](https://github.com/typhoeus/typhoeus/pull/351))
|
127
|
+
* Specs for Faraday adapter.
|
128
|
+
([michaelavila](https://github.com/michaelavila), [\#348](https://github.com/typhoeus/typhoeus/pull/348))
|
129
|
+
* Clarify wording in README.
|
130
|
+
([Sean Linsley](https://github.com/seanlinsley), [\#347](https://github.com/typhoeus/typhoeus/pull/347))
|
131
|
+
* Make caching easier for non-memory caches.
|
132
|
+
([Matthew Schulkind](https://github.com/mschulkind), [\#345](https://github.com/typhoeus/typhoeus/pull/345))
|
133
|
+
* Spec refactoring.
|
134
|
+
([Matthew Schulkind](https://github.com/mschulkind), [\#343](https://github.com/typhoeus/typhoeus/pull/343))
|
135
|
+
|
136
|
+
## 0.6.7
|
137
|
+
|
138
|
+
[Full Changelog](http://github.com/typhoeus/typhoeus/compare/v0.6.6...v0.6.7)
|
139
|
+
|
140
|
+
Enhancements:
|
141
|
+
|
142
|
+
* Add response streaming.
|
143
|
+
([\#339](https://github.com/typhoeus/typhoeus/pull/339))
|
144
|
+
|
145
|
+
## 0.6.6
|
146
|
+
|
147
|
+
[Full Changelog](http://github.com/typhoeus/typhoeus/compare/v0.6.5...v0.6.6)
|
148
|
+
|
149
|
+
## 0.6.5
|
150
|
+
|
151
|
+
[Full Changelog](http://github.com/typhoeus/typhoeus/compare/v0.6.4...v0.6.5)
|
152
|
+
|
153
|
+
## 0.6.4
|
154
|
+
|
155
|
+
[Full Changelog](http://github.com/typhoeus/typhoeus/compare/v0.6.3...v0.6.4)
|
156
|
+
|
157
|
+
The changelog entries are coming soon!
|
158
|
+
|
159
|
+
## 0.6.3
|
160
|
+
|
161
|
+
[Full Changelog](http://github.com/typhoeus/typhoeus/compare/v0.6.2...v0.6.3)
|
162
|
+
|
163
|
+
Enhancements:
|
164
|
+
|
165
|
+
* Cache hydra per thread.
|
166
|
+
* Various documentation improvements.
|
167
|
+
([craiglittle](https://github.com/craiglittle))
|
168
|
+
* Add support for lazy construction of responses from stubbed requests.
|
169
|
+
([ryankindermann](https://github.com/ryankinderman), [\#275](https://github.com/typhoeus/typhoeus/pull/275))
|
170
|
+
|
171
|
+
## 0.6.2
|
172
|
+
|
173
|
+
[Full Changelog](http://github.com/typhoeus/typhoeus/compare/v0.6.1...v0.6.2)
|
174
|
+
|
175
|
+
Enhancements:
|
176
|
+
|
177
|
+
* Reintroduce a global cache.
|
178
|
+
* `Request#handled_response` falls back to the original response.
|
179
|
+
([turnerking](https://github.com/turnerking), [\#272](https://github.com/typhoeus/typhoeus/pull/272))
|
180
|
+
* When `Errors::NoStub` is raised the `url` is displayed.
|
181
|
+
([dschneider](https://github.com/dschneider), [\#276](https://github.com/typhoeus/typhoeus/pull/276))
|
182
|
+
* Make `Request#hash` consistent.
|
183
|
+
* Add `.rvmrc` and `ctags` to `.gitignore`.
|
184
|
+
([ryankindermann](https://github.com/ryankinderman), [\#274](https://github.com/typhoeus/typhoeus/pull/274))
|
185
|
+
|
186
|
+
## 0.6.1
|
187
|
+
|
188
|
+
[Full Changelog](http://github.com/typhoeus/typhoeus/compare/v0.6.0...v0.6.1)
|
189
|
+
|
190
|
+
Enhancements:
|
191
|
+
|
192
|
+
* Updated ethon version which allows to set multiple protocols.
|
193
|
+
|
194
|
+
## 0.6.0
|
195
|
+
|
196
|
+
[Full Changelog](http://github.com/typhoeus/typhoeus/compare/v0.5.4...v0.6.0)
|
197
|
+
|
198
|
+
Enhancements:
|
199
|
+
|
200
|
+
* `Request#url` now also contains the url parameters.
|
201
|
+
* Use updated ethon version which provides access to protocols and redir_protocols in response to [libcurl SASL buffer overflow vulnerability](http://curl.haxx.se/docs/adv_20130206.html)
|
202
|
+
|
203
|
+
Bugfixes:
|
204
|
+
|
205
|
+
* Corrected ssl options for the faraday adapter.
|
206
|
+
* The before hook now correctly returns the response.
|
207
|
+
([Mattias Putman](https://github.com/challengee), [\#268](https://github.com/typhoeus/typhoeus/pull/268))
|
208
|
+
* Benchmark is working again.
|
209
|
+
|
210
|
+
## 0.5.4
|
211
|
+
|
212
|
+
[Full Changelog](http://github.com/typhoeus/typhoeus/compare/v0.5.3...v0.5.4)
|
213
|
+
|
214
|
+
Enhancements:
|
215
|
+
|
216
|
+
* Make sure response_code is an integer.
|
217
|
+
* When setting an header through vcr or webmock it becomes a `Typhoeus::Response::Header`.
|
218
|
+
* Provide a Rack middleware to decode nested Typhoeus arrays properly.
|
219
|
+
([Dwayne Macgowan](https://github.com/dwaynemac), [\#224](https://github.com/typhoeus/typhoeus/issues/224))
|
220
|
+
* Handled response is available again.
|
221
|
+
* Rename parameter `url` to `base_url`. See discussion here: [\#250](https://github.com/typhoeus/typhoeus/issues/250).
|
222
|
+
([bkimble](https://github.com/bkimble), [\#256](https://github.com/typhoeus/typhoeus/pull/256))
|
223
|
+
* Provide O(1) header access.
|
224
|
+
* Work around ruby 1.8.7 limitations.
|
225
|
+
([Chris Johnson](https://github.com/findchris), [\#227](https://github.com/typhoeus/typhoeus/pull/227) )
|
226
|
+
* Provide symbol access.
|
227
|
+
|
228
|
+
## 0.5.3
|
229
|
+
|
230
|
+
[Full Changelog](http://github.com/typhoeus/typhoeus/compare/v0.5.2...v0.5.3)
|
231
|
+
|
232
|
+
Enhancements:
|
233
|
+
|
234
|
+
* When checking options in Expecation#matches? also consider Request#options.
|
235
|
+
|
236
|
+
Bugfixes:
|
237
|
+
|
238
|
+
* Do not break backwards compatibility with case insensitive headers access.
|
239
|
+
* Make sure hydra behaves correct in case of before hooks.
|
240
|
+
|
241
|
+
## 0.5.2
|
242
|
+
|
243
|
+
[Full Changelog](http://github.com/typhoeus/typhoeus/compare/v0.5.1...v0.5.2)
|
244
|
+
|
245
|
+
Enhancements:
|
246
|
+
|
247
|
+
* Do not check the return_code in Response#success? when response is mocked.
|
248
|
+
* Check for memoization, stubbing, before hooks are delayed to Hydra#run. It
|
249
|
+
was on Hydra#queue before and led to strange behavior because if the request
|
250
|
+
was stubbed, it was wrapped up in queue already. There was no way to add
|
251
|
+
callbacks after queue thatswhy. This is now different, since everything happens
|
252
|
+
in run, just as you expect.
|
253
|
+
|
254
|
+
## 0.5.1
|
255
|
+
|
256
|
+
[Full Changelog](http://github.com/typhoeus/typhoeus/compare/v0.5.0...v0.5.1)
|
257
|
+
|
258
|
+
Enhancements:
|
259
|
+
|
260
|
+
* Downcase header keys for easier access
|
261
|
+
( [\#227](https://github.com/typhoeus/typhoeus/issues/227) )
|
262
|
+
* Using an updated Ethon version.
|
263
|
+
|
264
|
+
## 0.5.0
|
265
|
+
|
266
|
+
[Full Changelog](http://github.com/typhoeus/typhoeus/compare/v0.4.2...v0.5.0)
|
267
|
+
|
268
|
+
Major Changes:
|
269
|
+
|
270
|
+
* Ethon integration
|
271
|
+
* Params are url params and a body is always a body for every request type
|
272
|
+
* The options you can set might have a slightly other names, as Ethon sticks to
|
273
|
+
libcurl names. See
|
274
|
+
[Easy.new](http://rubydoc.info/github/typhoeus/ethon/Ethon/Easy#initialize-instance_method)
|
275
|
+
for a description.
|
276
|
+
* Request parameter and body are properly encoded (only POST multiform body is not)
|
277
|
+
* No more header sanitizing. Before: `:headers => { 'user_agent' => 'Custom' }` was modified to
|
278
|
+
`:headers => { 'User-Agent' => 'Custom' }`
|
279
|
+
* `Typhoeus::Easy` and `Typhoeus::Multi` are now `Ethon::Easy` and `Ethon::Multi`
|
280
|
+
|
281
|
+
* Request shortcuts: `Typhoeus.get("www.google.de")`
|
282
|
+
* Global configuration:
|
283
|
+
```ruby
|
284
|
+
Typhoeus.configure do |config|
|
285
|
+
config.verbose = true
|
286
|
+
config.memoize = true
|
287
|
+
end
|
288
|
+
```
|
289
|
+
* No more `Response#headers_hash`, instead `Response#headers` returning the last
|
290
|
+
header and response#redirections returning the responses with headers
|
291
|
+
generated through redirections
|
292
|
+
* Instead of defining the same callbacks on every request, you can define global callbacks:
|
293
|
+
```ruby
|
294
|
+
Typhoeus.on_complete { p "yay" }
|
295
|
+
```
|
296
|
+
* The stubbing interface changed slightly. You now have the same syntax as for requests:
|
297
|
+
```ruby
|
298
|
+
Typhoeus.stub(url, options).and_return(response)
|
299
|
+
```
|
300
|
+
* The following things were removed because they do not seemed to be used at all. Ping me if you disagree!
|
301
|
+
* `Typhoeus::Filter`
|
302
|
+
* `Typhoeus::Remote`
|
303
|
+
* `Typhoeus::RemoteMethod`
|
304
|
+
* `Typhoeus::RemoteProxyObject`
|
305
|
+
* build in cache interface
|
306
|
+
|
307
|
+
Enhancements:
|
308
|
+
|
309
|
+
* Documentation
|
310
|
+
( [Alex P](https://github.com/ifesdjeen), [\#188](https://github.com/typhoeus/typhoeus/issues/188) )
|
311
|
+
* Request#on\_complete can hold multiple blocks.
|
312
|
+
* Request#eql? recognizes when header/params/body has a different order, but still same keys and values
|
313
|
+
( [Alex P](https://github.com/ifesdjeen), [\#194](https://github.com/typhoeus/typhoeus/issues/194) )
|
314
|
+
|
315
|
+
Bug Fixes:
|
316
|
+
|
317
|
+
* Zero bytes in strings are escaped for libcurl
|
318
|
+
* Add support for socks5 hostname proxy type
|
319
|
+
( [eweathers](https://github.com/eweathers), [\#183](https://github.com/typhoeus/typhoeus/issues/183) )
|
320
|
+
* Post body is encoded
|
321
|
+
( [Rohan Deshpande](https://github.com/rdeshpande), [\#143](https://github.com/typhoeus/typhoeus/issues/143) )
|
322
|
+
* Set default user agent
|
323
|
+
( [Steven Shingler](https://github.com/sshingler), [\#176](https://github.com/typhoeus/typhoeus/issues/176) )
|
324
|
+
|
325
|
+
## 0.4.2
|
326
|
+
* A header hotfix
|
327
|
+
|
328
|
+
## 0.4.1
|
329
|
+
* Fix verifypeer and verifyhost options
|
330
|
+
* Fix header sending
|
331
|
+
|
332
|
+
## 0.4.0
|
333
|
+
* Make a GET even when a body is given
|
334
|
+
* Deprecated User Agent setter removed
|
335
|
+
* Allow cache key basis overwrite (John Crepezzi, #147)
|
336
|
+
* FFI integration (Daniel Cavanagh, #151)
|
337
|
+
* Refactor upload code (Marnen Laibow-Koser, #152)
|
338
|
+
* Fix travis-ci build (Ezekiel Templin, #160)
|
339
|
+
|
340
|
+
## 0.3.3
|
341
|
+
* Make sure to call the Easy::failure callback on all non-success http response codes, even invalid ones. [balexis]
|
342
|
+
* Use bytesize instead of length to determine Content-Length [dlamacchia]
|
343
|
+
* Added SSL version option to Easy/Request [michelbarbosa/dbalatero]
|
344
|
+
|
345
|
+
## 0.3.2
|
346
|
+
* Fix array params to be consistent with HTTP spec [gridaphobe]
|
347
|
+
* traversal\_to\_params\_hash should use the escape option [itsmeduncan]
|
348
|
+
* Fix > 1024 open file descriptors [mschulkind]
|
349
|
+
* Fixed a bug with internally queued requests being dropped [mschulkind]
|
350
|
+
* Use gemspec in bundler to avoid duplication [mschulkind]
|
351
|
+
* Run internally queued requests in FIFO order [mschulkind]
|
352
|
+
* Moved Typhoeus::VERSION to a separate file, to fix rake build\_native [mschulkind]
|
353
|
+
* Fixed problems related to put requests with empty bodies [skaes, GH-84]
|
354
|
+
* Added CURLOPT\_INTERFACE option via Request#interface=. [spiegela]
|
355
|
+
* Added Tempfile support to Form#process! [richievos]
|
356
|
+
* Hydra won't forget to accept gzip/deflate encoding [codesnik]
|
357
|
+
* Accept and convert strings to integers in Typhoeus::Request#initialize for timeout/cache\_timeout/connect\_timeout values when using ruby 1.9.x. [djnawara]
|
358
|
+
* Added interface for registering stub finders [myronmarston]
|
359
|
+
* Fixed header stubbing [myronmarston]
|
360
|
+
* Added PKCS12 support [jodell]
|
361
|
+
* Make a request with handlers marshallable [bernerdschaefer]
|
362
|
+
* Upgraded to RSpec 2 [bernerdschaefer]
|
363
|
+
* Fix HTTP status edge-case [balexis]
|
364
|
+
* Expose primary\_ip to easy object [balexis]
|
365
|
+
|
366
|
+
## 0.2.4
|
367
|
+
* Fix form POSTs to only use multipart for file uploads, otherwise use application/x-www-form-urlencoded [dbalatero]
|
368
|
+
|
369
|
+
## 0.2.3
|
370
|
+
* Code duplication in Typhoeus::Form led to nested URL param errors on POST only. Fixed [dbalatero]
|
371
|
+
|
372
|
+
## 0.2.2
|
373
|
+
* Fixed a problem with nested URL params encoding incorrectly [dbalatero]
|
374
|
+
|
375
|
+
## 0.2.1
|
376
|
+
* Added extended proxy support [Zapotek, GH-46]
|
377
|
+
* eliminated compile time warnings by using proper type declarations [skaes, GH-54]
|
378
|
+
* fixed broken calls to rb\_raise [skaes, GH-54]
|
379
|
+
* prevent leaking of curl easy handles when exceptions are raised (either from typhoeus itself or user callbacks) [skaes, GH-54]
|
380
|
+
* fixed Easy#timed\_out? using curl return codes [skaes, GH-54]
|
381
|
+
* provide curl return codes and corresponding curl error messages on classes Easy and Request [skaes, GH-54]
|
382
|
+
* allow VCR to whitelist hosts in Typhoeus stubbing/mocking [myronmarston, GH-57]
|
383
|
+
* added timed\_out? documentation, method to Response [dbalatero, GH-34]
|
384
|
+
* added abort to Hydra to prematurely stop a hydra.run [Zapotek]
|
385
|
+
* added file upload support for POST requests [jtarchie, GH-59]
|
386
|
+
|
387
|
+
## 0.2.0
|
388
|
+
* Fix warning in Request#headers from attr\_accessor
|
389
|
+
* Params with array values were not parsing into the format that rack expects [GH-39, smartocci]
|
390
|
+
* Removed Rack as a dependency [GH-45]
|
391
|
+
* Added integration hooks for VCR!
|
392
|
+
|
393
|
+
## 0.1.31
|
394
|
+
* Fixed bug in setting compression encoding [morhekil]
|
395
|
+
* Exposed authentication control methods through Request interface [morhekil]
|
396
|
+
|
397
|
+
## 0.1.30
|
398
|
+
* Exposed CURLOPT\_CONNECTTIMEOUT\_MS to Requests [balexis]
|
399
|
+
|
400
|
+
## 0.1.29
|
401
|
+
* Fixed a memory corruption with using CURLOPT\_POSTFIELDS [gravis,
|
402
|
+
32531d0821aecc4]
|
403
|
+
|
404
|
+
## 0.1.28
|
405
|
+
* Added SSL cert options for Typhoeus::Easy [GH-25, gravis]
|
406
|
+
* Ported SSL cert options to Typhoeus::Request interface [gravis]
|
407
|
+
* Added support for any HTTP method (purge for Varnish) [ryana]
|
408
|
+
|
409
|
+
## 0.1.27
|
410
|
+
* Added rack as dependency, added dev dependencies to Rakefile [GH-21]
|
@@ -0,0 +1,22 @@
|
|
1
|
+
Copyright (c) 2009-2010 Paul Dix
|
2
|
+
Copyright (c) 2011 David Balatero
|
3
|
+
Copyright (c) 2012-2016 Hans Hasselberg
|
4
|
+
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining
|
6
|
+
a copy of this software and associated documentation files (the
|
7
|
+
"Software"), to deal in the Software without restriction, including
|
8
|
+
without limitation the rights to use, copy, modify, merge, publish,
|
9
|
+
distribute, sublicense, and/or sell copies of the Software, and to
|
10
|
+
permit persons to whom the Software is furnished to do so, subject to
|
11
|
+
the following conditions:
|
12
|
+
|
13
|
+
The above copyright notice and this permission notice shall be
|
14
|
+
included in all copies or substantial portions of the Software.
|
15
|
+
|
16
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
17
|
+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
18
|
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
19
|
+
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
20
|
+
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
21
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
22
|
+
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|