synful 1.0.4 → 1.1.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/bin/synful +5 -0
- data/synful.gemspec +2 -1
- metadata +17 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f2b892d4f58998beda714675b75d74c743c271f7a90ff0ced88b46fc4976a808
|
4
|
+
data.tar.gz: 1af1b203db5c33e44c273a2f1abd6a4eb571c46560a1390719ed84e1f6640267
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9c40751ca614b251f3ac9bcb1cad481cefe03f3c4522f9c403d489b04ef23cb0e287c44b5646b8a78ed4fda1f8b69b35aea88bd66b7c10e0564e6f269fe69a31
|
7
|
+
data.tar.gz: 176c17fa5993cf3722611a928b837585158329bbf737acbaf5a5ba1d1863b76dacb192947347d3e61d6550d77afd706bd9374f5fd17310cd420b796aa5dda461
|
data/bin/synful
CHANGED
@@ -254,6 +254,11 @@ __END__
|
|
254
254
|
@@ toc
|
255
255
|
<div class="cap">
|
256
256
|
<div><a name="top">Index</a></div>
|
257
|
+
<div>
|
258
|
+
<a href="#<%= @list[ 1] %>">↓</a>
|
259
|
+
<a href="#<%= @list[-1] %>">↑</a>
|
260
|
+
<a href="#top">⥣</a>
|
261
|
+
</div>
|
257
262
|
</div>
|
258
263
|
|
259
264
|
<ul><% @list.each do |file| %>
|
data/synful.gemspec
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
|
3
3
|
Gem::Specification.new do |s|
|
4
4
|
s.name = "synful"
|
5
|
-
s.version = "1.
|
5
|
+
s.version = "1.1.1"
|
6
6
|
s.author = "Steve Shreeve"
|
7
7
|
s.email = "steve.shreeve@gmail.com"
|
8
8
|
s.summary =
|
@@ -13,4 +13,5 @@ Gem::Specification.new do |s|
|
|
13
13
|
s.executables = `cd bin && git ls-files .`.split("\n")
|
14
14
|
s.add_runtime_dependency "rouge", "~> 4.0"
|
15
15
|
s.add_runtime_dependency "sinatra", "~> 3.0"
|
16
|
+
s.add_runtime_dependency "webrick", "~> 1.8"
|
16
17
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: synful
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Steve Shreeve
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-
|
11
|
+
date: 2023-03-10 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rouge
|
@@ -38,6 +38,20 @@ dependencies:
|
|
38
38
|
- - "~>"
|
39
39
|
- !ruby/object:Gem::Version
|
40
40
|
version: '3.0'
|
41
|
+
- !ruby/object:Gem::Dependency
|
42
|
+
name: webrick
|
43
|
+
requirement: !ruby/object:Gem::Requirement
|
44
|
+
requirements:
|
45
|
+
- - "~>"
|
46
|
+
- !ruby/object:Gem::Version
|
47
|
+
version: '1.8'
|
48
|
+
type: :runtime
|
49
|
+
prerelease: false
|
50
|
+
version_requirements: !ruby/object:Gem::Requirement
|
51
|
+
requirements:
|
52
|
+
- - "~>"
|
53
|
+
- !ruby/object:Gem::Version
|
54
|
+
version: '1.8'
|
41
55
|
description: Ruby utility that shows syntax highlighted code in your browser
|
42
56
|
email: steve.shreeve@gmail.com
|
43
57
|
executables:
|
@@ -69,7 +83,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
69
83
|
- !ruby/object:Gem::Version
|
70
84
|
version: '0'
|
71
85
|
requirements: []
|
72
|
-
rubygems_version: 3.4.
|
86
|
+
rubygems_version: 3.4.8
|
73
87
|
signing_key:
|
74
88
|
specification_version: 4
|
75
89
|
summary: Ruby utility that shows syntax highlighted code in your browser
|