acfs 1.7.0 → 2.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (237) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +144 -116
  3. data/README.md +19 -24
  4. data/acfs.gemspec +7 -10
  5. data/lib/acfs/collections/paginatable.rb +11 -11
  6. data/lib/acfs/configuration.rb +1 -1
  7. data/lib/acfs/errors.rb +6 -6
  8. data/lib/acfs/global.rb +2 -2
  9. data/lib/acfs/location.rb +1 -1
  10. data/lib/acfs/resource/attributes/uuid.rb +1 -1
  11. data/lib/acfs/resource/attributes.rb +1 -1
  12. data/lib/acfs/resource/dirty.rb +1 -1
  13. data/lib/acfs/resource/operational.rb +4 -4
  14. data/lib/acfs/resource/query_methods.rb +3 -3
  15. data/lib/acfs/response/status.rb +1 -1
  16. data/lib/acfs/service/middleware.rb +2 -2
  17. data/lib/acfs/singleton_resource.rb +2 -2
  18. data/lib/acfs/stub.rb +1 -1
  19. data/lib/acfs/version.rb +2 -2
  20. data/lib/acfs/yard.rb +1 -0
  21. data/spec/acfs/adapter/typhoeus_spec.rb +3 -3
  22. data/spec/acfs/configuration_spec.rb +1 -1
  23. data/spec/acfs/global_spec.rb +5 -5
  24. data/spec/acfs/location_spec.rb +1 -1
  25. data/spec/acfs/middleware/json_spec.rb +1 -1
  26. data/spec/acfs/middleware/message_pack_spec.rb +1 -1
  27. data/spec/acfs/operation_spec.rb +1 -1
  28. data/spec/acfs/resource/attributes/boolean_spec.rb +31 -31
  29. data/spec/acfs/resource/attributes/date_time_spec.rb +9 -9
  30. data/spec/acfs/resource/attributes/dict_spec.rb +10 -10
  31. data/spec/acfs/resource/attributes/float_spec.rb +11 -11
  32. data/spec/acfs/resource/attributes/integer_spec.rb +6 -6
  33. data/spec/acfs/resource/attributes/list_spec.rb +1 -1
  34. data/spec/acfs/resource/attributes/uuid_spec.rb +8 -8
  35. data/spec/acfs/resource/attributes_spec.rb +8 -8
  36. data/spec/acfs/resource/dirty_spec.rb +1 -1
  37. data/spec/acfs/resource/persistence_spec.rb +7 -7
  38. data/spec/acfs/resource/query_methods_spec.rb +1 -1
  39. data/spec/acfs/runner_spec.rb +12 -12
  40. data/spec/acfs/stub_spec.rb +13 -18
  41. data/spec/acfs_spec.rb +4 -4
  42. data/spec/spec_helper.rb +9 -5
  43. data/spec/support/hash.rb +1 -1
  44. data/vendor/bundle/ruby/3.4.0/bundler/gems/rubocop-config-67802c9d1826/LICENSE +21 -0
  45. data/vendor/bundle/ruby/3.4.0/bundler/gems/rubocop-config-67802c9d1826/README.md +23 -0
  46. data/vendor/bundle/ruby/3.4.0/bundler/gems/rubocop-config-67802c9d1826/rubocop-config.gemspec +31 -0
  47. data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.0.1/CHANGELOG.md +205 -0
  48. data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.0.1/MIT-LICENSE +21 -0
  49. data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.0.1/README.rdoc +57 -0
  50. data/vendor/bundle/ruby/3.4.0/gems/actionview-8.0.1/CHANGELOG.md +67 -0
  51. data/vendor/bundle/ruby/3.4.0/gems/actionview-8.0.1/MIT-LICENSE +21 -0
  52. data/vendor/bundle/ruby/3.4.0/gems/actionview-8.0.1/README.rdoc +40 -0
  53. data/vendor/bundle/ruby/3.4.0/gems/activemodel-8.0.1/CHANGELOG.md +110 -0
  54. data/vendor/bundle/ruby/3.4.0/gems/activemodel-8.0.1/MIT-LICENSE +21 -0
  55. data/vendor/bundle/ruby/3.4.0/gems/activemodel-8.0.1/README.rdoc +266 -0
  56. data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.0.1/CHANGELOG.md +157 -0
  57. data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.0.1/MIT-LICENSE +20 -0
  58. data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.0.1/README.rdoc +40 -0
  59. data/vendor/bundle/ruby/3.4.0/gems/addressable-2.8.7/CHANGELOG.md +301 -0
  60. data/vendor/bundle/ruby/3.4.0/gems/addressable-2.8.7/LICENSE.txt +202 -0
  61. data/vendor/bundle/ruby/3.4.0/gems/addressable-2.8.7/README.md +121 -0
  62. data/vendor/bundle/ruby/3.4.0/gems/addressable-2.8.7/addressable.gemspec +28 -0
  63. data/vendor/bundle/ruby/3.4.0/gems/appraisal-2.5.0/MIT-LICENSE +21 -0
  64. data/vendor/bundle/ruby/3.4.0/gems/appraisal-2.5.0/README.md +243 -0
  65. data/vendor/bundle/ruby/3.4.0/gems/appraisal-2.5.0/appraisal.gemspec +29 -0
  66. data/vendor/bundle/ruby/3.4.0/gems/base64-0.2.0/LICENSE.txt +22 -0
  67. data/vendor/bundle/ruby/3.4.0/gems/base64-0.2.0/README.md +48 -0
  68. data/vendor/bundle/ruby/3.4.0/gems/benchmark-0.4.0/README.md +138 -0
  69. data/vendor/bundle/ruby/3.4.0/gems/benchmark-0.4.0/benchmark.gemspec +32 -0
  70. data/vendor/bundle/ruby/3.4.0/gems/bigdecimal-3.1.9/LICENSE +56 -0
  71. data/vendor/bundle/ruby/3.4.0/gems/bigdecimal-3.1.9/bigdecimal.gemspec +57 -0
  72. data/vendor/bundle/ruby/3.4.0/gems/builder-3.3.0/MIT-LICENSE +20 -0
  73. data/vendor/bundle/ruby/3.4.0/gems/builder-3.3.0/README.md +258 -0
  74. data/vendor/bundle/ruby/3.4.0/gems/builder-3.3.0/builder.gemspec +49 -0
  75. data/vendor/bundle/ruby/3.4.0/gems/concurrent-ruby-1.3.5/CHANGELOG.md +603 -0
  76. data/vendor/bundle/ruby/3.4.0/gems/concurrent-ruby-1.3.5/LICENSE.txt +21 -0
  77. data/vendor/bundle/ruby/3.4.0/gems/concurrent-ruby-1.3.5/README.md +407 -0
  78. data/vendor/bundle/ruby/3.4.0/gems/connection_pool-2.5.0/LICENSE +20 -0
  79. data/vendor/bundle/ruby/3.4.0/gems/connection_pool-2.5.0/README.md +167 -0
  80. data/vendor/bundle/ruby/3.4.0/gems/connection_pool-2.5.0/connection_pool.gemspec +24 -0
  81. data/vendor/bundle/ruby/3.4.0/gems/crack-1.0.0/LICENSE +20 -0
  82. data/vendor/bundle/ruby/3.4.0/gems/crack-1.0.0/README.md +43 -0
  83. data/vendor/bundle/ruby/3.4.0/gems/crass-1.0.6/LICENSE +18 -0
  84. data/vendor/bundle/ruby/3.4.0/gems/crass-1.0.6/README.md +192 -0
  85. data/vendor/bundle/ruby/3.4.0/gems/crass-1.0.6/crass.gemspec +31 -0
  86. data/vendor/bundle/ruby/3.4.0/gems/diff-lcs-1.5.1/License.md +41 -0
  87. data/vendor/bundle/ruby/3.4.0/gems/diff-lcs-1.5.1/README.rdoc +84 -0
  88. data/vendor/bundle/ruby/3.4.0/gems/drb-2.2.1/LICENSE.txt +22 -0
  89. data/vendor/bundle/ruby/3.4.0/gems/drb-2.2.1/drb.gemspec +41 -0
  90. data/vendor/bundle/ruby/3.4.0/gems/erubi-1.13.1/CHANGELOG +111 -0
  91. data/vendor/bundle/ruby/3.4.0/gems/erubi-1.13.1/MIT-LICENSE +21 -0
  92. data/vendor/bundle/ruby/3.4.0/gems/erubi-1.13.1/README.rdoc +151 -0
  93. data/vendor/bundle/ruby/3.4.0/gems/ethon-0.16.0/CHANGELOG.md +375 -0
  94. data/vendor/bundle/ruby/3.4.0/gems/ethon-0.16.0/LICENSE +20 -0
  95. data/vendor/bundle/ruby/3.4.0/gems/ethon-0.16.0/README.md +118 -0
  96. data/vendor/bundle/ruby/3.4.0/gems/ethon-0.16.0/ethon.gemspec +26 -0
  97. data/vendor/bundle/ruby/3.4.0/gems/ffi-1.17.1-x86_64-linux-gnu/CHANGELOG.md +465 -0
  98. data/vendor/bundle/ruby/3.4.0/gems/ffi-1.17.1-x86_64-linux-gnu/LICENSE +24 -0
  99. data/vendor/bundle/ruby/3.4.0/gems/ffi-1.17.1-x86_64-linux-gnu/LICENSE.SPECS +22 -0
  100. data/vendor/bundle/ruby/3.4.0/gems/ffi-1.17.1-x86_64-linux-gnu/README.md +137 -0
  101. data/vendor/bundle/ruby/3.4.0/gems/ffi-1.17.1-x86_64-linux-gnu/ffi.gemspec +42 -0
  102. data/vendor/bundle/ruby/3.4.0/gems/hashdiff-1.1.2/LICENSE +19 -0
  103. data/vendor/bundle/ruby/3.4.0/gems/hashdiff-1.1.2/README.md +298 -0
  104. data/vendor/bundle/ruby/3.4.0/gems/hashdiff-1.1.2/changelog.md +119 -0
  105. data/vendor/bundle/ruby/3.4.0/gems/hashdiff-1.1.2/hashdiff.gemspec +39 -0
  106. data/vendor/bundle/ruby/3.4.0/gems/i18n-1.14.6/MIT-LICENSE +20 -0
  107. data/vendor/bundle/ruby/3.4.0/gems/i18n-1.14.6/README.md +127 -0
  108. data/vendor/bundle/ruby/3.4.0/gems/json-2.9.1/README.md +195 -0
  109. data/vendor/bundle/ruby/3.4.0/gems/json-2.9.1/json.gemspec +64 -0
  110. data/vendor/bundle/ruby/3.4.0/gems/logger-1.6.5/README.md +104 -0
  111. data/vendor/bundle/ruby/3.4.0/gems/logger-1.6.5/logger.gemspec +28 -0
  112. data/vendor/bundle/ruby/3.4.0/gems/loofah-2.24.0/CHANGELOG.md +591 -0
  113. data/vendor/bundle/ruby/3.4.0/gems/loofah-2.24.0/MIT-LICENSE.txt +23 -0
  114. data/vendor/bundle/ruby/3.4.0/gems/loofah-2.24.0/README.md +410 -0
  115. data/vendor/bundle/ruby/3.4.0/gems/minitest-5.25.4/README.rdoc +835 -0
  116. data/vendor/bundle/ruby/3.4.0/gems/multi_json-1.15.0/CHANGELOG.md +275 -0
  117. data/vendor/bundle/ruby/3.4.0/gems/multi_json-1.15.0/LICENSE.md +20 -0
  118. data/vendor/bundle/ruby/3.4.0/gems/multi_json-1.15.0/README.md +121 -0
  119. data/vendor/bundle/ruby/3.4.0/gems/nokogiri-1.18.1-x86_64-linux-gnu/LICENSE-DEPENDENCIES.md +2224 -0
  120. data/vendor/bundle/ruby/3.4.0/gems/nokogiri-1.18.1-x86_64-linux-gnu/LICENSE.md +9 -0
  121. data/vendor/bundle/ruby/3.4.0/gems/nokogiri-1.18.1-x86_64-linux-gnu/README.md +293 -0
  122. data/vendor/bundle/ruby/3.4.0/gems/public_suffix-6.0.1/CHANGELOG.md +491 -0
  123. data/vendor/bundle/ruby/3.4.0/gems/public_suffix-6.0.1/LICENSE.txt +22 -0
  124. data/vendor/bundle/ruby/3.4.0/gems/public_suffix-6.0.1/README.md +222 -0
  125. data/vendor/bundle/ruby/3.4.0/gems/racc-1.8.1/ChangeLog +846 -0
  126. data/vendor/bundle/ruby/3.4.0/gems/racc-1.8.1/README.ja.rdoc +58 -0
  127. data/vendor/bundle/ruby/3.4.0/gems/racc-1.8.1/README.rdoc +60 -0
  128. data/vendor/bundle/ruby/3.4.0/gems/rack-3.1.8/CHANGELOG.md +998 -0
  129. data/vendor/bundle/ruby/3.4.0/gems/rack-3.1.8/MIT-LICENSE +20 -0
  130. data/vendor/bundle/ruby/3.4.0/gems/rack-3.1.8/README.md +328 -0
  131. data/vendor/bundle/ruby/3.4.0/gems/rack-session-2.1.0/license.md +72 -0
  132. data/vendor/bundle/ruby/3.4.0/gems/rack-session-2.1.0/readme.md +47 -0
  133. data/vendor/bundle/ruby/3.4.0/gems/rack-test-2.2.0/MIT-LICENSE.txt +20 -0
  134. data/vendor/bundle/ruby/3.4.0/gems/rack-test-2.2.0/README.md +139 -0
  135. data/vendor/bundle/ruby/3.4.0/gems/rails-dom-testing-2.2.0/MIT-LICENSE +23 -0
  136. data/vendor/bundle/ruby/3.4.0/gems/rails-dom-testing-2.2.0/README.md +91 -0
  137. data/vendor/bundle/ruby/3.4.0/gems/rails-html-sanitizer-1.6.2/CHANGELOG.md +255 -0
  138. data/vendor/bundle/ruby/3.4.0/gems/rails-html-sanitizer-1.6.2/MIT-LICENSE +23 -0
  139. data/vendor/bundle/ruby/3.4.0/gems/rails-html-sanitizer-1.6.2/README.md +267 -0
  140. data/vendor/bundle/ruby/3.4.0/gems/rake-13.2.1/MIT-LICENSE +21 -0
  141. data/vendor/bundle/ruby/3.4.0/gems/rake-13.2.1/README.rdoc +155 -0
  142. data/vendor/bundle/ruby/3.4.0/gems/rake-13.2.1/rake.gemspec +101 -0
  143. data/vendor/bundle/ruby/3.4.0/gems/rake-release-1.3.0/LICENSE +21 -0
  144. data/vendor/bundle/ruby/3.4.0/gems/rake-release-1.3.0/README.md +107 -0
  145. data/vendor/bundle/ruby/3.4.0/gems/rake-release-1.3.0/rake-release.gemspec +23 -0
  146. data/vendor/bundle/ruby/3.4.0/gems/rexml-3.4.0/LICENSE.txt +22 -0
  147. data/vendor/bundle/ruby/3.4.0/gems/rexml-3.4.0/README.md +57 -0
  148. data/vendor/bundle/ruby/3.4.0/gems/rspec-3.13.0/LICENSE.md +27 -0
  149. data/vendor/bundle/ruby/3.4.0/gems/rspec-3.13.0/README.md +47 -0
  150. data/vendor/bundle/ruby/3.4.0/gems/rspec-collection_matchers-1.2.1/Changelog.md +68 -0
  151. data/vendor/bundle/ruby/3.4.0/gems/rspec-collection_matchers-1.2.1/LICENSE.txt +27 -0
  152. data/vendor/bundle/ruby/3.4.0/gems/rspec-collection_matchers-1.2.1/README.md +76 -0
  153. data/vendor/bundle/ruby/3.4.0/gems/rspec-collection_matchers-1.2.1/rspec-collection_matchers.gemspec +33 -0
  154. data/vendor/bundle/ruby/3.4.0/gems/rspec-core-3.13.2/Changelog.md +2415 -0
  155. data/vendor/bundle/ruby/3.4.0/gems/rspec-core-3.13.2/LICENSE.md +26 -0
  156. data/vendor/bundle/ruby/3.4.0/gems/rspec-core-3.13.2/README.md +389 -0
  157. data/vendor/bundle/ruby/3.4.0/gems/rspec-expectations-3.13.3/Changelog.md +1352 -0
  158. data/vendor/bundle/ruby/3.4.0/gems/rspec-expectations-3.13.3/LICENSE.md +25 -0
  159. data/vendor/bundle/ruby/3.4.0/gems/rspec-expectations-3.13.3/README.md +326 -0
  160. data/vendor/bundle/ruby/3.4.0/gems/rspec-its-2.0.0/Changelog.md +73 -0
  161. data/vendor/bundle/ruby/3.4.0/gems/rspec-its-2.0.0/LICENSE.txt +27 -0
  162. data/vendor/bundle/ruby/3.4.0/gems/rspec-its-2.0.0/README.md +104 -0
  163. data/vendor/bundle/ruby/3.4.0/gems/rspec-its-2.0.0/rspec-its.gemspec +31 -0
  164. data/vendor/bundle/ruby/3.4.0/gems/rspec-mocks-3.13.2/Changelog.md +1299 -0
  165. data/vendor/bundle/ruby/3.4.0/gems/rspec-mocks-3.13.2/LICENSE.md +25 -0
  166. data/vendor/bundle/ruby/3.4.0/gems/rspec-mocks-3.13.2/README.md +465 -0
  167. data/vendor/bundle/ruby/3.4.0/gems/rspec-support-3.13.2/Changelog.md +408 -0
  168. data/vendor/bundle/ruby/3.4.0/gems/rspec-support-3.13.2/LICENSE.md +23 -0
  169. data/vendor/bundle/ruby/3.4.0/gems/rspec-support-3.13.2/README.md +40 -0
  170. data/vendor/bundle/ruby/3.4.0/gems/securerandom-0.4.1/README.md +72 -0
  171. data/vendor/bundle/ruby/3.4.0/gems/thor-1.3.2/LICENSE.md +20 -0
  172. data/vendor/bundle/ruby/3.4.0/gems/thor-1.3.2/README.md +45 -0
  173. data/vendor/bundle/ruby/3.4.0/gems/thor-1.3.2/thor.gemspec +33 -0
  174. data/vendor/bundle/ruby/3.4.0/gems/typhoeus-1.4.1/CHANGELOG.md +410 -0
  175. data/vendor/bundle/ruby/3.4.0/gems/typhoeus-1.4.1/LICENSE +22 -0
  176. data/vendor/bundle/ruby/3.4.0/gems/typhoeus-1.4.1/README.md +588 -0
  177. data/vendor/bundle/ruby/3.4.0/gems/typhoeus-1.4.1/typhoeus.gemspec +25 -0
  178. data/vendor/bundle/ruby/3.4.0/gems/tzinfo-2.0.6/LICENSE +19 -0
  179. data/vendor/bundle/ruby/3.4.0/gems/tzinfo-2.0.6/README.md +406 -0
  180. data/vendor/bundle/ruby/3.4.0/gems/uri-1.0.2/README.md +55 -0
  181. data/vendor/bundle/ruby/3.4.0/gems/useragent-0.16.11/LICENSE +20 -0
  182. data/vendor/bundle/ruby/3.4.0/gems/useragent-0.16.11/README.md +42 -0
  183. data/vendor/bundle/ruby/3.4.0/gems/webmock-3.24.0/CHANGELOG.md +2104 -0
  184. data/vendor/bundle/ruby/3.4.0/gems/webmock-3.24.0/LICENSE +20 -0
  185. data/vendor/bundle/ruby/3.4.0/gems/webmock-3.24.0/README.md +1222 -0
  186. data/vendor/bundle/ruby/3.4.0/specifications/actionpack-8.0.1.gemspec +36 -0
  187. data/vendor/bundle/ruby/3.4.0/specifications/actionview-8.0.1.gemspec +33 -0
  188. data/vendor/bundle/ruby/3.4.0/specifications/activemodel-8.0.1.gemspec +26 -0
  189. data/vendor/bundle/ruby/3.4.0/specifications/activesupport-8.0.1.gemspec +38 -0
  190. data/vendor/bundle/ruby/3.4.0/specifications/addressable-2.8.7.gemspec +30 -0
  191. data/vendor/bundle/ruby/3.4.0/specifications/appraisal-2.5.0.gemspec +31 -0
  192. data/vendor/bundle/ruby/3.4.0/specifications/base64-0.2.0.gemspec +23 -0
  193. data/vendor/bundle/ruby/3.4.0/specifications/benchmark-0.4.0.gemspec +23 -0
  194. data/vendor/bundle/ruby/3.4.0/specifications/bigdecimal-3.1.9.gemspec +25 -0
  195. data/vendor/bundle/ruby/3.4.0/specifications/builder-3.3.0.gemspec +22 -0
  196. data/vendor/bundle/ruby/3.4.0/specifications/concurrent-ruby-1.3.5.gemspec +24 -0
  197. data/vendor/bundle/ruby/3.4.0/specifications/connection_pool-2.5.0.gemspec +28 -0
  198. data/vendor/bundle/ruby/3.4.0/specifications/crack-1.0.0.gemspec +27 -0
  199. data/vendor/bundle/ruby/3.4.0/specifications/crass-1.0.6.gemspec +27 -0
  200. data/vendor/bundle/ruby/3.4.0/specifications/diff-lcs-1.5.1.gemspec +37 -0
  201. data/vendor/bundle/ruby/3.4.0/specifications/drb-2.2.1.gemspec +22 -0
  202. data/vendor/bundle/ruby/3.4.0/specifications/erubi-1.13.1.gemspec +29 -0
  203. data/vendor/bundle/ruby/3.4.0/specifications/ethon-0.16.0.gemspec +24 -0
  204. data/vendor/bundle/ruby/3.4.0/specifications/ffi-1.17.1-x86_64-linux-gnu.gemspec +31 -0
  205. data/vendor/bundle/ruby/3.4.0/specifications/hashdiff-1.1.2.gemspec +30 -0
  206. data/vendor/bundle/ruby/3.4.0/specifications/i18n-1.14.6.gemspec +27 -0
  207. data/vendor/bundle/ruby/3.4.0/specifications/json-2.9.1.gemspec +0 -0
  208. data/vendor/bundle/ruby/3.4.0/specifications/logger-1.6.5.gemspec +22 -0
  209. data/vendor/bundle/ruby/3.4.0/specifications/loofah-2.24.0.gemspec +27 -0
  210. data/vendor/bundle/ruby/3.4.0/specifications/minitest-5.25.4.gemspec +31 -0
  211. data/vendor/bundle/ruby/3.4.0/specifications/multi_json-1.15.0.gemspec +26 -0
  212. data/vendor/bundle/ruby/3.4.0/specifications/nokogiri-1.18.1-x86_64-linux-gnu.gemspec +31 -0
  213. data/vendor/bundle/ruby/3.4.0/specifications/public_suffix-6.0.1.gemspec +24 -0
  214. data/vendor/bundle/ruby/3.4.0/specifications/racc-1.8.1.gemspec +28 -0
  215. data/vendor/bundle/ruby/3.4.0/specifications/rack-3.1.8.gemspec +31 -0
  216. data/vendor/bundle/ruby/3.4.0/specifications/rack-session-2.1.0.gemspec +30 -0
  217. data/vendor/bundle/ruby/3.4.0/specifications/rack-test-2.2.0.gemspec +29 -0
  218. data/vendor/bundle/ruby/3.4.0/specifications/rails-dom-testing-2.2.0.gemspec +28 -0
  219. data/vendor/bundle/ruby/3.4.0/specifications/rails-html-sanitizer-1.6.2.gemspec +27 -0
  220. data/vendor/bundle/ruby/3.4.0/specifications/rake-13.2.1.gemspec +26 -0
  221. data/vendor/bundle/ruby/3.4.0/specifications/rake-release-1.3.0.gemspec +26 -0
  222. data/vendor/bundle/ruby/3.4.0/specifications/rexml-3.4.0.gemspec +25 -0
  223. data/vendor/bundle/ruby/3.4.0/specifications/rspec-3.13.0.gemspec +31 -0
  224. data/vendor/bundle/ruby/3.4.0/specifications/rspec-collection_matchers-1.2.1.gemspec +27 -0
  225. data/vendor/bundle/ruby/3.4.0/specifications/rspec-core-3.13.2.gemspec +39 -0
  226. data/vendor/bundle/ruby/3.4.0/specifications/rspec-expectations-3.13.3.gemspec +33 -0
  227. data/vendor/bundle/ruby/3.4.0/specifications/rspec-its-2.0.0.gemspec +27 -0
  228. data/vendor/bundle/ruby/3.4.0/specifications/rspec-mocks-3.13.2.gemspec +33 -0
  229. data/vendor/bundle/ruby/3.4.0/specifications/rspec-support-3.13.2.gemspec +29 -0
  230. data/vendor/bundle/ruby/3.4.0/specifications/securerandom-0.4.1.gemspec +23 -0
  231. data/vendor/bundle/ruby/3.4.0/specifications/thor-1.3.2.gemspec +28 -0
  232. data/vendor/bundle/ruby/3.4.0/specifications/typhoeus-1.4.1.gemspec +24 -0
  233. data/vendor/bundle/ruby/3.4.0/specifications/tzinfo-2.0.6.gemspec +30 -0
  234. data/vendor/bundle/ruby/3.4.0/specifications/uri-1.0.2.gemspec +23 -0
  235. data/vendor/bundle/ruby/3.4.0/specifications/useragent-0.16.11.gemspec +25 -0
  236. data/vendor/bundle/ruby/3.4.0/specifications/webmock-3.24.0.gemspec +45 -0
  237. metadata +204 -67
@@ -0,0 +1,491 @@
1
+ # Changelog
2
+
3
+ This project uses [Semantic Versioning 2.0.0](https://semver.org/).
4
+
5
+
6
+ ## 6.0.1
7
+
8
+ ### Changed
9
+
10
+ - Updated definitions.
11
+
12
+
13
+ ## 6.0.0
14
+
15
+ Same as 5.1.0. Re-releasing as a major version change due to a major ruby version requirement change.
16
+
17
+ ### Changed
18
+
19
+ - Updated definitions.
20
+ - Minimum Ruby version is 3.0
21
+
22
+
23
+ ## 5.1.1
24
+
25
+ No significant changes. Releasing a mini version to address 5.1.0 release with major ruby requirement change (GH-315).
26
+
27
+
28
+ ## 5.1.0
29
+
30
+ ### Changed
31
+
32
+ - Updated definitions.
33
+ - Minimum Ruby version is 3.0
34
+
35
+
36
+ ## 5.0.5
37
+
38
+ ### Changed
39
+
40
+ - Updated definitions.
41
+
42
+
43
+ ## 5.0.4
44
+
45
+ ### Changed
46
+
47
+ - Reduced .gem file size (GH-258). [Thanks @ybiquitous]
48
+ - Updated definitions.
49
+
50
+
51
+ ## 5.0.3
52
+
53
+ ### Fixed
54
+
55
+ - Fixed automated release workflow.
56
+
57
+
58
+ ## 5.0.2
59
+
60
+ ### Changed
61
+
62
+ - Updated definitions.
63
+
64
+
65
+ ## 5.0.1
66
+
67
+ ### Changed
68
+
69
+ - Updated definitions.
70
+
71
+
72
+ ## 5.0.0
73
+
74
+ ### Changed
75
+
76
+ - Minimum Ruby version is 2.6
77
+ - Updated definitions.
78
+
79
+
80
+ ## 4.0.7
81
+
82
+ ### Fixes
83
+
84
+ - Fixed YARD rake task (GH-179)
85
+
86
+ ### Changed
87
+
88
+ - Updated definitions.
89
+
90
+
91
+ ## 4.0.6
92
+
93
+ ### Changed
94
+
95
+ - Updated definitions.
96
+
97
+
98
+ ## 4.0.5
99
+
100
+ ### Changed
101
+
102
+ - Updated definitions.
103
+
104
+
105
+ ## 4.0.4
106
+
107
+ ### Changed
108
+
109
+ - Updated definitions.
110
+
111
+
112
+ ## 4.0.3
113
+
114
+ ### Fixed
115
+
116
+ - Fixed 2.7 deprecations and warnings (GH-167). [Thanks @BrianHawley]
117
+
118
+
119
+ ## 4.0.2
120
+
121
+ ### Changed
122
+
123
+ - Updated definitions.
124
+
125
+
126
+ ## 4.0.1
127
+
128
+ ### Changed
129
+
130
+ - Updated definitions.
131
+
132
+
133
+ ## 4.0.0
134
+
135
+ ### Changed
136
+
137
+ - Minimum Ruby version is 2.3
138
+
139
+
140
+ ## Release 3.1.1
141
+
142
+ - CHANGED: Updated definitions.
143
+ - CHANGED: Rolled back support for Ruby 2.3 (GH-161, GH-162)
144
+
145
+ IMPORTANT: 3.x is the latest version compatible with Ruby 2.1 and Ruby 2.2.
146
+
147
+
148
+ ## Release 3.1.0
149
+
150
+ - CHANGED: Updated definitions.
151
+ - CHANGED: Minimum Ruby version is 2.3
152
+ - CHANGED: Upgraded to Bundler 2.x
153
+
154
+
155
+ ## Release 3.0.3
156
+
157
+ - CHANGED: Updated definitions.
158
+
159
+
160
+ ## Release 3.0.2
161
+
162
+ - CHANGED: Updated definitions.
163
+
164
+
165
+ ## Release 3.0.1
166
+
167
+ - CHANGED: Updated definitions.
168
+ - CHANGED: Improve performance and avoid allocation (GH-146). [Thanks @robholland]
169
+
170
+
171
+ ## Release 3.0.0
172
+
173
+ This new version includes a major redesign of the library internals, with the goal to drastically
174
+ improve the lookup time while reducing storage space.
175
+
176
+ For this reason, several public methods that are no longer applicable have been deprecated
177
+ and/or removed. You can find more information at GH-133.
178
+
179
+ - CHANGED: Updated definitions.
180
+ - CHANGED: Dropped support for Ruby < 2.1
181
+ - CHANGED: `PublicSuffix::List#rules` is now protected. You should not rely on it as the internal rule representation is subject to change to optimize performances.
182
+ - CHANGED: Removed `PublicSuffix::List.clear`, it was an unnecessary accessor method. Use `PublicSuffix::List.default = nil` if you **really** need to reset the default list. You shouldn't.
183
+ - CHANGED: `PublicSuffix::List#select` is now private. You should not use it, instead use `PublicSuffix::List#find`.
184
+ - CHANGED: `PublicSuffix::List` no longer implements Enumerable. Instead, use `#each` to loop over, or get an Enumerator.
185
+ - CHANGED: Redesigned internal list storage and lookup algorithm to achieve O(1) lookup time (see GH-133).
186
+
187
+
188
+ ## Release 2.0.5
189
+
190
+ - CHANGED: Updated definitions.
191
+ - CHANGED: Initialization performance improvements (GH-128). [Thanks @casperisfine]
192
+
193
+
194
+ ## Release 2.0.4
195
+
196
+ - FIXED: Fix a bug that caused the GEM to be published with the wrong version number in the gemspec (GH-121).
197
+
198
+ - CHANGED: Updated definitions.
199
+
200
+
201
+ ## Release 2.0.3
202
+
203
+ - CHANGED: Updated definitions.
204
+
205
+
206
+ ## Release 2.0.2
207
+
208
+ - CHANGED: Updated definitions.
209
+
210
+
211
+ ## Release 2.0.1
212
+
213
+ - FIXED: Fix bug that prevented .valid? to reset the default rule
214
+
215
+
216
+ ## Release 2.0.0
217
+
218
+ - NEW: Added PublicSuffix.domain # => sld.tld
219
+ - NEW: Added the ability to disable the use of private domains either at runtime, in addition to the ability to not load the private domains section when reading the list (`private_domains: false`). This feature also superseded the `private_domains` class-level attribute, that is no longer available.
220
+
221
+ - CHANGED: Considerable performance improvements (GH-92)
222
+ - CHANGED: Updated definitions.
223
+ - CHANGED: Removed deprecated PublicSuffix::InvalidDomain exception
224
+ - CHANGED: If the suffix is now listed, then the prevaling rule is "*" as defined by the PSL algorithm (GH-91)
225
+ - CHANGED: Input validation is performed only if you call `PublicSuffix.parse` or `PublicSuffix.list`
226
+ - CHANGED: Input with leading dot is invalid per PSL acceptance tests
227
+ - CHANGED: Removed `private_domains` class-level attribute. It is replaced by the `private_domains: false` option in the list parse method.
228
+ - CHANGED: The default list now assumes you use UTF-8 for reading the input (GH-94),
229
+
230
+ - REMOVED: Removed futile utility helpers such as `Domain#rule`, `Domain#is_a_domain?`, `Domain#is_a_subdomain?`, `Domain#valid?`. You can easily obtain the same result by having a custom method that reconstructs the logic, and/or calling `PublicSuffix.{domain|parse}(domain.to_s)`.
231
+
232
+
233
+ ## Release 1.5.3
234
+
235
+ - FIXED: Don't duplicate rule indices when creating index (GH-77). [Thanks @ags]
236
+
237
+ - CHANGED: Updated definitions.
238
+
239
+
240
+ ## Release 1.5.2
241
+
242
+ - CHANGED: Updated definitions.
243
+
244
+
245
+ ## Release 1.5.1
246
+
247
+ - FIXED: Ignore case for parsing and validating (GH-62)
248
+
249
+ - CHANGED: Updated definitions.
250
+
251
+
252
+ ## Release 1.5.0
253
+
254
+ - CHANGED: Dropped support for Ruby < 2.0
255
+
256
+ - CHANGED: Updated definitions.
257
+
258
+
259
+ ## Release 1.4.6
260
+
261
+ - CHANGED: Updated definitions.
262
+
263
+
264
+ ## Release 1.4.5
265
+
266
+ - CHANGED: Updated definitions.
267
+
268
+
269
+ ## Release 1.4.4
270
+
271
+ - CHANGED: Updated definitions.
272
+
273
+
274
+ ## Release 1.4.3
275
+
276
+ - CHANGED: Updated definitions.
277
+
278
+
279
+ ## Release 1.4.2
280
+
281
+ - CHANGED: Updated definitions.
282
+
283
+
284
+ ## Release 1.4.1
285
+
286
+ - CHANGED: Updated definitions.
287
+
288
+
289
+ ## Release 1.4.0
290
+
291
+ - CHANGED: Moved the definitions in the lib folder.
292
+
293
+ - CHANGED: Updated definitions.
294
+
295
+
296
+ ## Release 1.3.3
297
+
298
+ - CHANGED: Updated definitions.
299
+
300
+
301
+ ## Release 1.3.2
302
+
303
+ - CHANGED: Updated definitions.
304
+
305
+
306
+ ## Release 1.3.1
307
+
308
+ - CHANGED: Updated definitions.
309
+
310
+
311
+ ## Release 1.3.0
312
+
313
+ - NEW: Ability to skip Private Domains (GH-28). [Thanks @rb2k]
314
+
315
+ - CHANGED: Updated definitions.
316
+
317
+
318
+ ## Release 1.2.1
319
+
320
+ - CHANGED: Updated definitions.
321
+
322
+
323
+ ## Release 1.2.0
324
+
325
+ - NEW: Allow a custom List on `PublicSuffix.parse` (GH-26). [Thanks @itspriddle]
326
+
327
+ - FIXED: PublicSuffix.parse and PublicSuffix.valid? crashes when input is nil (GH-20).
328
+
329
+ - CHANGED: Updated definitions.
330
+
331
+
332
+ ## Release 1.1.3
333
+
334
+ - CHANGED: Updated definitions.
335
+
336
+
337
+ ## Release 1.1.2
338
+
339
+ - CHANGED: Updated definitions.
340
+
341
+
342
+ ## Release 1.1.1
343
+
344
+ - CHANGED: Updated definitions.
345
+
346
+
347
+ ## Release 1.1.0
348
+
349
+ - FIXED: #valid? and #parse consider URIs as valid domains (GH-15)
350
+
351
+ - CHANGED: Updated definitions.
352
+
353
+ - CHANGED: Removed deprecatd PublicSuffixService::RuleList.
354
+
355
+
356
+ ## Release 1.0.0
357
+
358
+ - CHANGED: Updated definitions.
359
+
360
+
361
+ ## Release 1.0.0.rc1
362
+
363
+ The library is now known as PublicSuffix.
364
+
365
+
366
+ ## Release 0.9.1
367
+
368
+ - CHANGED: Renamed PublicSuffixService::RuleList to PublicSuffixService::List.
369
+
370
+ - CHANGED: Renamed PublicSuffixService::List#list to PublicSuffixService::List#rules.
371
+
372
+ - CHANGED: Renamed PublicSuffixService to PublicSuffix.
373
+
374
+ - CHANGED: Updated definitions.
375
+
376
+
377
+ ## Release 0.9.0
378
+
379
+ - CHANGED: Minimum Ruby version increased to Ruby 1.8.7.
380
+
381
+ - CHANGED: rake/gempackagetask is deprecated. Use rubygems/package_task instead.
382
+
383
+
384
+ ## Release 0.8.4
385
+
386
+ - FIXED: Reverted bugfix for issue #12 for Ruby 1.8.6.
387
+ This is the latest version compatible with Ruby 1.8.6.
388
+
389
+
390
+ ## Release 0.8.3
391
+
392
+ - FIXED: Fixed ArgumentError: invalid byte sequence in US-ASCII with Ruby 1.9.2 (#12).
393
+
394
+ - CHANGED: Updated definitions (#11).
395
+
396
+ - CHANGED: Renamed definitions.txt to definitions.dat.
397
+
398
+
399
+ ## Release 0.8.2
400
+
401
+ - NEW: Added support for rubygems-test.
402
+
403
+ - CHANGED: Integrated Bundler.
404
+
405
+ - CHANGED: Updated definitions.
406
+
407
+
408
+ ## Release 0.8.1
409
+
410
+ - FIXED: The files in the release 0.8.0 have wrong permission 600 and can't be loaded (#10).
411
+
412
+
413
+ ## Release 0.8.0
414
+
415
+ - CHANGED: Update public suffix list to d1a5599b49fa 2010-10-25 15:10 +0100 (#9)
416
+
417
+ - NEW: Add support for Fully Qualified Domain Names (#7)
418
+
419
+
420
+ ## Release 0.7.0
421
+
422
+ - CHANGED: Using YARD to document the code instead of RDoc.
423
+
424
+ - FIXED: RuleList cache is not recreated when a new rule is appended to the list (#6)
425
+
426
+ - FIXED: PublicSuffixService.valid? should return false if the domain is not defined or not allowed (#4, #5)
427
+
428
+
429
+ ## Release 0.6.0
430
+
431
+ - NEW: PublicSuffixService.parse raises DomainNotAllowed when trying to parse a domain name
432
+ which exists, but is not allowed by the current definition list (#3)
433
+
434
+ PublicSuffixService.parse("nic.do")
435
+ # => PublicSuffixService::DomainNotAllowed
436
+
437
+ - CHANGED: Renamed PublicSuffixService::InvalidDomain to PublicSuffixService::DomainInvalid
438
+
439
+
440
+ ## Release 0.5.2
441
+
442
+ - CHANGED: Update public suffix list to 248ea690d671 2010-09-16 18:02 +0100
443
+
444
+
445
+ ## Release 0.5.1
446
+
447
+ - CHANGED: Update public suffix list to 14dc66dd53c1 2010-09-15 17:09 +0100
448
+
449
+
450
+ ## Release 0.5.0
451
+
452
+ - CHANGED: Improve documentation for Domain#domain and Domain#subdomain (#1).
453
+
454
+ - CHANGED: Performance improvements (#2).
455
+
456
+
457
+ ## Release 0.4.0
458
+
459
+ - CHANGED: Rename library from DomainName to PublicSuffixService to reduce the probability of name conflicts.
460
+
461
+
462
+ ## Release 0.3.1
463
+
464
+ - Deprecated DomainName library.
465
+
466
+
467
+ ## Release 0.3.0
468
+
469
+ - CHANGED: DomainName#domain and DomainName#subdomain are no longer alias of Domain#sld and Domain#tld.
470
+
471
+ - CHANGED: Removed DomainName#labels and decoupled Rule from DomainName.
472
+
473
+ - CHANGED: DomainName#valid? no longer instantiates new DomainName objects. This means less overhead.
474
+
475
+ - CHANGED: Refactoring the entire DomainName API. Removed the internal on-the-fly parsing. Added a bunch of new methods to check and validate the DomainName.
476
+
477
+
478
+ ## Release 0.2.0
479
+
480
+ - NEW: DomainName#valid?
481
+
482
+ - NEW: DomainName#parse and DomainName#parse!
483
+
484
+ - NEW: DomainName#valid_domain? and DomainName#valid_subdomain?
485
+
486
+ - CHANGED: Make sure RuleList lookup is only performed once.
487
+
488
+
489
+ ## Release 0.1.0
490
+
491
+ - Initial version
@@ -0,0 +1,22 @@
1
+ Copyright (c) 2009-2024 Simone Carletti <weppos@weppos.net>
2
+
3
+ MIT License
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.