hamlit 2.7.2 → 2.7.3

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
  SHA1:
3
- metadata.gz: 09deba103d2ef587a9f16492f39cc14c050fb8e1
4
- data.tar.gz: 90f1e9eebed58018fa8560d3ea8ea1f9ff2036c8
3
+ metadata.gz: d2c4f53ece3e84d4109c6ea4626a20b6cda6db07
4
+ data.tar.gz: 261a4ac4b9d913805a68ec61d2871418869074c0
5
5
  SHA512:
6
- metadata.gz: 120f3e054abc94caa703d5e47fdcedf4127ea8653ba7863ac19391c18b4037cbb03147ff07d88270cc7270e329364a0343f6b0d60578a757481a3fec222d093e
7
- data.tar.gz: 605d6ec08c6b236abe5c0882d05deef2e94bb5d89fd558801ed998ded076a27cdfcb17a1073354159b2130b1dc2a8217c9f0470e817dd7aec9477279a9c29d18
6
+ metadata.gz: c628cf49a624558f9e3d36b46d56c56d288c3634d4a7f87486ca440c3664e81176eabb686e17774a6a55af409fe714fdec9a1ab892b139bef3967861158ee396
7
+ data.tar.gz: 202b92fb6241ff2156ec0e946372502d4fcd432fe69e9cd947a157a8c18801da1bcf4d38f13e7f9ee606008dc665b391c2275f0df3a87ae14c0d334110606789
data/CHANGELOG.md CHANGED
@@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file. This
4
4
  project adheres to [Semantic Versioning](http://semver.org/). This change log is based upon
5
5
  [keep-a-changelog](https://github.com/olivierlacan/keep-a-changelog).
6
6
 
7
+ ## [2.7.3](https://github.com/k0kubun/hamlit/compare/v2.7.2...v2.7.3) - 2016-10-12
8
+
9
+ ### Fixed
10
+
11
+ - Regard download as an boolean attribute
12
+ [#91](https://github.com/k0kubun/hamlit/pull/91). *Thank to @pushcx*
13
+
7
14
  ## [2.7.2](https://github.com/k0kubun/hamlit/compare/v2.7.1...v2.7.2) - 2016-09-19
8
15
 
9
16
  ### Fixed
@@ -9,5 +9,5 @@ module Hamlit::AttributeBuilder
9
9
  defer reversed ismap seamless muted required
10
10
  autofocus novalidate formnovalidate open pubdate
11
11
  itemscope allowfullscreen default inert sortable
12
- truespeed typemustmatch].freeze
12
+ truespeed typemustmatch download].freeze
13
13
  end
@@ -1,4 +1,4 @@
1
1
  # frozen_string_literal: true
2
2
  module Hamlit
3
- VERSION = '2.7.2'
3
+ VERSION = '2.7.3'
4
4
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hamlit
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.7.2
4
+ version: 2.7.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Takashi Kokubun
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2016-09-19 00:00:00.000000000 Z
11
+ date: 2016-10-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: temple