lib/convenient_service/examples/standard/gemfile.rb in convenient_service-0.14.0 vs lib/convenient_service/examples/standard/gemfile.rb in convenient_service-0.15.0
- old
+ new
@@ -11,10 +11,10 @@
#
module ConvenientService
module Examples
module Standard
class Gemfile
- include ConvenientService::Feature
+ include ConvenientService::Feature::Standard::Config
entry :format do |path|
Services::Format[path: path]
end
end