lib/convenient_service/examples/standard/gemfile.rb in convenient_service-0.12.0 vs lib/convenient_service/examples/standard/gemfile.rb in convenient_service-0.13.0
- old
+ new
@@ -10,10 +10,10 @@
# result = ConvenientService::Examples::Standard::Gemfile.format("spec/cli/gemfile/format/fixtures/Gemfile")
#
module ConvenientService
module Examples
module Standard
- module Gemfile
+ class Gemfile
include ConvenientService::Feature
entry :format do |path|
Services::Format[path: path]
end