no-style-please2-plugins 0.9.4 → 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 +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 450a16c71cf4718757f6373a7edfb471cc81a24e80c4d9298360739b9aa4f62d
4
- data.tar.gz: 6c7a0319ddfd0cd887eadcdac6038f0d1fe7b801fabbdbba539fd0dc2347239a
3
+ metadata.gz: e6c4797db1d29a07b8885c777d3ba7b97149fe9b2068036af0844c2fd37b4c87
4
+ data.tar.gz: a69b2acc0944fb43e3665d5896837bd727cbe34c1cf22d69d04ce48b29862653
5
5
  SHA512:
6
- metadata.gz: 891bc3333fb3d6192f6853c1acdb11ac4565eed9d70aed320f96414de3a342e0e2ada9755613b4d66e270ea1f0098abd9b5b58a6f593c9fe8d83c94ab34edcc1
7
- data.tar.gz: 953b48d83fe57c71c71943d8142782f86c21dbd81484001d764c8fed2e1924544afb32a540505214ad91922670e26b9808b41763cf12070aafb00319aa184a8c
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"
4
+ VERSION = "0.9.5"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
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
4
+ version: 0.9.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - vitock