middleman-widont 1.0.4 → 1.0.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/middleman-widont.rb +2 -2
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4b23f9059dcba0707894f27c1e4c71a4ace42087
4
- data.tar.gz: 75db0f228d8d383db0592b987e33769e3519179c
3
+ metadata.gz: d76861f039addf996a5efc524c18ec9e2f7e9eb3
4
+ data.tar.gz: af1ecc4426d3a3166f6789218a4b2cd3ce8f3b5d
5
5
  SHA512:
6
- metadata.gz: 34e5e7b474a2486dd90092c9784184c74e992f5c85fb029ea8f39e58a105f97e8c4b3e72520840356063e6d8a0ef86c1d619a2ba1b6a11d4ef28cbb4a2d52899
7
- data.tar.gz: ba6ab14cc29ccc0fe87d6f95ac39a6c11cc92a0bcb3da37ce18ca34d37c3e7e758ee4d4ed2a13c9b05248a0855b1c8b3ea3bafaa9d9291a704a354d889d54556
6
+ metadata.gz: 6ed5a60a41eafcfdaf6d764796aaa35311000aa1a613dc5b2af9dba7af3a39b55c77f9373a31c1bea7a2fb4b9813a667d1e75d74de66e5043d00b0bd596b66bf
7
+ data.tar.gz: 35a14719306ea969db5240e9a0d096d638dd30925ee82d818153a0f858248769d71c95efe5ca4ec2a8492a2ecd10d4120a40e7dd03b12edcc19ac56f892ff0da
@@ -2,10 +2,10 @@ require "middleman-core"
2
2
  require "nokogiri"
3
3
 
4
4
  class Widont < ::Middleman::Extension
5
- VERSION = "1.0.4"
5
+ VERSION = "1.0.5"
6
6
 
7
7
  option :nbsp, "\u00A0", "String to use between the last two words"
8
- option :tags, %w[p h1 h2 h3 h4 h5 h6], "Tags to apply widont"
8
+ option :tags, %w[p li h1 h2 h3 h4 h5 h6], "Tags to apply widont"
9
9
 
10
10
  def after_configuration
11
11
  app.use Rack, options
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: middleman-widont
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.4
4
+ version: 1.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jeremy Boles
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-09-02 00:00:00.000000000 Z
11
+ date: 2015-09-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: middleman-core