darkroom 0.0.6 → 0.0.8

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: bfceb46e778a627cdd5fb64a51224ce2fdbfabb27dc4020e625d470fd80050a5
4
- data.tar.gz: 38478af8de2fb0c42f46857e204b05ba76fa5f18415e0ae7d66baaefb04a5d8f
3
+ metadata.gz: 7ff7abd45467a1fd1e3f3ae707ad1ff04ff45c9e0a4f4a512fb24fc6bd794879
4
+ data.tar.gz: 03f15709d9310d94068f3706e02ac1d4998887cf3c5bb09f3463eb72875a1ae9
5
5
  SHA512:
6
- metadata.gz: 513abc20887e655aa9ecbcdfb706ae9c75d0e97907de7cd72e42aec6544839c4e96596f576b551b3e06dbc8d0fcd1edacbb212a662a017c6edbf0ed6c3111b58
7
- data.tar.gz: e93f811868982d3ede4e64c848f9479a8564959845d0a1dea3a1bce980961d9fb8278513f969bfef45ac258fc39bce486c1915129ed69c914ffdce75ad0060ed
6
+ metadata.gz: bd87bd335cb7abb1e3bf26365d0dca2247b5d5450c82ded04d16709d97031bdcf2e4e59cf345c2f5a18218be05157ee2dc4c9f1d5ef27ed07ab433bf33a968aa
7
+ data.tar.gz: d1141e492dcedde15aca909de9354756d95db7ecf4b925421711589eeef96df973126e7d603ccde93ee6d078252ea56eba6d89c9c594eef00c9ff55a3fcb666c
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.8