README.md in sinclair-1.3.3 vs README.md in sinclair-1.3.4
- old
+ new
@@ -12,11 +12,11 @@
that enables creation of methods on the fly through class
methods
Yard Documentation
-------------------
-https://www.rubydoc.info/gems/sinclair/1.3.3
+https://www.rubydoc.info/gems/sinclair/1.3.4
Installation
---------------
- Install it
@@ -309,10 +309,10 @@
Configurations are read-only objects that can only be set using
the `configurable#configure` method
```ruby
- class MyConfigurable
+ module MyConfigurable
extend Sinclair::Configurable
# port is defaulted to 80
configurable_with :host, port: 80
end