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
@@ -5,7 +5,7 @@ module Acfs::Collections
|
|
5
5
|
extend ActiveSupport::Concern
|
6
6
|
|
7
7
|
included do
|
8
|
-
def self.operation(_action, **opts, &
|
8
|
+
def self.operation(_action, **opts, &)
|
9
9
|
opts[:url]
|
10
10
|
end
|
11
11
|
|
@@ -17,26 +17,26 @@ module Acfs::Collections
|
|
17
17
|
setup_headers response.headers
|
18
18
|
end
|
19
19
|
|
20
|
-
def next_page(&
|
21
|
-
page
|
20
|
+
def next_page(&)
|
21
|
+
page('next', &)
|
22
22
|
end
|
23
23
|
|
24
|
-
def prev_page(&
|
25
|
-
page
|
24
|
+
def prev_page(&)
|
25
|
+
page('prev', &)
|
26
26
|
end
|
27
27
|
|
28
|
-
def first_page(&
|
29
|
-
page
|
28
|
+
def first_page(&)
|
29
|
+
page('first', &)
|
30
30
|
end
|
31
31
|
|
32
|
-
def last_page(&
|
33
|
-
page
|
32
|
+
def last_page(&)
|
33
|
+
page('last', &)
|
34
34
|
end
|
35
35
|
|
36
|
-
def page(rel, &
|
36
|
+
def page(rel, &)
|
37
37
|
return unless relations[rel]
|
38
38
|
|
39
|
-
@resource_class.all
|
39
|
+
@resource_class.all(nil, url: relations[rel], &)
|
40
40
|
end
|
41
41
|
|
42
42
|
private
|
data/lib/acfs/configuration.rb
CHANGED
data/lib/acfs/errors.rb
CHANGED
@@ -6,7 +6,7 @@ module Acfs
|
|
6
6
|
class Error < StandardError
|
7
7
|
def initialize(opts = {}, message = nil)
|
8
8
|
opts[:message] = message if message
|
9
|
-
super
|
9
|
+
super(opts[:message])
|
10
10
|
end
|
11
11
|
end
|
12
12
|
|
@@ -20,7 +20,7 @@ module Acfs
|
|
20
20
|
|
21
21
|
message = "#{message}: #{request.method.upcase} #{request.url}"
|
22
22
|
|
23
|
-
super
|
23
|
+
super(message: message)
|
24
24
|
end
|
25
25
|
end
|
26
26
|
|
@@ -40,13 +40,13 @@ module Acfs
|
|
40
40
|
|
41
41
|
message = if response
|
42
42
|
(opts[:message] ? "#{opts[:message]}:" : 'Received') +
|
43
|
-
" #{response.code} for #{response.request.method.upcase}" \
|
44
|
-
"
|
43
|
+
" #{response.code} for #{response.request.method.upcase} " \
|
44
|
+
"#{response.request.url} #{response.request.format}"
|
45
45
|
else
|
46
46
|
opts[:message] || 'Received erroneous response'
|
47
47
|
end
|
48
48
|
|
49
|
-
super
|
49
|
+
super(opts, message)
|
50
50
|
end
|
51
51
|
end
|
52
52
|
|
@@ -63,7 +63,7 @@ module Acfs
|
|
63
63
|
"on #{operation.resource}.\n" +
|
64
64
|
stubs.map {|s| " #{s.opts.pretty_inspect}" }.join
|
65
65
|
|
66
|
-
super
|
66
|
+
super(opts, message)
|
67
67
|
end
|
68
68
|
end
|
69
69
|
|
data/lib/acfs/global.rb
CHANGED
data/lib/acfs/location.rb
CHANGED
@@ -264,7 +264,7 @@ end
|
|
264
264
|
|
265
265
|
# Load attribute type classes.
|
266
266
|
#
|
267
|
-
Dir[File.join(__dir__, 'attributes/*.rb')].
|
267
|
+
Dir[File.join(__dir__, 'attributes/*.rb')].each do |path|
|
268
268
|
filename = File.basename(path)
|
269
269
|
require "acfs/resource/attributes/#{filename}"
|
270
270
|
end
|
data/lib/acfs/resource/dirty.rb
CHANGED
@@ -12,14 +12,14 @@ class Acfs::Resource
|
|
12
12
|
module Operational
|
13
13
|
extend ActiveSupport::Concern
|
14
14
|
|
15
|
-
def operation(
|
16
|
-
self.class.operation(
|
15
|
+
def operation(...)
|
16
|
+
self.class.operation(...)
|
17
17
|
end
|
18
18
|
|
19
19
|
module ClassMethods
|
20
20
|
# Invoke CRUD operation.
|
21
|
-
def operation(
|
22
|
-
Acfs.runner.process ::Acfs::Operation.new(self,
|
21
|
+
def operation(...)
|
22
|
+
Acfs.runner.process ::Acfs::Operation.new(self, ...)
|
23
23
|
end
|
24
24
|
end
|
25
25
|
end
|
@@ -56,11 +56,11 @@ class Acfs::Resource
|
|
56
56
|
#
|
57
57
|
# @return [Collection] Collection of requested resources.
|
58
58
|
#
|
59
|
-
def find(id_or_ids, **opts, &
|
59
|
+
def find(id_or_ids, **opts, &)
|
60
60
|
if id_or_ids.respond_to? :each
|
61
|
-
find_multiple
|
61
|
+
find_multiple(id_or_ids, opts, &)
|
62
62
|
else
|
63
|
-
find_single
|
63
|
+
find_single(id_or_ids, opts, &)
|
64
64
|
end
|
65
65
|
end
|
66
66
|
|
data/lib/acfs/response/status.rb
CHANGED
@@ -35,9 +35,9 @@ module Acfs
|
|
35
35
|
# @param [Proc] block Block passed to klass initialize
|
36
36
|
# @return [undefined]
|
37
37
|
#
|
38
|
-
def use(klass,
|
38
|
+
def use(klass, ...)
|
39
39
|
# Backward compatible behavior
|
40
|
-
middleware.insert(0, klass,
|
40
|
+
middleware.insert(0, klass, ...)
|
41
41
|
end
|
42
42
|
|
43
43
|
# @api private
|
data/lib/acfs/stub.rb
CHANGED
@@ -102,7 +102,7 @@ module Acfs
|
|
102
102
|
# Stub a resource with given handler block. An already created handler
|
103
103
|
# for same resource class will be overridden.
|
104
104
|
#
|
105
|
-
def resource(klass, action, opts = {}, &
|
105
|
+
def resource(klass, action, opts = {}, &)
|
106
106
|
action = action.to_sym
|
107
107
|
unless ACTIONS.include? action
|
108
108
|
raise ArgumentError.new "Unknown action `#{action}`."
|
data/lib/acfs/version.rb
CHANGED
data/lib/acfs/yard.rb
CHANGED
@@ -29,7 +29,7 @@ describe Acfs::Adapter::Typhoeus do
|
|
29
29
|
request = Acfs::Request.new 'http://example.org'
|
30
30
|
adapter.queue request
|
31
31
|
|
32
|
-
expect { adapter.run(request) }.to raise_error(
|
32
|
+
expect { adapter.run(request) }.to raise_error(Acfs::TimeoutError) do |err|
|
33
33
|
expect(err.message).to eq 'Timeout reached: GET http://example.org'
|
34
34
|
end
|
35
35
|
end
|
@@ -40,7 +40,7 @@ describe Acfs::Adapter::Typhoeus do
|
|
40
40
|
request = Acfs::Request.new 'http://should-never-exists.example.org'
|
41
41
|
adapter.queue request
|
42
42
|
|
43
|
-
expect { adapter.run(request) }.to raise_error(
|
43
|
+
expect { adapter.run(request) }.to raise_error(Acfs::RequestError) do |err|
|
44
44
|
expect(err.message).to eq 'Couldn\'t resolve host name: GET http://should-never-exists.example.org'
|
45
45
|
end
|
46
46
|
end
|
@@ -48,7 +48,7 @@ describe Acfs::Adapter::Typhoeus do
|
|
48
48
|
it 'passes arguments to typhoeus hydra' do
|
49
49
|
value = {key: 1, key2: 2}
|
50
50
|
|
51
|
-
expect(
|
51
|
+
expect(Typhoeus::Hydra).to receive(:new).with(value)
|
52
52
|
|
53
53
|
described_class.new(**value).send :hydra
|
54
54
|
end
|
data/spec/acfs/global_spec.rb
CHANGED
@@ -12,11 +12,11 @@ class NotificationCollector
|
|
12
12
|
end
|
13
13
|
end
|
14
14
|
|
15
|
-
describe
|
16
|
-
let(:adapter) {
|
15
|
+
describe Acfs::Global do
|
16
|
+
let(:adapter) { NullAdapter.new }
|
17
17
|
let(:runner) { double 'runner' }
|
18
18
|
let(:collector) { NotificationCollector.new }
|
19
|
-
let(:acfs) { Object.new.tap {|o| o.extend
|
19
|
+
let(:acfs) { Object.new.tap {|o| o.extend Acfs::Global } }
|
20
20
|
|
21
21
|
describe 'instrumentation' do
|
22
22
|
before do
|
@@ -26,7 +26,7 @@ describe ::Acfs::Global do
|
|
26
26
|
|
27
27
|
describe '#run' do
|
28
28
|
before do
|
29
|
-
|
29
|
+
ActiveSupport::Notifications.subscribe 'acfs.run', collector
|
30
30
|
end
|
31
31
|
|
32
32
|
it 'triggers event' do
|
@@ -37,7 +37,7 @@ describe ::Acfs::Global do
|
|
37
37
|
|
38
38
|
describe '#reset' do
|
39
39
|
before do
|
40
|
-
|
40
|
+
ActiveSupport::Notifications.subscribe 'acfs.reset', collector
|
41
41
|
end
|
42
42
|
|
43
43
|
it 'triggers event' do
|
data/spec/acfs/location_spec.rb
CHANGED
@@ -61,7 +61,7 @@ describe Acfs::Middleware::JSON do
|
|
61
61
|
let(:body) { data.to_json[4..-4] }
|
62
62
|
|
63
63
|
it 'raises an error' do
|
64
|
-
expect { request.complete! response }.to raise_error(
|
64
|
+
expect { request.complete! response }.to raise_error(JSON::ParserError)
|
65
65
|
end
|
66
66
|
end
|
67
67
|
|
data/spec/acfs/operation_spec.rb
CHANGED
@@ -7,52 +7,52 @@ describe Acfs::Resource::Attributes::Boolean do
|
|
7
7
|
|
8
8
|
describe '#cast' do
|
9
9
|
it 'casts nil' do
|
10
|
-
expect(type.cast(nil)).to
|
10
|
+
expect(type.cast(nil)).to be_nil
|
11
11
|
end
|
12
12
|
|
13
13
|
it 'casts empty string to false' do
|
14
|
-
expect(type.cast('')).to
|
14
|
+
expect(type.cast('')).to be_nil
|
15
15
|
end
|
16
16
|
|
17
17
|
it 'casts blank string to false' do
|
18
|
-
expect(type.cast(" \t")).to
|
18
|
+
expect(type.cast(" \t")).to be_nil
|
19
19
|
end
|
20
20
|
|
21
21
|
it 'preserves boolean values' do
|
22
|
-
expect(type.cast(false)).to
|
23
|
-
expect(type.cast(true)).to
|
22
|
+
expect(type.cast(false)).to be false
|
23
|
+
expect(type.cast(true)).to be true
|
24
24
|
end
|
25
25
|
|
26
26
|
it 'casts falsy values to false' do
|
27
|
-
expect(type.cast(false)).to
|
28
|
-
expect(type.cast(0)).to
|
29
|
-
expect(type.cast('0')).to
|
30
|
-
expect(type.cast('no')).to
|
31
|
-
expect(type.cast('NO')).to
|
32
|
-
expect(type.cast('off')).to
|
33
|
-
expect(type.cast('OFF')).to
|
34
|
-
expect(type.cast('false')).to
|
35
|
-
expect(type.cast('FALSE')).to
|
36
|
-
expect(type.cast('f')).to
|
37
|
-
expect(type.cast('F')).to
|
27
|
+
expect(type.cast(false)).to be false
|
28
|
+
expect(type.cast(0)).to be false
|
29
|
+
expect(type.cast('0')).to be false
|
30
|
+
expect(type.cast('no')).to be false
|
31
|
+
expect(type.cast('NO')).to be false
|
32
|
+
expect(type.cast('off')).to be false
|
33
|
+
expect(type.cast('OFF')).to be false
|
34
|
+
expect(type.cast('false')).to be false
|
35
|
+
expect(type.cast('FALSE')).to be false
|
36
|
+
expect(type.cast('f')).to be false
|
37
|
+
expect(type.cast('F')).to be false
|
38
38
|
end
|
39
39
|
|
40
40
|
it 'casts any other value to true' do
|
41
|
-
expect(type.cast(true)).to
|
42
|
-
expect(type.cast(1)).to
|
43
|
-
expect(type.cast('1')).to
|
44
|
-
expect(type.cast('yes')).to
|
45
|
-
expect(type.cast('YES')).to
|
46
|
-
expect(type.cast('on')).to
|
47
|
-
expect(type.cast('ON')).to
|
48
|
-
expect(type.cast('true')).to
|
49
|
-
expect(type.cast('TRUE')).to
|
50
|
-
expect(type.cast('t')).to
|
51
|
-
expect(type.cast('T')).to
|
52
|
-
|
53
|
-
expect(type.cast(2)).to
|
54
|
-
expect(type.cast('wrong')).to
|
55
|
-
expect(type.cast('random')).to
|
41
|
+
expect(type.cast(true)).to be true
|
42
|
+
expect(type.cast(1)).to be true
|
43
|
+
expect(type.cast('1')).to be true
|
44
|
+
expect(type.cast('yes')).to be true
|
45
|
+
expect(type.cast('YES')).to be true
|
46
|
+
expect(type.cast('on')).to be true
|
47
|
+
expect(type.cast('ON')).to be true
|
48
|
+
expect(type.cast('true')).to be true
|
49
|
+
expect(type.cast('TRUE')).to be true
|
50
|
+
expect(type.cast('t')).to be true
|
51
|
+
expect(type.cast('T')).to be true
|
52
|
+
|
53
|
+
expect(type.cast(2)).to be true
|
54
|
+
expect(type.cast('wrong')).to be true
|
55
|
+
expect(type.cast('random')).to be true
|
56
56
|
end
|
57
57
|
end
|
58
58
|
end
|
@@ -6,54 +6,54 @@ describe Acfs::Resource::Attributes::DateTime do
|
|
6
6
|
let(:type) { Acfs::Resource::Attributes::DateTime.new }
|
7
7
|
|
8
8
|
describe '#cast' do
|
9
|
-
subject(:cast) {
|
9
|
+
subject(:cast) { type.cast value }
|
10
10
|
|
11
11
|
context 'with nil' do
|
12
12
|
let(:value) { nil }
|
13
13
|
|
14
|
-
it { expect(cast
|
14
|
+
it { expect(cast).to be_nil }
|
15
15
|
end
|
16
16
|
|
17
17
|
context 'with empty string' do
|
18
18
|
let(:value) { '' }
|
19
19
|
|
20
|
-
it { expect(cast
|
20
|
+
it { expect(cast).to be_nil }
|
21
21
|
end
|
22
22
|
|
23
23
|
context 'with blank string' do
|
24
24
|
let(:value) { " \t" }
|
25
25
|
|
26
|
-
it { expect(cast
|
26
|
+
it { expect(cast).to be_nil }
|
27
27
|
end
|
28
28
|
|
29
29
|
context 'with DateTime' do
|
30
30
|
let(:value) { DateTime.now }
|
31
31
|
|
32
|
-
it { expect(cast
|
32
|
+
it { expect(cast).to eq value }
|
33
33
|
end
|
34
34
|
|
35
35
|
context 'with Time' do
|
36
36
|
let(:value) { Time.now }
|
37
37
|
|
38
|
-
it { expect(cast
|
38
|
+
it { expect(cast).to eq value.to_datetime }
|
39
39
|
end
|
40
40
|
|
41
41
|
context 'with Date' do
|
42
42
|
let(:value) { Date.today }
|
43
43
|
|
44
|
-
it { expect(cast
|
44
|
+
it { expect(cast).to eq value.to_datetime }
|
45
45
|
end
|
46
46
|
|
47
47
|
context 'with ISO8601' do
|
48
48
|
let(:value) { DateTime.now.iso8601 }
|
49
49
|
|
50
|
-
it { expect(cast.
|
50
|
+
it { expect(cast.iso8601).to eq value }
|
51
51
|
end
|
52
52
|
|
53
53
|
context 'with invalid string' do
|
54
54
|
let(:value) { 'qwe123' }
|
55
55
|
|
56
|
-
it {
|
56
|
+
it { expect { cast }.to raise_error ArgumentError }
|
57
57
|
end
|
58
58
|
end
|
59
59
|
end
|
@@ -6,36 +6,36 @@ describe Acfs::Resource::Attributes::Dict do
|
|
6
6
|
let(:type) { Acfs::Resource::Attributes::Dict.new }
|
7
7
|
|
8
8
|
describe '#cast' do
|
9
|
-
subject(:cast) {
|
9
|
+
subject(:cast) { type.cast value }
|
10
10
|
|
11
11
|
context 'with nil' do
|
12
12
|
let(:value) { nil }
|
13
13
|
|
14
|
-
it { expect(cast
|
14
|
+
it { expect(cast).to be_nil }
|
15
15
|
end
|
16
16
|
|
17
17
|
context 'with blank string (I)' do
|
18
18
|
let(:value) { '' }
|
19
19
|
|
20
|
-
it { expect(cast
|
20
|
+
it { expect(cast).to eq({}) }
|
21
21
|
end
|
22
22
|
|
23
23
|
context 'with blank string (II)' do
|
24
24
|
let(:value) { " \t" }
|
25
25
|
|
26
|
-
it { expect(cast
|
26
|
+
it { expect(cast).to eq({}) }
|
27
27
|
end
|
28
28
|
|
29
29
|
context 'with hash' do
|
30
30
|
let(:value) { {3 => true, abc: 4} }
|
31
31
|
|
32
|
-
it { expect(cast
|
32
|
+
it { expect(cast).to eq value }
|
33
33
|
end
|
34
34
|
|
35
35
|
context 'with non hashable object' do
|
36
36
|
let(:value) { Object.new }
|
37
37
|
|
38
|
-
it {
|
38
|
+
it { expect { cast }.to raise_error TypeError }
|
39
39
|
end
|
40
40
|
|
41
41
|
context 'with hashable object (I)' do
|
@@ -47,7 +47,7 @@ describe Acfs::Resource::Attributes::Dict do
|
|
47
47
|
end.new
|
48
48
|
end
|
49
49
|
|
50
|
-
it { expect(cast
|
50
|
+
it { expect(cast).to eq id: value.object_id }
|
51
51
|
end
|
52
52
|
|
53
53
|
context 'with hashable object (II)' do
|
@@ -59,7 +59,7 @@ describe Acfs::Resource::Attributes::Dict do
|
|
59
59
|
end.new
|
60
60
|
end
|
61
61
|
|
62
|
-
it { expect(cast
|
62
|
+
it { expect(cast).to eq id: value.object_id }
|
63
63
|
end
|
64
64
|
|
65
65
|
context 'with serializable object' do
|
@@ -71,13 +71,13 @@ describe Acfs::Resource::Attributes::Dict do
|
|
71
71
|
end.new
|
72
72
|
end
|
73
73
|
|
74
|
-
it { expect(cast
|
74
|
+
it { expect(cast).to eq id: value.object_id }
|
75
75
|
end
|
76
76
|
|
77
77
|
context 'with hash subclass object' do
|
78
78
|
let(:value) { HashWithIndifferentAccess.new test: :foo }
|
79
79
|
|
80
|
-
it { expect(cast
|
80
|
+
it { expect(cast).to be value }
|
81
81
|
end
|
82
82
|
end
|
83
83
|
end
|
@@ -6,66 +6,66 @@ describe Acfs::Resource::Attributes::Float do
|
|
6
6
|
let(:type) { Acfs::Resource::Attributes::Float.new }
|
7
7
|
|
8
8
|
describe '#cast' do
|
9
|
-
subject(:cast) {
|
9
|
+
subject(:cast) { type.cast value }
|
10
10
|
|
11
11
|
context 'with nil' do
|
12
12
|
let(:value) { nil }
|
13
13
|
|
14
|
-
it { expect(cast
|
14
|
+
it { expect(cast).to be_nil }
|
15
15
|
end
|
16
16
|
|
17
17
|
context 'with blank string (I)' do
|
18
18
|
let(:value) { '' }
|
19
19
|
|
20
|
-
it { expect(cast
|
20
|
+
it { expect(cast).to eq 0.0 }
|
21
21
|
end
|
22
22
|
|
23
23
|
context 'with blank string (II)' do
|
24
24
|
let(:value) { " \t" }
|
25
25
|
|
26
|
-
it { expect(cast
|
26
|
+
it { expect(cast).to eq 0.0 }
|
27
27
|
end
|
28
28
|
|
29
29
|
context 'with float' do
|
30
30
|
let(:value) { 1.7 }
|
31
31
|
|
32
|
-
it { expect(cast
|
32
|
+
it { expect(cast).to eq 1.7 }
|
33
33
|
end
|
34
34
|
|
35
35
|
context 'with Infinity' do
|
36
36
|
let(:value) { 'Infinity' }
|
37
37
|
|
38
|
-
it { expect(cast
|
38
|
+
it { expect(cast).to eq Float::INFINITY }
|
39
39
|
end
|
40
40
|
|
41
41
|
context 'with -Infinity' do
|
42
42
|
let(:value) { '-Infinity' }
|
43
43
|
|
44
|
-
it { expect(cast
|
44
|
+
it { expect(cast).to eq(-Float::INFINITY) }
|
45
45
|
end
|
46
46
|
|
47
47
|
context 'with NaN' do
|
48
48
|
let(:value) { 'NaN' }
|
49
49
|
|
50
|
-
it { expect(cast
|
50
|
+
it { expect(cast).to be_nan }
|
51
51
|
end
|
52
52
|
|
53
53
|
context 'with fixnum' do
|
54
54
|
let(:value) { 1 }
|
55
55
|
|
56
|
-
it { expect(cast
|
56
|
+
it { expect(cast).to eq 1.0 }
|
57
57
|
end
|
58
58
|
|
59
59
|
context 'with valid string' do
|
60
60
|
let(:value) { '1.7' }
|
61
61
|
|
62
|
-
it { expect(cast
|
62
|
+
it { expect(cast).to eq 1.7 }
|
63
63
|
end
|
64
64
|
|
65
65
|
context 'with invalid string (I)' do
|
66
66
|
let(:value) { '1.7a' }
|
67
67
|
|
68
|
-
it {
|
68
|
+
it { expect { cast }.to raise_error ArgumentError }
|
69
69
|
end
|
70
70
|
end
|
71
71
|
end
|