ruht 0.1.0 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/Gemfile.lock +1 -1
- data/lib/ruht/version.rb +1 -1
- data/ruht.gemspec +2 -1
- metadata +6 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 760b255532fee07bf3676e53d8dedd952c7b62fc0f52b3e898c668ae4d103796
|
4
|
+
data.tar.gz: ea333cfde23631937ce0ed272870af5c40fa4040e69a02e991c4211416463e74
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: dd6772fa80d38f5124b0a0b31bba9cca76b95e0a2c8b7d2209499ea3a38f3471083f45396c9498313863dcc141a3d354dd6b1de7258e5615a5ef85c239a9025c
|
7
|
+
data.tar.gz: ae6652cff193fd92a858e12815d65cec75465eac2cffe669c268bbfca67ffe6659766330ba0d76b1dbc0283d25990af39be982625019b72ab22eb0e939aa2370
|
data/CHANGELOG.md
CHANGED
data/Gemfile.lock
CHANGED
data/lib/ruht/version.rb
CHANGED
data/ruht.gemspec
CHANGED
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
|
|
10
10
|
|
11
11
|
spec.summary = 'DSL for building HTML written in Ruby'
|
12
12
|
spec.description = 'Ruht lets you generate HTML using Ruby syntax'
|
13
|
-
spec.homepage = 'https://github.com/
|
13
|
+
spec.homepage = 'https://github.com/ruby-hyper-text/ruht'
|
14
14
|
spec.license = 'MIT'
|
15
15
|
spec.required_ruby_version = '>= 2.7.0'
|
16
16
|
|
@@ -19,6 +19,7 @@ Gem::Specification.new do |spec|
|
|
19
19
|
spec.metadata['homepage_uri'] = spec.homepage
|
20
20
|
spec.metadata['source_code_uri'] = spec.homepage
|
21
21
|
spec.metadata['changelog_uri'] = "#{spec.homepage}/blob/main/CHANGELOG.md"
|
22
|
+
spec.metadata['github_repo'] = 'ssh://github.com/ruby-hyper-text/ruht'
|
22
23
|
|
23
24
|
# Specify which files should be added to the gem when it is released.
|
24
25
|
# The `git ls-files -z` loads the files in the RubyGem
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ruht
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Dmitry Barskov
|
@@ -61,14 +61,15 @@ files:
|
|
61
61
|
- sig/ruht/tags.rbs
|
62
62
|
- sig/ruht/version.rbs
|
63
63
|
- sig/ruht/void_element.rbs
|
64
|
-
homepage: https://github.com/
|
64
|
+
homepage: https://github.com/ruby-hyper-text/ruht
|
65
65
|
licenses:
|
66
66
|
- MIT
|
67
67
|
metadata:
|
68
68
|
allowed_push_host: https://rubygems.org
|
69
|
-
homepage_uri: https://github.com/
|
70
|
-
source_code_uri: https://github.com/
|
71
|
-
changelog_uri: https://github.com/
|
69
|
+
homepage_uri: https://github.com/ruby-hyper-text/ruht
|
70
|
+
source_code_uri: https://github.com/ruby-hyper-text/ruht
|
71
|
+
changelog_uri: https://github.com/ruby-hyper-text/ruht/blob/main/CHANGELOG.md
|
72
|
+
github_repo: ssh://github.com/ruby-hyper-text/ruht
|
72
73
|
rubygems_mfa_required: 'true'
|
73
74
|
post_install_message:
|
74
75
|
rdoc_options: []
|