lib/convenient_service/examples/rails/gemfile.rb in convenient_service-0.12.0 vs lib/convenient_service/examples/rails/gemfile.rb in convenient_service-0.13.0

- old
+ new

@@ -11,10 +11,10 @@ # result = ConvenientService::Examples::Rails::Gemfile.format("spec/cli/gemfile/format/fixtures/Gemfile") # module ConvenientService module Examples module Rails - module Gemfile + class Gemfile include ConvenientService::Feature entry :format do |path| Services::Format[path: path] end