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,603 @@
1
+ ## Current
2
+
3
+ ## Release v1.3.5, edge v0.7.2 (15 January 2025)
4
+
5
+ concurrent-ruby:
6
+
7
+ * (#1062) Remove dependency on logger.
8
+
9
+ concurrent-ruby-edge:
10
+
11
+ * (#1062) Remove dependency on logger.
12
+
13
+ ## Release v1.3.4 (10 August 2024)
14
+
15
+ * (#1060) Fix bug with return value of `Concurrent.available_processor_count` when `cpu.cfs_quota_us` is -1.
16
+ * (#1058) Add `Concurrent.cpu_shares` that is cgroups aware.
17
+
18
+ ## Release v1.3.3 (9 June 2024)
19
+
20
+ * (#1053) Improve the speed of `Concurrent.physical_processor_count` on Windows.
21
+
22
+ ## Release v1.3.2, edge v0.7.1 (7 June 2024)
23
+
24
+ concurrent-ruby:
25
+
26
+ * (#1051) Remove dependency on `win32ole`.
27
+
28
+ concurrent-ruby-edge:
29
+
30
+ * (#1052) Fix dependency on `concurrent-ruby` to allow the latest release.
31
+
32
+ ## Release v1.3.1 (29 May 2024)
33
+
34
+ * Release 1.3.0 was broken when pushed to RubyGems. 1.3.1 is a packaging fix.
35
+
36
+ ## Release v1.3.0 (28 May 2024)
37
+
38
+ * (#1042) Align Java Executor Service behavior for `shuttingdown?`, `shutdown?`
39
+ * (#1038) Add `Concurrent.available_processor_count` that is cgroups aware.
40
+
41
+ ## Release v1.2.3 (16 Jan 2024)
42
+
43
+ * See [the GitHub release](https://github.com/ruby-concurrency/concurrent-ruby/releases/tag/v1.2.3) for details.
44
+
45
+ ## Release v1.2.2 (24 Feb 2023)
46
+
47
+ * (#993) Fix arguments passed to `Concurrent::Map`'s `default_proc`.
48
+
49
+ ## Release v1.2.1 (24 Feb 2023)
50
+
51
+ * (#990) Add missing `require 'fiber'` for `FiberLocalVar`.
52
+ * (#989) Optimize `Concurrent::Map#[]` on CRuby by letting the backing Hash handle the `default_proc`.
53
+
54
+ ## Release v1.2.0 (23 Jan 2023)
55
+
56
+ * (#962) Fix ReentrantReadWriteLock to use the same granularity for locals as for Mutex it uses.
57
+ * (#983) Add FiberLocalVar
58
+ * (#934) concurrent-ruby now supports requiring individual classes (public classes listed in the docs), e.g., `require 'concurrent/map'`
59
+ * (#976) Let `Promises.any_fulfilled_future` take an `Event`
60
+ * Improve documentation of various classes
61
+ * (#975) Set the Ruby compatibility version at 2.3
62
+ * (#972) Remove Rubinius-related code
63
+
64
+ ## Release v1.1.10 (22 Mar 2022)
65
+
66
+ concurrent-ruby:
67
+
68
+ * (#951) Set the Ruby compatibility version at 2.2
69
+ * (#939, #933) The `caller_runs` fallback policy no longer blocks reads from the job queue by worker threads
70
+ * (#938, #761, #652) You can now explicitly `prune_pool` a thread pool (Sylvain Joyeux)
71
+ * (#937, #757, #670) We switched the Yahoo stock API for demos to Alpha Vantage (Gustavo Caso)
72
+ * (#932, #931) We changed how `SafeTaskExecutor` handles local jump errors (Aaron Jensen)
73
+ * (#927) You can use keyword arguments in your initialize when using `Async` (Matt Larraz)
74
+ * (#926, #639) We removed timeout from `TimerTask` because it wasn't sound, and now it's a no-op with a warning (Jacob Atzen)
75
+ * (#919) If you double-lock a re-entrant read-write lock, we promote to locked for writing (zp yuan)
76
+ * (#915) `monotonic_time` now accepts an optional unit parameter, as Ruby's `clock_gettime` (Jean Boussier)
77
+
78
+ ## Release v1.1.9 (5 Jun 2021)
79
+
80
+ concurrent-ruby:
81
+
82
+ * (#866) Child promise state not set to :pending immediately after #execute when parent has completed
83
+ * (#905, #872) Fix RubyNonConcurrentPriorityQueue#delete method
84
+ * (2df0337d) Make sure locks are not shared on shared when objects are dup/cloned
85
+ * (#900, #906, #796, #847, #911) Fix Concurrent::Set tread-safety issues on CRuby
86
+ * (#907) Add new ConcurrentMap backend for TruffleRuby
87
+
88
+ ## Release v1.1.8 (20 January 2021)
89
+
90
+ concurrent-ruby:
91
+
92
+ * (#885) Fix race condition in TVar for stale reads
93
+ * (#884) RubyThreadLocalVar: Do not iterate over hash which might conflict with new pair addition
94
+
95
+ ## Release v1.1.7 (6 August 2020)
96
+
97
+ concurrent-ruby:
98
+
99
+ * (#879) Consider falsy value on `Concurrent::Map#compute_if_absent` for fast non-blocking path
100
+ * (#876) Reset Async queue on forking, makes Async fork-safe
101
+ * (#856) Avoid running problematic code in RubyThreadLocalVar on MRI that occasionally results in segfault
102
+ * (#853) Introduce ThreadPoolExecutor without a Queue
103
+
104
+ ## Release v1.1.6, edge v0.6.0 (10 Feb 2020)
105
+
106
+ concurrent-ruby:
107
+
108
+ * (#841) Concurrent.disable_at_exit_handlers! is no longer needed and was deprecated.
109
+ * (#841) AbstractExecutorService#auto_terminate= was deprecated and has no effect.
110
+ Set :auto_terminate option instead when executor is initialized.
111
+
112
+ ## Release v1.1.6.pre1, edge v0.6.0.pre1 (26 Jan 2020)
113
+
114
+ concurrent-ruby:
115
+
116
+ * (#828) Allow to name executors, the name is also used to name their threads
117
+ * (#838) Implement #dup and #clone for structs
118
+ * (#821) Safer finalizers for thread local variables
119
+ * Documentation fixes
120
+ * (#814) Use Ruby's Etc.nprocessors if available
121
+ * (#812) Fix directory structure not to mess with packaging tools
122
+ * (#840) Fix termination of pools on JRuby
123
+
124
+ concurrent-ruby-edge:
125
+
126
+ * Add WrappingExecutor (#830)
127
+
128
+ ## Release v1.1.5, edge v0.5.0 (10 Mar 2019)
129
+
130
+ concurrent-ruby:
131
+
132
+ * fix potential leak of context on JRuby and Java 7
133
+
134
+ concurrent-ruby-edge:
135
+
136
+ * Add finalized Concurrent::Cancellation
137
+ * Add finalized Concurrent::Throttle
138
+ * Add finalized Concurrent::Promises::Channel
139
+ * Add new Concurrent::ErlangActor
140
+
141
+ ## Release v1.1.4 (14 Dec 2018)
142
+
143
+ * (#780) Remove java_alias of 'submit' method of Runnable to let executor service work on java 11
144
+ * (#776) Fix NameError on defining a struct with a name which is already taken in an ancestor
145
+
146
+ ## Release v1.1.3 (7 Nov 2018)
147
+
148
+ * (#775) fix partial require of the gem (although not officially supported)
149
+
150
+ ## Release v1.1.2 (6 Nov 2018)
151
+
152
+ * (#773) more defensive 1.9.3 support
153
+
154
+ ## Release v1.1.1, edge v0.4.1 (1 Nov 2018)
155
+
156
+ * (#768) add support for 1.9.3 back
157
+
158
+ ## Release v1.1.0, edge v0.4.0 (31 OCt 2018) (yanked)
159
+
160
+ * (#768) yanked because of issues with removed 1.9.3 support
161
+
162
+ ## Release v1.1.0.pre2, edge v0.4.0.pre2 (18 Sep 2018)
163
+
164
+ concurrent-ruby:
165
+
166
+ * fixed documentation and README links
167
+ * fix Set for TruffleRuby and Rubinius
168
+ * use properly supported TruffleRuby APIs
169
+
170
+ concurrent-ruby-edge:
171
+
172
+ * add Promises.zip_futures_over_on
173
+
174
+ ## Release v1.1.0.pre1, edge v0.4.0.pre1 (15 Aug 2018)
175
+
176
+ concurrent-ruby:
177
+
178
+ * requires at least Ruby 2.0
179
+ * [Promises](http://ruby-concurrency.github.io/concurrent-ruby/1.1.0/Concurrent/Promises.html)
180
+ are moved from `concurrent-ruby-edge` to `concurrent-ruby`
181
+ * Add support for TruffleRuby
182
+ * (#734) Fix Array/Hash/Set construction broken on TruffleRuby
183
+ * AtomicReference fixed
184
+ * CI stabilization
185
+ * remove sharp dependency edge -> core
186
+ * remove warnings
187
+ * documentation updates
188
+ * Exchanger is no longer documented as edge since it was already available in
189
+ `concurrent-ruby`
190
+ * (#644) Fix Map#each and #each_pair not returning enumerator outside of MRI
191
+ * (#659) Edge promises fail during error handling
192
+ * (#741) Raise on recursive Delay#value call
193
+ * (#727) #717 fix global IO executor on JRuby
194
+ * (#740) Drop support for CRuby 1.9, JRuby 1.7, Rubinius.
195
+ * (#737) Move AtomicMarkableReference out of Edge
196
+ * (#708) Prefer platform specific memory barriers
197
+ * (#735) Fix wrong expected exception in channel spec assertion
198
+ * (#729) Allow executor option in `Promise#then`
199
+ * (#725) fix timeout check to use timeout_interval
200
+ * (#719) update engine detection
201
+ * (#660) Add specs for Promise#zip/Promise.zip ordering
202
+ * (#654) Promise.zip execution changes
203
+ * (#666) Add thread safe set implementation
204
+ * (#651) #699 #to_s, #inspect should not output negative object IDs.
205
+ * (#685) Avoid RSpec warnings about raise_error
206
+ * (#680) Avoid RSpec monkey patching, persist spec results locally, use RSpec
207
+ v3.7.0
208
+ * (#665) Initialize the monitor for new subarrays on Rubinius
209
+ * (#661) Fix error handling in edge promises
210
+
211
+ concurrent-ruby-edge:
212
+
213
+ * (#659) Edge promises fail during error handling
214
+ * Edge files clearly separated in `lib-edge`
215
+ * added ReInclude
216
+
217
+ ## Release v1.0.5, edge v0.3.1 (26 Feb 2017)
218
+
219
+ concurrent-ruby:
220
+
221
+ * Documentation for Event and Semaphore
222
+ * Use Unsafe#fullFence and #loadFence directly since the shortcuts were removed in JRuby
223
+ * Do not depend on org.jruby.util.unsafe.UnsafeHolder
224
+
225
+ concurrent-ruby-edge:
226
+
227
+ * (#620) Actors on Pool raise an error
228
+ * (#624) Delayed promises did not interact correctly with flatting
229
+ * Fix arguments yielded by callback methods
230
+ * Overridable default executor in promises factory methods
231
+ * Asking actor to terminate will always resolve to `true`
232
+
233
+ ## Release v1.0.4, edge v0.3.0 (27 Dec 2016)
234
+
235
+ concurrent-ruby:
236
+
237
+ * Nothing
238
+
239
+ concurrent-ruby-edge:
240
+
241
+ * New promises' API renamed, lots of improvements, edge bumped to 0.3.0
242
+ * **Incompatible** with previous 0.2.3 version
243
+ * see https://github.com/ruby-concurrency/concurrent-ruby/pull/522
244
+
245
+ ## Release v1.0.3 (17 Dec 2016)
246
+
247
+ * Trigger execution of flattened delayed futures
248
+ * Avoid forking for processor_count if possible
249
+ * Semaphore Mutex and JRuby parity
250
+ * Adds Map#each as alias to Map#each_pair
251
+ * Fix uninitialized instance variables
252
+ * Make Fixnum, Bignum merger ready
253
+ * Allows Promise#then to receive an executor
254
+ * TimerSet now survives a fork
255
+ * Reject promise on any exception
256
+ * Allow ThreadLocalVar to be initialized with a block
257
+ * Support Alpha with `Concurrent::processor_count`
258
+ * Fixes format-security error when compiling ruby_193_compatible.h
259
+ * Concurrent::Atom#swap fixed: reraise the exceptions from block
260
+
261
+ ## Release v1.0.2 (2 May 2016)
262
+
263
+ * Fix bug with `Concurrent::Map` MRI backend `#inspect` method
264
+ * Fix bug with `Concurrent::Map` MRI backend using `Hash#value?`
265
+ * Improved documentation and examples
266
+ * Minor updates to Edge
267
+
268
+ ## Release v1.0.1 (27 February 2016)
269
+
270
+ * Fix "uninitialized constant Concurrent::ReentrantReadWriteLock" error.
271
+ * Better handling of `autoload` vs. `require`.
272
+ * Improved API for Edge `Future` zipping.
273
+ * Fix reference leak in Edge `Future` constructor .
274
+ * Fix bug which prevented thread pools from surviving a `fork`.
275
+ * Fix bug in which `TimerTask` did not correctly specify all its dependencies.
276
+ * Improved support for JRuby+Truffle
277
+ * Improved error messages.
278
+ * Improved documentation.
279
+ * Updated README and CONTRIBUTING.
280
+
281
+ ## Release v1.0.0 (13 November 2015)
282
+
283
+ * Rename `attr_volatile_with_cas` to `attr_atomic`
284
+ * Add `clear_each` to `LockFreeStack`
285
+ * Update `AtomicReference` documentation
286
+ * Further updates and improvements to the synchronization layer.
287
+ * Performance and memory usage performance with `Actor` logging.
288
+ * Fixed `ThreadPoolExecutor` task count methods.
289
+ * Improved `Async` performance for both short and long-lived objects.
290
+ * Fixed bug in `LockFreeLinkedSet`.
291
+ * Fixed bug in which `Agent#await` triggered a validation failure.
292
+ * Further `Channel` updates.
293
+ * Adopted a project Code of Conduct
294
+ * Cleared interpreter warnings
295
+ * Fixed bug in `ThreadPoolExecutor` task count methods
296
+ * Fixed bug in 'LockFreeLinkedSet'
297
+ * Improved Java extension loading
298
+ * Handle Exception children in Edge::Future
299
+ * Continued improvements to channel
300
+ * Removed interpreter warnings.
301
+ * Shared constants now in `lib/concurrent/constants.rb`
302
+ * Refactored many tests.
303
+ * Improved synchronization layer/memory model documentation.
304
+ * Bug fix in Edge `Future#flat`
305
+ * Brand new `Channel` implementation in Edge gem.
306
+ * Simplification of `RubySingleThreadExecutor`
307
+ * `Async` improvements
308
+ - Each object uses its own `SingleThreadExecutor` instead of the global thread pool.
309
+ - No longer supports executor injection
310
+ - Much better documentation
311
+ * `Atom` updates
312
+ - No longer `Dereferenceable`
313
+ - Now `Observable`
314
+ - Added a `#reset` method
315
+ * Brand new `Agent` API and implementation. Now functionally equivalent to Clojure.
316
+ * Continued improvements to the synchronization layer
317
+ * Merged in the `thread_safe` gem
318
+ - `Concurrent::Array`
319
+ - `Concurrent::Hash`
320
+ - `Concurrent::Map` (formerly ThreadSafe::Cache)
321
+ - `Concurrent::Tuple`
322
+ * Minor improvements to Concurrent::Map
323
+ * Complete rewrite of `Exchanger`
324
+ * Removed all deprecated code (classes, methods, constants, etc.)
325
+ * Updated Agent, MutexAtomic, and BufferedChannel to inherit from Synchronization::Object.
326
+ * Many improved tests
327
+ * Some internal reorganization
328
+
329
+ ## Release v0.9.1 (09 August 2015)
330
+
331
+ * Fixed a Rubiniux bug in synchronization object
332
+ * Fixed all interpreter warnings (except circular references)
333
+ * Fixed require statements when requiring `Atom` alone
334
+ * Significantly improved `ThreadLocalVar` on non-JRuby platforms
335
+ * Fixed error handling in Edge `Concurrent.zip`
336
+ * `AtomicFixnum` methods `#increment` and `#decrement` now support optional delta
337
+ * New `AtomicFixnum#update` method
338
+ * Minor optimizations in `ReadWriteLock`
339
+ * New `ReentrantReadWriteLock` class
340
+ * `ThreadLocalVar#bind` method is now public
341
+ * Refactored many tests
342
+
343
+ ## Release v0.9.0 (10 July 2015)
344
+
345
+ * Updated `AtomicReference`
346
+ - `AtomicReference#try_update` now simply returns instead of raising exception
347
+ - `AtomicReference#try_update!` was added to raise exceptions if an update
348
+ fails. Note: this is the same behavior as the old `try_update`
349
+ * Pure Java implementations of
350
+ - `AtomicBoolean`
351
+ - `AtomicFixnum`
352
+ - `Semaphore`
353
+ * Fixed bug when pruning Ruby thread pools
354
+ * Fixed bug in time calculations within `ScheduledTask`
355
+ * Default `count` in `CountDownLatch` to 1
356
+ * Use monotonic clock for all timers via `Concurrent.monotonic_time`
357
+ - Use `Process.clock_gettime(Process::CLOCK_MONOTONIC)` when available
358
+ - Fallback to `java.lang.System.nanoTime()` on unsupported JRuby versions
359
+ - Pure Ruby implementation for everything else
360
+ - Effects `Concurrent.timer`, `Concurrent.timeout`, `TimerSet`, `TimerTask`, and `ScheduledTask`
361
+ * Deprecated all clock-time based timer scheduling
362
+ - Only support scheduling by delay
363
+ - Effects `Concurrent.timer`, `TimerSet`, and `ScheduledTask`
364
+ * Added new `ReadWriteLock` class
365
+ * Consistent `at_exit` behavior for Java and Ruby thread pools.
366
+ * Added `at_exit` handler to Ruby thread pools (already in Java thread pools)
367
+ - Ruby handler stores the object id and retrieves from `ObjectSpace`
368
+ - JRuby disables `ObjectSpace` by default so that handler stores the object reference
369
+ * Added a `:stop_on_exit` option to thread pools to enable/disable `at_exit` handler
370
+ * Updated thread pool docs to better explain shutting down thread pools
371
+ * Simpler `:executor` option syntax for all abstractions which support this option
372
+ * Added `Executor#auto_terminate?` predicate method (for thread pools)
373
+ * Added `at_exit` handler to `TimerSet`
374
+ * Simplified auto-termination of the global executors
375
+ - Can now disable auto-termination of global executors
376
+ - Added shutdown/kill/wait_for_termination variants for global executors
377
+ * Can now disable auto-termination for *all* executors (the nuclear option)
378
+ * Simplified auto-termination of the global executors
379
+ * Deprecated terms "task pool" and "operation pool"
380
+ - New terms are "io executor" and "fast executor"
381
+ - New functions added with new names
382
+ - Deprecation warnings added to functions referencing old names
383
+ * Moved all thread pool related functions from `Concurrent::Configuration` to `Concurrent`
384
+ - Old functions still exist with deprecation warnings
385
+ - New functions have updated names as appropriate
386
+ * All high-level abstractions default to the "io executor"
387
+ * Fixed bug in `Actor` causing it to prematurely warm global thread pools on gem load
388
+ - This also fixed a `RejectedExecutionError` bug when running with minitest/autorun via JRuby
389
+ * Moved global logger up to the `Concurrent` namespace and refactored the code
390
+ * Optimized the performance of `Delay`
391
+ - Fixed a bug in which no executor option on construction caused block execution on a global thread pool
392
+ * Numerous improvements and bug fixes to `TimerSet`
393
+ * Fixed deadlock of `Future` when the handler raises Exception
394
+ * Added shared specs for more classes
395
+ * New concurrency abstractions including:
396
+ - `Atom`
397
+ - `Maybe`
398
+ - `ImmutableStruct`
399
+ - `MutableStruct`
400
+ - `SettableStruct`
401
+ * Created an Edge gem for unstable abstractions including
402
+ - `Actor`
403
+ - `Agent`
404
+ - `Channel`
405
+ - `Exchanger`
406
+ - `LazyRegister`
407
+ - **new Future Framework** <http://ruby-concurrency.github.io/concurrent-ruby/Concurrent/Edge.html> - unified
408
+ implementation of Futures and Promises which combines Features of previous `Future`,
409
+ `Promise`, `IVar`, `Event`, `Probe`, `dataflow`, `Delay`, `TimerTask` into single framework. It uses extensively
410
+ new synchronization layer to make all the paths **lock-free** with exception of blocking threads on `#wait`.
411
+ It offers better performance and does not block threads when not required.
412
+ * Actor framework changes:
413
+ - fixed reset loop in Pool
414
+ - Pool can use any actor as a worker, abstract worker class is no longer needed.
415
+ - Actor events not have format `[:event_name, *payload]` instead of just the Symbol.
416
+ - Actor now uses new Future/Promise Framework instead of `IVar` for better interoperability
417
+ - Behaviour definition array was simplified to `[BehaviourClass1, [BehaviourClass2, *initialization_args]]`
418
+ - Linking behavior responds to :linked message by returning array of linked actors
419
+ - Supervised behavior is removed in favour of just Linking
420
+ - RestartingContext is supervised by default now, `supervise: true` is not required any more
421
+ - Events can be private and public, so far only difference is that Linking will
422
+ pass to linked actors only public messages. Adding private :restarting and
423
+ :resetting events which are send before the actor restarts or resets allowing
424
+ to add callbacks to cleanup current child actors.
425
+ - Print also object_id in Reference to_s
426
+ - Add AbstractContext#default_executor to be able to override executor class wide
427
+ - Add basic IO example
428
+ - Documentation somewhat improved
429
+ - All messages should have same priority. It's now possible to send `actor << job1 << job2 << :terminate!` and
430
+ be sure that both jobs are processed first.
431
+ * Refactored `Channel` to use newer synchronization objects
432
+ * Added `#reset` and `#cancel` methods to `TimerSet`
433
+ * Added `#cancel` method to `Future` and `ScheduledTask`
434
+ * Refactored `TimerSet` to use `ScheduledTask`
435
+ * Updated `Async` with a factory that initializes the object
436
+ * Deprecated `Concurrent.timer` and `Concurrent.timeout`
437
+ * Reduced max threads on pure-Ruby thread pools (abends around 14751 threads)
438
+ * Moved many private/internal classes/modules into "namespace" modules
439
+ * Removed brute-force killing of threads in tests
440
+ * Fixed a thread pool bug when the operating system cannot allocate more threads
441
+
442
+ ## Release v0.8.0 (25 January 2015)
443
+
444
+ * C extension for MRI have been extracted into the `concurrent-ruby-ext` companion gem.
445
+ Please see the README for more detail.
446
+ * Better variable isolation in `Promise` and `Future` via an `:args` option
447
+ * Continued to update intermittently failing tests
448
+
449
+ ## Release v0.7.2 (24 January 2015)
450
+
451
+ * New `Semaphore` class based on [java.util.concurrent.Semaphore](http://docs.oracle.com/javase/7/docs/api/java/util/concurrent/Semaphore.html)
452
+ * New `Promise.all?` and `Promise.any?` class methods
453
+ * Renamed `:overflow_policy` on thread pools to `:fallback_policy`
454
+ * Thread pools still accept the `:overflow_policy` option but display a warning
455
+ * Thread pools now implement `fallback_policy` behavior when not running (rather than universally rejecting tasks)
456
+ * Fixed minor `set_deref_options` constructor bug in `Promise` class
457
+ * Fixed minor `require` bug in `ThreadLocalVar` class
458
+ * Fixed race condition bug in `TimerSet` class
459
+ * Fixed race condition bug in `TimerSet` class
460
+ * Fixed signal bug in `TimerSet#post` method
461
+ * Numerous non-functional updates to clear warning when running in debug mode
462
+ * Fixed more intermittently failing tests
463
+ * Tests now run on new Travis build environment
464
+ * Multiple documentation updates
465
+
466
+ ## Release v0.7.1 (4 December 2014)
467
+
468
+ Please see the [roadmap](https://github.com/ruby-concurrency/concurrent-ruby/issues/142) for more information on the next planned release.
469
+
470
+ * Added `flat_map` method to `Promise`
471
+ * Added `zip` method to `Promise`
472
+ * Fixed bug with logging in `Actor`
473
+ * Improvements to `Promise` tests
474
+ * Removed actor-experimental warning
475
+ * Added an `IndirectImmediateExecutor` class
476
+ * Allow disabling auto termination of global executors
477
+ * Fix thread leaking in `ThreadLocalVar` (uses `Ref` gem on non-JRuby systems)
478
+ * Fix thread leaking when pruning pure-Ruby thread pools
479
+ * Prevent `Actor` from using an `ImmediateExecutor` (causes deadlock)
480
+ * Added missing synchronizations to `TimerSet`
481
+ * Fixed bug with return value of `Concurrent::Actor::Utils::Pool#ask`
482
+ * Fixed timing bug in `TimerTask`
483
+ * Fixed bug when creating a `JavaThreadPoolExecutor` with minimum pool size of zero
484
+ * Removed confusing warning when not using native extensions
485
+ * Improved documentation
486
+
487
+ ## Release v0.7.0 (13 August 2014)
488
+
489
+ * Merge the [atomic](https://github.com/ruby-concurrency/atomic) gem
490
+ - Pure Ruby `MutexAtomic` atomic reference class
491
+ - Platform native atomic reference classes `CAtomic`, `JavaAtomic`, and `RbxAtomic`
492
+ - Automated [build process](https://github.com/ruby-concurrency/rake-compiler-dev-box)
493
+ - Fat binary releases for [multiple platforms](https://rubygems.org/gems/concurrent-ruby/versions) including Windows (32/64), Linux (32/64), OS X (64-bit), Solaris (64-bit), and JRuby
494
+ * C native `CAtomicBoolean`
495
+ * C native `CAtomicFixnum`
496
+ * Refactored intermittently failing tests
497
+ * Added `dataflow!` and `dataflow_with!` methods to match `Future#value!` method
498
+ * Better handling of timeout in `Agent`
499
+ * Actor Improvements
500
+ - Fine-grained implementation using chain of behaviors. Each behavior is responsible for single aspect like: `Termination`, `Pausing`, `Linking`, `Supervising`, etc. Users can create custom Actors easily based on their needs.
501
+ - Supervision was added. `RestartingContext` will pause on error waiting on its supervisor to decide what to do next ( options are `:terminate!`, `:resume!`, `:reset!`, `:restart!`). Supervising behavior also supports strategies `:one_for_one` and `:one_for_all`.
502
+ - Linking was added to be able to monitor actor's events like: `:terminated`, `:paused`, `:restarted`, etc.
503
+ - Dead letter routing added. Rejected envelopes are collected in a configurable actor (default: `Concurrent::Actor.root.ask!(:dead_letter_routing)`)
504
+ - Old `Actor` class removed and replaced by new implementation previously called `Actress`. `Actress` was kept as an alias for `Actor` to keep compatibility.
505
+ - `Utils::Broadcast` actor which allows Publish–subscribe pattern.
506
+ * More executors for managing serialized operations
507
+ - `SerializedExecution` mixin module
508
+ - `SerializedExecutionDelegator` for serializing *any* executor
509
+ * Updated `Async` with serialized execution
510
+ * Updated `ImmediateExecutor` and `PerThreadExecutor` with full executor service lifecycle
511
+ * Added a `Delay` to root `Actress` initialization
512
+ * Minor bug fixes to thread pools
513
+ * Refactored many intermittently failing specs
514
+ * Removed Java interop warning `executor.rb:148 warning: ambiguous Java methods found, using submit(java.lang.Runnable)`
515
+ * Fixed minor bug in `RubyCachedThreadPool` overflow policy
516
+ * Updated tests to use [RSpec 3.0](http://myronmars.to/n/dev-blog/2014/05/notable-changes-in-rspec-3)
517
+ * Removed deprecated `Actor` class
518
+ * Better support for Rubinius
519
+
520
+ ## Release v0.6.1 (14 June 2014)
521
+
522
+ * Many improvements to `Concurrent::Actress`
523
+ * Bug fixes to `Concurrent::RubyThreadPoolExecutor`
524
+ * Fixed several brittle tests
525
+ * Moved documentation to http://ruby-concurrency.github.io/concurrent-ruby/frames.html
526
+
527
+ ## Release v0.6.0 (25 May 2014)
528
+
529
+ * Added `Concurrent::Observable` to encapsulate our thread safe observer sets
530
+ * Improvements to new `Channel`
531
+ * Major improvements to `CachedThreadPool` and `FixedThreadPool`
532
+ * Added `SingleThreadExecutor`
533
+ * Added `Current::timer` function
534
+ * Added `TimerSet` executor
535
+ * Added `AtomicBoolean`
536
+ * `ScheduledTask` refactoring
537
+ * Pure Ruby and JRuby-optimized `PriorityQueue` classes
538
+ * Updated `Agent` behavior to more closely match Clojure
539
+ * Observer sets support block callbacks to the `add_observer` method
540
+ * New algorithm for thread creation in `RubyThreadPoolExecutor`
541
+ * Minor API updates to `Event`
542
+ * Rewritten `TimerTask` now an `Executor` instead of a `Runnable`
543
+ * Fixed many brittle specs
544
+ * Renamed `FixedThreadPool` and `CachedThreadPool` to `RubyFixedThreadPool` and `RubyCachedThreadPool`
545
+ * Created JRuby optimized `JavaFixedThreadPool` and `JavaCachedThreadPool`
546
+ * Consolidated fixed thread pool tests into `spec/concurrent/fixed_thread_pool_shared.rb` and `spec/concurrent/cached_thread_pool_shared.rb`
547
+ * `FixedThreadPool` now subclasses `RubyFixedThreadPool` or `JavaFixedThreadPool` as appropriate
548
+ * `CachedThreadPool` now subclasses `RubyCachedThreadPool` or `JavaCachedThreadPool` as appropriate
549
+ * New `Delay` class
550
+ * `Concurrent::processor_count` helper function
551
+ * New `Async` module
552
+ * Renamed `NullThreadPool` to `PerThreadExecutor`
553
+ * Deprecated `Channel` (we are planning a new implementation based on [Go](http://golangtutorials.blogspot.com/2011/06/channels-in-go.html))
554
+ * Added gem-level [configuration](http://robots.thoughtbot.com/mygem-configure-block)
555
+ * Deprecated `$GLOBAL_THREAD_POOL` in lieu of gem-level configuration
556
+ * Removed support for Ruby [1.9.2](https://www.ruby-lang.org/en/news/2013/12/17/maintenance-of-1-8-7-and-1-9-2/)
557
+ * New `RubyThreadPoolExecutor` and `JavaThreadPoolExecutor` classes
558
+ * All thread pools now extend the appropriate thread pool executor classes
559
+ * All thread pools now support `:overflow_policy` (based on Java's [reject policies](http://docs.oracle.com/javase/7/docs/api/java/util/concurrent/ThreadPoolExecutor.html))
560
+ * Deprecated `UsesGlobalThreadPool` in lieu of explicit `:executor` option (dependency injection) on `Future`, `Promise`, and `Agent`
561
+ * Added `Concurrent::dataflow_with(executor, *inputs)` method to support executor dependency injection for dataflow
562
+ * Software transactional memory with `TVar` and `Concurrent::atomically`
563
+ * First implementation of [new, high-performance](https://github.com/ruby-concurrency/concurrent-ruby/pull/49) `Channel`
564
+ * `Actor` is deprecated in favor of new experimental actor implementation [#73](https://github.com/ruby-concurrency/concurrent-ruby/pull/73). To avoid namespace collision it is living in `Actress` namespace until `Actor` is removed in next release.
565
+
566
+ ## Release v0.5.0
567
+
568
+ This is the most significant release of this gem since its inception. This release includes many improvements and optimizations. It also includes several bug fixes. The major areas of focus for this release were:
569
+
570
+ * Stability improvements on Ruby versions with thread-level parallelism ([JRuby](http://jruby.org/) and [Rubinius](http://rubini.us/))
571
+ * Creation of new low-level concurrency abstractions
572
+ * Internal refactoring to use the new low-level abstractions
573
+
574
+ Most of these updates had no effect on the gem API. There are a few notable exceptions which were unavoidable. Please read the [release notes](API-Updates-in-v0.5.0) for more information.
575
+
576
+ Specific changes include:
577
+
578
+ * New class `IVar`
579
+ * New class `MVar`
580
+ * New class `ThreadLocalVar`
581
+ * New class `AtomicFixnum`
582
+ * New class method `dataflow`
583
+ * New class `Condition`
584
+ * New class `CountDownLatch`
585
+ * New class `DependencyCounter`
586
+ * New class `SafeTaskExecutor`
587
+ * New class `CopyOnNotifyObserverSet`
588
+ * New class `CopyOnWriteObserverSet`
589
+ * `Future` updated with `execute` API
590
+ * `ScheduledTask` updated with `execute` API
591
+ * New `Promise` API
592
+ * `Future` now extends `IVar`
593
+ * `Postable#post?` now returns an `IVar`
594
+ * Thread safety fixes to `Dereferenceable`
595
+ * Thread safety fixes to `Obligation`
596
+ * Thread safety fixes to `Supervisor`
597
+ * Thread safety fixes to `Event`
598
+ * Various other thread safety (race condition) fixes
599
+ * Refactored brittle tests
600
+ * Implemented pending tests
601
+ * Added JRuby and Rubinius as Travis CI build targets
602
+ * Added [CodeClimate](https://codeclimate.com/) code review
603
+ * Improved YARD documentation
@@ -0,0 +1,21 @@
1
+ Copyright (c) Jerry D'Antonio -- released under the MIT license.
2
+
3
+ http://www.opensource.org/licenses/mit-license.php
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.