jekyll-file-protocol 0.2.0 → 0.2.1

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 7b5534faf56a4f91f8e2eba6bef3a17ba14d66bf
4
- data.tar.gz: 9dd6d94c0fba94d82c0a26efbc6e3341f1010efa
3
+ metadata.gz: d1d3e1d1aed29f648b06fc2572688b72a51f1989
4
+ data.tar.gz: d15f322fe4310db5687eb0a00b25d38f6a1750bb
5
5
  SHA512:
6
- metadata.gz: ac78f5e3d12df2ff657e724b4edd3b3a0c14dc55bd854306a4b565a79f32910e2373729b0bacf845cd9c4f0de6a875c0902d66e2e4b89dadb8b6e2740a56f5bf
7
- data.tar.gz: e22d072ee2a25704743cdec349f031fe1c0b786b382a0c42b7a6121c2256e38cdb720127891de34084d180d9ddaae0c68286df1bb0172e4a6b9a3a2166c58a1a
6
+ metadata.gz: edc65010bb4c171614a76a54764446c22fcef1f614f098b7b386a525d53ebb5f452ed4e84abd8e7830f2a804aefa1a26249dc4f783a71b597670c2fad109aecc
7
+ data.tar.gz: 1258ed9476682d6b664d767b49a19a0d7890cf47c9af91218c73cfc07e9fd690d2bf5cf0a2d83bb5c538bbcf64649802ee5bc72dcd4f39cc8a5a7b484e5c0fbe
data/README.md CHANGED
@@ -10,7 +10,7 @@ This gem is born to help me creating relative paths for filters of the gem [jeky
10
10
 
11
11
  Add this line to your application's Gemfile:
12
12
 
13
- gem 'jekyll-file-protocol', '~> 0.2.0'
13
+ gem 'jekyll-file-protocol', '~> 0.2.1'
14
14
 
15
15
  And then execute:
16
16
 
@@ -1,3 +1,3 @@
1
1
  module JekyllFileProtocol
2
- VERSION = "0.2.0"
2
+ VERSION = "0.2.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-file-protocol
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Fire-Dragon-DoL