Releases: imageaid/rails_service_generator
Releases · imageaid/rails_service_generator
Version 1.1.3
Version 1.1.2
Finally fixed an issue with building the gem that caused the generators not to show in a Rails app.
Version 1.1.0
Converted the gem from a spec-oriented one (i.e., would only create specs rather than unit tests where needed).
Gem will now produce a unit test or spec as required by the enclosing Rails app.
Version 1.0.0
Ability to create and destroy services with rails generator (rails_service:create or rails_service:destroy)