HTML-AutoTag 1.0.8 → 1.0.9

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: 606bf3c44d04349c6548f7ff931f46f77daaadcb
4
- data.tar.gz: 7fe44cbb48dab657f58e356cc25338a5f01bb856
3
+ metadata.gz: f3f7f20c8b6b393cb32ad4f2aef7b9d761c1966a
4
+ data.tar.gz: 08eb49e1fa0adda239699aeb4dffcd0722bfadbf
5
5
  SHA512:
6
- metadata.gz: 0f7ef2ca4b09abc3da88860bb17f42b18a0596d7ab3b6db05e37a677250821c608fe71cc565b5e6480ce6c0e92052ea0060473dc04cfd23b19d88479ce671237
7
- data.tar.gz: 7ad1d53c1061106291cbd0a9437541ef9eb2d5388508e739c947c09c54548f2f84fe99fdc142b7d4dcd0cb97299d1f383ba873aabaa52b6953d667f97e455593
6
+ metadata.gz: 58e4faf780fd21c4d4190408acf52b9c46cb9fd04df2f409072c83b7132b7233c4f3cae380b5e8a7835f417df29e4919c6fac9cf885ff2a206d989ed39958569
7
+ data.tar.gz: b2b228a03864af30bab9f6fe9e371f074846a01eda5a10574c0e95411d1eb323ced122ff946203768cb8dd2371b2e376296248cc20d09e0a9c6e45b3e0449dde
data/Changes CHANGED
@@ -1,5 +1,8 @@
1
1
  Revision history for html-autotag-ruby
2
2
 
3
+ 1.0.9
4
+ - update ALL copyright dates ;)
5
+
3
6
  1.0.8
4
7
  - update copyright date
5
8
 
data/README CHANGED
@@ -102,7 +102,7 @@ See Spreadsheet-HTML for generating HTML tables.
102
102
  MIT
103
103
 
104
104
  == Copyright
105
- (C) 2015 Jeff Anderson -- All Rights Reserved
105
+ (C) 2016 Jeff Anderson -- All Rights Reserved
106
106
 
107
107
  == Warranty
108
108
  This package is provided "as is" and without any express or implied warranties, including, without limitation, the implied warranties of merchantability and fitness for a particular purpose.
@@ -1,5 +1,5 @@
1
1
  module HTML
2
2
  class AutoTag
3
- VERSION = "1.0.8"
3
+ VERSION = "1.0.9"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: HTML-AutoTag
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.8
4
+ version: 1.0.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - jeffa