lib/hanami.rb in hanami-1.2.0.beta2 vs lib/hanami.rb in hanami-1.2.0.rc1

- old
+ new

@@ -80,11 +80,11 @@ # Configure a plugin # # @see Hanami.configure # - # @since x.x.x + # @since 1.2.0 def self.plugin(&blk) @_plugins << blk end # Plugins registry @@ -103,10 +103,10 @@ # # When we'll switch to `hanami-reloader` for development, we can remove # `Components.release` and we'll be able to store plugins in `Components` and # remove `Hanami.plugins` as well. # - # @since x.x.x + # @since 1.2.0 # @api private def self.plugins @_plugins end