jekyll-importmap 0.1.1 → 0.1.2

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
  SHA256:
3
- metadata.gz: 1f846c42361c7da6b6bac17de40f7d49d371d492edf7cedaee988aaa8acf8736
4
- data.tar.gz: 4533b6d72f8cd5d654ae602f527eb9c5e6e583f10c4d76895f47f32b486ea96c
3
+ metadata.gz: 8a5965374fa0cfc24b5aab10042a24c8702289d374f6c77a59f5d06e1ff856ee
4
+ data.tar.gz: 67bf0eec4368715fc55843ff48901a07fb91195c5ed2e8ad2ae61b17acc24267
5
5
  SHA512:
6
- metadata.gz: 56dac94721fadb3a3be47564011703297c7abb6dedd81e263031d589d9c9bcd83400c58f37e3f13dd00f0e3444b14d0d97f9855aebe502e8af424359d7c81db0
7
- data.tar.gz: ea08f250e99326219589c8f94344e713d557b765b6efe00845b146ff91daadeab77e356d166cf4c2085dfd01e33e55f1b51077d6814fc2f03a7cbfe98057430d
6
+ metadata.gz: dd22d520c5e4bac65dcf0ed857bed1c89d86f17670d19f47638240fffe4442acb22042cdbeaa3f0d07d656c6eb3ac4fc7d6bcaa1a303608891f412cfe619fec9
7
+ data.tar.gz: 5621cb4a4570f52c5528b1c8cd4501af42653934843ba22c5027d96ab8636a609362e0808e7279ecbaeb68475ea0995870c4fa60831688b1eaac502deeef527f
@@ -5,6 +5,6 @@ module Liquid; class Tag; end; end
5
5
 
6
6
  module Jekyll
7
7
  class ImportmapTag < Liquid::Tag
8
- VERSION = "0.1.1"
8
+ VERSION = "0.1.2"
9
9
  end
10
10
  end
@@ -18,7 +18,7 @@ module Jekyll
18
18
  super
19
19
  #root_path = Pathname.new(Jekyll.configuration['source']) + '/'
20
20
  root_path = Dir.pwd + '/'
21
- @importmap = Jekyll::Importmap::Map.new.draw(root_path.join(IMPORTMAP_PATH))
21
+ @importmap = Jekyll::Importmap::Map.new.draw(root_path.concat(IMPORTMAP_PATH))
22
22
  @entry_point = "application"
23
23
  end
24
24
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-importmap
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nathan Kidd