html_skeleton 0.4.3 → 0.4.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/MIT-LICENSE +1 -1
- data/README.md +1 -1
- metadata +3 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 55532393dae14c551ad8a938425e057aa82e94e84fc2cc101bf48af785b18a92
|
4
|
+
data.tar.gz: b3a1aa963b89dc333e7a5574a9c8cdfb9613d824f9e96c3a88e622b0a74d7dfb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6182e2b9914696e363d0aefbde4c07e3920cb94605b2d8c2770f3b5acd5e0894b9c6ec58c3410f1664284abbef10aec80dc0c41cdb171ecfc56e46630a31029c
|
7
|
+
data.tar.gz: 4b7c5fe799657a40782a68f3a938c084e72c3f248853b6855a45a42a55fab3caef258d8019126fd3a0aaac91da20608b3f8faacc82f52d744a78c2ecc5c72136
|
data/MIT-LICENSE
CHANGED
data/README.md
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: html_skeleton
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.4.
|
4
|
+
version: 0.4.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Dittmar Krall
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2019-10-04 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rake
|
@@ -60,8 +60,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
60
60
|
- !ruby/object:Gem::Version
|
61
61
|
version: '0'
|
62
62
|
requirements: []
|
63
|
-
|
64
|
-
rubygems_version: 2.7.6
|
63
|
+
rubygems_version: 3.0.6
|
65
64
|
signing_key:
|
66
65
|
specification_version: 4
|
67
66
|
summary: A simple helper for creating HTML calendars and tables
|