no-style-please2-plugins 0.9.4.1 → 0.9.5
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
- data/lib/ext.rb +1 -2
- data/lib/version/version.rb +1 -1
- metadata +6 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e6c4797db1d29a07b8885c777d3ba7b97149fe9b2068036af0844c2fd37b4c87
|
4
|
+
data.tar.gz: a69b2acc0944fb43e3665d5896837bd727cbe34c1cf22d69d04ce48b29862653
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fbb37b27c0c4ca5491c684e58ac8f2f5300cfe0d3d999aa454775fb1d9129d521ffda36b1e3e9a5a1c509c336fb7710f0e877d9a9e5e82da4055838cbb4030a0
|
7
|
+
data.tar.gz: 245c22d8bbc7674dc5fccb2e2ac05c52596db086d016285ac9f7c7963262b4cd0670c79e96961ebcfa53907d1eece85b22b571eb19c4f5ed9e34794b1ec014ff
|
data/lib/ext.rb
CHANGED
@@ -157,8 +157,7 @@ module Jekyll
|
|
157
157
|
filePath = "#{rootPath}/#{text}".strip!()
|
158
158
|
end
|
159
159
|
filePath = File.expand_path(filePath)
|
160
|
-
puts
|
161
|
-
puts filePath
|
160
|
+
puts "--------- inluce code: #{filePath}"
|
162
161
|
|
163
162
|
begin
|
164
163
|
file = File.open(filePath)
|
data/lib/version/version.rb
CHANGED
metadata
CHANGED
@@ -1,13 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: no-style-please2-plugins
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.9.
|
4
|
+
version: 0.9.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- vitock
|
8
|
+
autorequire:
|
8
9
|
bindir: exe
|
9
10
|
cert_chain: []
|
10
|
-
date:
|
11
|
+
date: 2025-04-11 00:00:00.000000000 Z
|
11
12
|
dependencies:
|
12
13
|
- !ruby/object:Gem::Dependency
|
13
14
|
name: jekyll
|
@@ -75,6 +76,7 @@ metadata:
|
|
75
76
|
homepage_uri: https://github.com/vitock/no-style-please2-plugins
|
76
77
|
source_code_uri: https://github.com/vitock/no-style-please2-plugins
|
77
78
|
changelog_uri: https://github.com/vitock/no-style-please2-plugins/blob/main/LICENSE
|
79
|
+
post_install_message:
|
78
80
|
rdoc_options: []
|
79
81
|
require_paths:
|
80
82
|
- lib
|
@@ -89,7 +91,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
89
91
|
- !ruby/object:Gem::Version
|
90
92
|
version: '0'
|
91
93
|
requirements: []
|
92
|
-
rubygems_version: 3.
|
94
|
+
rubygems_version: 3.4.1
|
95
|
+
signing_key:
|
93
96
|
specification_version: 4
|
94
97
|
summary: plugins for jekyll theme no-style-please2
|
95
98
|
test_files: []
|