jekyll-flant-plugins 0.1.0 → 1.0.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a41738634aa1a1d30a05e38149f2686a7a2c1853f7b2cecedf72f188b1786291
4
- data.tar.gz: 67f9c55637d6f872624746583c26c5f98ab744bc73e4710da07b2727e16d8671
3
+ metadata.gz: a5cb2c4870a094e539562940ac43ff51ae063420f03443bf7454bccfefa57ae3
4
+ data.tar.gz: e59dfa58ea9a124ac196f743eaf58cf9b444f303a8611bb08d8d1823bbcc698a
5
5
  SHA512:
6
- metadata.gz: 32a20188058a77dd76882c24f78b5e3e19fe5d30afe867c4a7d2206828d098fc148fd21ccea1ad32331b84155f2a2064046fd2e0ba83a81e620989d2db389ce2
7
- data.tar.gz: 3122447e979ec0137085d3594ba8b20bdcf200572cfaa89a55344e90450dc8d5fb6f578ca112c0d10d75cdd9a734be8f57dcea0ae87484a1f645290ba268f8e4
6
+ metadata.gz: 8832b3b082a0ff52be7729627460da538e12d03b636b05f1a98698109bf7547dd9a3d02db7e6bab76176048bcacba12744f4670217e37ac9a69a008663f93089
7
+ data.tar.gz: e05b881bb75fc4cb82dbe0eec8b8df5cd4051cc828a7de9661474452c88b49937960d83e0086f5fb3221000a0161bcd42917bf216068e2157b69e754cf8167e8
@@ -46,8 +46,8 @@ module JekyllFlantPlugins
46
46
  %Q(
47
47
  <div class="snippetcut#{@config[:limited] ? ' snippetcut_limited' : ''}" data-snippetcut>
48
48
  <div class="snippetcut__title">#{if (@config[:url]!='#') then "<a href=\""+@config[:url]+"\" target=\"_blank\" class=\"snippetcut__title-name\" data-snippetcut-name>" else "<span class=\"snippetcut__title-name-text\" data-snippetcut-name>" end}#{@config[:name]}#{if (@config[:url]!='#') then "</a>" else "</span>" end}
49
- <a href="javascript:void(0)" class="snippetcut__title-btn" data-snippetcut-btn-name>#{ site.data.dig('i18n', 'copy_filename', lang) ? site.data['i18n']['copy_filename'][lang] : site.data['global']['i18n']['copy_filename'][lang].capitalize }</a>
50
- <a href="javascript:void(0)" class="snippetcut__title-btn" data-snippetcut-btn-text>#{ site.data.dig('i18n', 'copy_content', lang) ? site.data['i18n']['copy_content'][lang] : site.data['global']['i18n']['copy_content'][lang].capitalize }</a>
49
+ <a href="javascript:void(0)" class="snippetcut__title-btn" data-snippetcut-btn-name>#{ site.data.dig('i18n', 'copy_filename', lang) ? site.data['i18n']['copy_filename'][lang] : site.data['global']['i18n']['snippetcut']['actions']['copy_filename'][lang].capitalize }</a>
50
+ <a href="javascript:void(0)" class="snippetcut__title-btn" data-snippetcut-btn-text>#{ site.data.dig('i18n', 'copy_content', lang) ? site.data['i18n']['copy_content'][lang] : site.data['global']['i18n']['snippetcut']['actions']['copy_content'][lang].capitalize }</a>
51
51
  </div>
52
52
  <div class="highlight">
53
53
  #{rendered_content}
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module JekyllFlantPlugins
4
- VERSION = "0.1.0"
4
+ VERSION = "1.0.3"
5
5
  end
metadata CHANGED
@@ -1,35 +1,29 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-flant-plugins
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 1.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Artem Kladov
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-07-03 00:00:00.000000000 Z
11
+ date: 2022-07-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - ">="
18
- - !ruby/object:Gem::Version
19
- version: '4.0'
20
- - - "<"
17
+ - - "~>"
21
18
  - !ruby/object:Gem::Version
22
- version: '5.0'
19
+ version: '4.2'
23
20
  type: :runtime
24
21
  prerelease: false
25
22
  version_requirements: !ruby/object:Gem::Requirement
26
23
  requirements:
27
- - - ">="
28
- - !ruby/object:Gem::Version
29
- version: '4.0'
30
- - - "<"
24
+ - - "~>"
31
25
  - !ruby/object:Gem::Version
32
- version: '5.0'
26
+ version: '4.2'
33
27
  - !ruby/object:Gem::Dependency
34
28
  name: liquid
35
29
  requirement: !ruby/object:Gem::Requirement
@@ -75,8 +69,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
69
  - !ruby/object:Gem::Version
76
70
  version: '0'
77
71
  requirements: []
78
- rubygems_version: 3.1.4
72
+ rubygems_version: 3.1.6
79
73
  signing_key:
80
74
  specification_version: 4
81
- summary: The Jekyll Plugins for using on the Flant Europe (flant.com) sites
75
+ summary: The Jekyll Plugins for using on the Flant Europe (flant.com) sites.
82
76
  test_files: []