hom 1.3.1 → 1.3.2

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.
Files changed (6) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGES.md +4 -0
  3. data/LICENSE.txt +1 -1
  4. data/README.md +0 -3
  5. data/hom.gemspec +4 -10
  6. metadata +7 -14
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 80265a394bf1cecc27755bfcc583dbc81cb3ea51ffcb110fae6a61ecc3d0f0cd
4
- data.tar.gz: 9ab3f813474864c3db170c4add2780309a2470f8bc4acca7c6daa2355bd27087
3
+ metadata.gz: fd29d8108ab23030723dca12dcf54f727a8287bcb6b9c0834ef782f2481210c1
4
+ data.tar.gz: b34b94747fa553cc4ec05a3cca10bf7301b6c6bdf9f80c3089d4df532803fa2c
5
5
  SHA512:
6
- metadata.gz: 1d7d556b5749cd886a0731f39734e32cd34dde6ee8ffc0c07294034d0554c0f9bc2f6c35c51bf1f206b50bd9f03a6c01fae28bab158590f1792782f1bee341d6
7
- data.tar.gz: 6e27e6d36d7648c968c8bec6c45a99c263e056945eacab2b4de3538220a40f5ad881e5cf30974e5561c0645044eb3ea9968cda6c2ea0e4ab148e1f1d207206c7
6
+ metadata.gz: 28b2940dbffc39193e63ff1fc8efcd5d1056da6feb43b9d4287a3b73adc3504d75f1c3f6de626c5a1e4aa2074361b24de2237d1ae7f2d3a47ac3bf4fa96f01c8
7
+ data.tar.gz: 15a99338cbb5d7d414c43f0b984646f9f8ff9adb0277d96de2c3c6a203ed1f17c5eb96d69ea6ee704b1b2deab181cfb8fba7aa5e6e1fbc4100b560c250aabb52
data/CHANGES.md CHANGED
@@ -1,3 +1,7 @@
1
+ # 1.3.2
2
+
3
+ * Updated gemspec metadata
4
+
1
5
  # 1.3.1
2
6
 
3
7
  * Added metadata to gemspec
data/LICENSE.txt CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) 2011-2020 TIMCRAFT
1
+ Copyright (c) 2011-2026 TIMCRAFT
2
2
 
3
3
  This is an Open Source project licensed under the terms of the LGPLv3 license.
4
4
  Please see <http://www.gnu.org/licenses/lgpl-3.0.html> for license text.
data/README.md CHANGED
@@ -1,8 +1,5 @@
1
1
  # hom
2
2
 
3
- [![Gem Version](https://badge.fury.io/rb/hom.svg)](https://badge.fury.io/rb/hom) [![Build Status](https://api.travis-ci.org/timcraft/hom.svg?branch=master)](https://travis-ci.org/timcraft/hom)
4
-
5
-
6
3
  A straightforward API for generating HTML.
7
4
 
8
5
 
data/hom.gemspec CHANGED
@@ -1,20 +1,14 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'hom'
3
- s.version = '1.3.1'
3
+ s.version = '1.3.2'
4
4
  s.license = 'LGPL-3.0'
5
5
  s.platform = Gem::Platform::RUBY
6
6
  s.authors = ['Tim Craft']
7
- s.email = ['mail@timcraft.com']
8
- s.homepage = 'https://github.com/timcraft/hom'
7
+ s.email = ['email@timcraft.com']
8
+ s.homepage = 'https://rubygems.org/gems/hom'
9
9
  s.description = 'A straightforward API for generating HTML'
10
- s.summary = 'See description'
10
+ s.summary = 'A straightforward API for generating HTML'
11
11
  s.files = Dir.glob('lib/**/*.rb') + %w(LICENSE.txt README.md CHANGES.md hom.gemspec)
12
12
  s.required_ruby_version = '>= 1.9.3'
13
13
  s.require_path = 'lib'
14
- s.metadata = {
15
- 'homepage' => 'https://github.com/timcraft/hom',
16
- 'source_code_uri' => 'https://github.com/timcraft/hom',
17
- 'bug_tracker_uri' => 'https://github.com/timcraft/hom/issues',
18
- 'changelog_uri' => 'https://github.com/timcraft/hom/blob/main/CHANGES.md'
19
- }
20
14
  end
metadata CHANGED
@@ -1,18 +1,17 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hom
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.1
4
+ version: 1.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tim Craft
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2020-11-03 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
12
11
  dependencies: []
13
12
  description: A straightforward API for generating HTML
14
13
  email:
15
- - mail@timcraft.com
14
+ - email@timcraft.com
16
15
  executables: []
17
16
  extensions: []
18
17
  extra_rdoc_files: []
@@ -22,15 +21,10 @@ files:
22
21
  - README.md
23
22
  - hom.gemspec
24
23
  - lib/hom.rb
25
- homepage: https://github.com/timcraft/hom
24
+ homepage: https://rubygems.org/gems/hom
26
25
  licenses:
27
26
  - LGPL-3.0
28
- metadata:
29
- homepage: https://github.com/timcraft/hom
30
- source_code_uri: https://github.com/timcraft/hom
31
- bug_tracker_uri: https://github.com/timcraft/hom/issues
32
- changelog_uri: https://github.com/timcraft/hom/blob/main/CHANGES.md
33
- post_install_message:
27
+ metadata: {}
34
28
  rdoc_options: []
35
29
  require_paths:
36
30
  - lib
@@ -45,8 +39,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
45
39
  - !ruby/object:Gem::Version
46
40
  version: '0'
47
41
  requirements: []
48
- rubygems_version: 3.1.4
49
- signing_key:
42
+ rubygems_version: 4.0.6
50
43
  specification_version: 4
51
- summary: See description
44
+ summary: A straightforward API for generating HTML
52
45
  test_files: []