microformats2 2.0.3 → 2.1.0

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
  SHA1:
3
- metadata.gz: 2f17f98667459fc48529032bd57254f1b5e9eb96
4
- data.tar.gz: dc576f2ce9f1b5918ffdca6755372932e6fe8c0a
3
+ metadata.gz: c79305c5f6a1a1152ae6cbf9d545cce75f644e57
4
+ data.tar.gz: 8d87627f5c95c472fd7bc3c22559a07fe33aa1d6
5
5
  SHA512:
6
- metadata.gz: e5c1f1fbf5e9d88bb60ff6caebf1c9014226f651192828957ff1d7f2a0abd46c50df25e34bc28fae04447e382c4533619523c5a64687ca261a19a2e947ceb19b
7
- data.tar.gz: 941f9abc78a53909ac4c70f2e647a34cb34e0b232366face72dfcc8b57b68da7b6eb160b4692a048090440038809668a2bc1197f232228666f2a99043fa0541d
6
+ metadata.gz: '080f403c008de68fe5264e0d0ee156f20aaf0d01478405ae008aca950f269ab015a125df0f88d3c168a27ac5d174fec6bc95dfd73bfbb179ab3291a72cef55a4'
7
+ data.tar.gz: e896b603087505d4746b7d818b8c6831319d58bce49aa87298a6a157ccd5eb9030a77cbbfb01d742c0125506367fbc218ee498c1f7b5843a00ed6be508726a2b
@@ -1,4 +1,4 @@
1
1
  language: ruby
2
2
  rvm:
3
- - 2.2.3
3
+ - 2.2.5
4
4
  script: bundle exec rspec
data/README.md CHANGED
@@ -38,9 +38,9 @@ Not Implemented:
38
38
 
39
39
  ## Current Version
40
40
 
41
- 2.0.3
41
+ 2.1.0
42
42
 
43
- ![Version 2.0.3](https://img.shields.io/badge/VERSION-2.0.3-green.svg)
43
+ ![Version 2.1.0](https://img.shields.io/badge/VERSION-2.1.0-green.svg)
44
44
 
45
45
 
46
46
  ## Requirements
@@ -103,12 +103,13 @@ collection.to_json
103
103
 
104
104
  ## Authors
105
105
 
106
- * Jessica Lynn Suttles / [@jlsuttles](https://github.com/jlsuttles)
107
- * Shane Becker / [@veganstraightedge](https://github.com/veganstraightedge)
108
- * Chris Stringer / [@jcstringer](https://github.com/jcstringer)
109
- * Michael Mitchell / [@variousred](https://github.com/variousred)
110
- * Jessica Dillon / [@jessicard](https://github.com/jessicard)
111
-
106
+ - Jessica Lynn Suttles / [@jlsuttles](https://github.com/jlsuttles)
107
+ - Shane Becker / [@veganstraightedge](https://github.com/veganstraightedge)
108
+ - Chris Stringer / [@jcstringer](https://github.com/jcstringer)
109
+ - Michael Mitchell / [@variousred](https://github.com/variousred)
110
+ - Jessica Dillon / [@jessicard](https://github.com/jessicard)
111
+ - Jeena Paradies / [@jeena](https://github.com/jeena)
112
+ - Marty McGuire / [@martymcguire](https://github.com/martymcguire)
112
113
 
113
114
  ## Contributions
114
115
 
@@ -12,8 +12,11 @@ module Microformats2
12
12
  @attr_map = {
13
13
  "a" => "href",
14
14
  "area" => "href",
15
+ "audio" => "src",
15
16
  "img" => "src",
16
17
  "object" => "data",
18
+ "source" => "src",
19
+ "video" => "src",
17
20
  "abbr" => "title",
18
21
  "data" => "value",
19
22
  "input" => "value" }
@@ -1,3 +1,3 @@
1
1
  module Microformats2
2
- VERSION = "2.0.3"
2
+ VERSION = "2.1.0"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: microformats2
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.3
4
+ version: 2.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Shane Becker
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2016-08-05 00:00:00.000000000 Z
13
+ date: 2017-03-27 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: nokogiri
@@ -375,7 +375,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
375
375
  version: '0'
376
376
  requirements: []
377
377
  rubyforge_project:
378
- rubygems_version: 2.6.4
378
+ rubygems_version: 2.6.8
379
379
  signing_key:
380
380
  specification_version: 4
381
381
  summary: microformats2 parser