HTML-AutoTag 1.0.7 → 1.0.8

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: c23f1810a4965b252d7dde28f612a270e9d2a90f
4
- data.tar.gz: 924030eee39489ae196fcfa23fde6492d3e11301
3
+ metadata.gz: 606bf3c44d04349c6548f7ff931f46f77daaadcb
4
+ data.tar.gz: 7fe44cbb48dab657f58e356cc25338a5f01bb856
5
5
  SHA512:
6
- metadata.gz: 365ff86f0636c08fcc44f32ad61a2682ba68c61c4dfe8bd0875fd6af69ef7f9deeaaf6e34d75f4803d7b7a1dd03896a6313d5430c3d2aba7dd0e480e269bfc47
7
- data.tar.gz: 4cafe9122b51ad4041e4b2a9e2789b2d90b96a029665012827a05e9960c413ff5c7e89582caad43434088e8d3a204c8cd2f3fb23c5c7f852380ebcb53b459602
6
+ metadata.gz: 0f7ef2ca4b09abc3da88860bb17f42b18a0596d7ab3b6db05e37a677250821c608fe71cc565b5e6480ce6c0e92052ea0060473dc04cfd23b19d88479ce671237
7
+ data.tar.gz: 7ad1d53c1061106291cbd0a9437541ef9eb2d5388508e739c947c09c54548f2f84fe99fdc142b7d4dcd0cb97299d1f383ba873aabaa52b6953d667f97e455593
data/Changes CHANGED
@@ -1,5 +1,8 @@
1
1
  Revision history for html-autotag-ruby
2
2
 
3
+ 1.0.8
4
+ - update copyright date
5
+
3
6
  1.0.7
4
7
  - explicit cast of attr values to string
5
8
 
data/License.md CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) 2015 Jeff Anderson
1
+ Copyright 2016 Jeff Anderson
2
2
  ================================
3
3
 
4
4
  MIT License
@@ -95,6 +95,6 @@ Jeff Anderson, <jeffa at cpan.org>
95
95
 
96
96
  == LICENSE AND COPYRIGHT
97
97
 
98
- Copyright 2015 Jeff Anderson. (See License.md shipped with distro)
98
+ Copyright 2016 Jeff Anderson. (See License.md shipped with distro)
99
99
 
100
100
  =end
@@ -86,6 +86,6 @@ Jeff Anderson, <jeffa at cpan.org>
86
86
 
87
87
  == LICENSE AND COPYRIGHT
88
88
 
89
- Copyright 2015 Jeff Anderson. (See License.md shipped with distro)
89
+ Copyright 2016 Jeff Anderson. (See License.md shipped with distro)
90
90
 
91
91
  =end
@@ -1,5 +1,5 @@
1
1
  module HTML
2
2
  class AutoTag
3
- VERSION = "1.0.7"
3
+ VERSION = "1.0.8"
4
4
  end
5
5
  end
@@ -179,6 +179,6 @@ Jeff Anderson, <jeffa at cpan.org>
179
179
 
180
180
  == LICENSE AND COPYRIGHT
181
181
 
182
- Copyright 2015 Jeff Anderson. (See License.md shipped with distro)
182
+ Copyright 2016 Jeff Anderson. (See License.md shipped with distro)
183
183
 
184
184
  =end
@@ -177,6 +177,6 @@ Jeff Anderson, <jeffa at cpan.org>
177
177
 
178
178
  == LICENSE AND COPYRIGHT
179
179
 
180
- Copyright 2015 Jeff Anderson. (See License.md shipped with distro)
180
+ Copyright 2016 Jeff Anderson. (See License.md shipped with distro)
181
181
 
182
182
  =end
data/readme.md CHANGED
@@ -1,6 +1,6 @@
1
1
  HTML-AutoTag (ruby)
2
2
  ===================
3
- Just another HTML tag generator for ruby. [![Gem Version](https://badge.fury.io/rb/HTML-AutoTag.svg)](https://badge.fury.io/rb/HTML-AutoTag)
3
+ Just another HTML tag generator for ruby. [![Gem Version](https://badge.fury.io/rb/HTML-AutoTag.svg)](https://rubygems.org/gems/HTML-AutoTag) [![Build Status](https://api.travis-ci.org/jeffa/html-autotag-ruby.svg?branch=master)](https://travis-ci.org/jeffa/html-autotag-ruby)
4
4
 
5
5
  Description
6
6
  -----------
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: HTML-AutoTag
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.7
4
+ version: 1.0.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - jeffa
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-12-11 00:00:00.000000000 Z
11
+ date: 2015-12-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler