hit_counter 1.0.6 → 1.0.7
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 +4 -4
- metadata +7 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: afe331bdfc119ba3d1d0b656cade62e8802d1db1ccc064f3c38053961157cdf5
|
|
4
|
+
data.tar.gz: c181cadaea5520a568eee02668833ab22f1f47767ddf0deb1a4c4b88193da3a2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c695068d88768173bd5b27d08482cd334f1718c0bbee8029a9446b8846f3f697e6949a023a870bd83c66742b5e87c06fe6c3c6ca7a8aee8b0400e4b38ff247a8
|
|
7
|
+
data.tar.gz: 37afce472f418d342cecd633343bae2905a19243614e7adc0ed3eee5005768d2b178381d097ca43463a6ee7630935b493ee6973de72e03a12b9547db36bee4f8
|
metadata
CHANGED
|
@@ -1,13 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: hit_counter
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.7
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Roderick Monje
|
|
8
|
+
autorequire:
|
|
8
9
|
bindir: bin
|
|
9
10
|
cert_chain: []
|
|
10
|
-
date:
|
|
11
|
+
date: 2026-05-02 00:00:00.000000000 Z
|
|
11
12
|
dependencies:
|
|
12
13
|
- !ruby/object:Gem::Dependency
|
|
13
14
|
name: addressable
|
|
@@ -54,6 +55,7 @@ dependencies:
|
|
|
54
55
|
description: Why roast this chestnut by that open fire, you ask? Cause thousands and
|
|
55
56
|
thousands of Internet vets are still using the one we wrote in PHP eons ago and
|
|
56
57
|
we don't want to be squandering any incidental Google juice, that's why.
|
|
58
|
+
email:
|
|
57
59
|
executables: []
|
|
58
60
|
extensions: []
|
|
59
61
|
extra_rdoc_files: []
|
|
@@ -99,6 +101,7 @@ licenses:
|
|
|
99
101
|
- MIT
|
|
100
102
|
metadata:
|
|
101
103
|
rubygems_mfa_required: 'true'
|
|
104
|
+
post_install_message:
|
|
102
105
|
rdoc_options: []
|
|
103
106
|
require_paths:
|
|
104
107
|
- lib
|
|
@@ -113,7 +116,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
113
116
|
- !ruby/object:Gem::Version
|
|
114
117
|
version: '0'
|
|
115
118
|
requirements: []
|
|
116
|
-
rubygems_version: 3.
|
|
119
|
+
rubygems_version: 3.3.27
|
|
120
|
+
signing_key:
|
|
117
121
|
specification_version: 4
|
|
118
122
|
summary: Self-hosted Ruby version of that old 90s chestnut, the web-site hit counter.
|
|
119
123
|
test_files: []
|