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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/ext.rb +1 -2
  3. data/lib/version/version.rb +1 -1
  4. metadata +6 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3f84aaca70cfa2fd5529ce64498665d95530e70e63e2a59ab59aeae3b2755e2e
4
- data.tar.gz: cbaf51294b7abc3f5bd44f00737c0df60f84cdb5793f90080dd2e721efe668bb
3
+ metadata.gz: e6c4797db1d29a07b8885c777d3ba7b97149fe9b2068036af0844c2fd37b4c87
4
+ data.tar.gz: a69b2acc0944fb43e3665d5896837bd727cbe34c1cf22d69d04ce48b29862653
5
5
  SHA512:
6
- metadata.gz: 8969d7ce88b0737df3c3fc43fbc41c1f963a30b2c6230ba2d5e4c7cc119524b850fe7760f2e14abf2c8e1f423bd33520addaf6ae5ae06538f2b9fa9a2641fd5b
7
- data.tar.gz: e2e0b2a3aea16f1aaf96f1d37263a244b717d2eb84129dbdc5f4c5bc75776561a6775724b80c8868d2cba7338c7f6744ec070abed17e052223dfadf3f17fcad7
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 '--------- inluce code-------'
161
- puts filePath
160
+ puts "--------- inluce code: #{filePath}"
162
161
 
163
162
  begin
164
163
  file = File.open(filePath)
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module NoStylePlease2
4
- VERSION = "0.9.4.1"
4
+ VERSION = "0.9.5"
5
5
  end
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.1
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: 1980-01-02 00:00:00.000000000 Z
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.6.7
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: []