darkroom 0.0.6 → 0.0.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: bfceb46e778a627cdd5fb64a51224ce2fdbfabb27dc4020e625d470fd80050a5
4
- data.tar.gz: 38478af8de2fb0c42f46857e204b05ba76fa5f18415e0ae7d66baaefb04a5d8f
3
+ metadata.gz: 5162b1e81dd2a8a33dd280928539a3b12d549811dabfb6df542a84bd994c020a
4
+ data.tar.gz: a780ff9279b4ed705716de0a2112699bb2780df8ec187c704e89ded2fab863a0
5
5
  SHA512:
6
- metadata.gz: 513abc20887e655aa9ecbcdfb706ae9c75d0e97907de7cd72e42aec6544839c4e96596f576b551b3e06dbc8d0fcd1edacbb212a662a017c6edbf0ed6c3111b58
7
- data.tar.gz: e93f811868982d3ede4e64c848f9479a8564959845d0a1dea3a1bce980961d9fb8278513f969bfef45ac258fc39bce486c1915129ed69c914ffdce75ad0060ed
6
+ metadata.gz: bf8d935a547d44d57ff873bd236f0d719547e28eb481147e474a34b4794f17555b5c3086b8da3cf660a32505f3a736e09c20aee114c8198ca16a99ed68afd209
7
+ data.tar.gz: 5fecd0018770f57f845dd2376323cd9e9e9f2f8edd5880ce695addbeb2ae685ad32e3f2b7ef526769bdc5ee06e59ee8498d490525ae1895da300a7f04ab94d65
data/README.md CHANGED
@@ -51,7 +51,7 @@ gem('terser') # JavaScript and HTX minification
51
51
 
52
52
  ## Usage
53
53
 
54
- To create and start using a Darkroom instance, specify one or more load paths (all other arguments are
54
+ To create and start using a Darkroom instance, specify one or more load paths (all keyword arguments are
55
55
  optional):
56
56
 
57
57
  ```ruby
@@ -229,8 +229,8 @@ replaced appropriately.
229
229
 
230
230
  ## Extending
231
231
 
232
- Darkroom is extensible. Support for arbitrary file types can be added as follows (all named parameters are
233
- optional):
232
+ Darkroom is extensible. Support for arbitrary file types can be added as follows (`content_type` is required
233
+ but all other keyword arguments are optional):
234
234
 
235
235
  ```ruby
236
236
  # Simple type with no special behavior.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.6
1
+ 0.0.7