You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Fix incompatibility with Ruby 3.0: https://github.com/fastruby/harvesting/pull/64
17
+
- Relax `http` dependency declaration so that we can `bundle install` with more
18
+
modern versions of that gem: https://github.com/fastruby/harvesting/pull/63
19
+
- Fix issue when trying to remove an entity that is not removable:
20
+
https://github.com/fastruby/harvesting/pull/61
21
+
22
+
### Version 0.5.0 - September 3, 2020
8
23
9
24
**Notes**
10
25
- Changed behavior of `client.clients` so that it returns an instance of `Harvesting::Models::Clients` instead of an `Array`: https://github.com/fastruby/harvesting/pull/39
0 commit comments