dsm-portfolio-plugin 0.0.22 → 0.0.23

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 (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/dsm-portfolio-plugin.rb +4 -1
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 80dbe05aecfaaeb0b2bb6f30f8e85b30e9d8fdac
4
- data.tar.gz: b6e202d2b6dd3adffa3367d6ea4ea2426e738daa
3
+ metadata.gz: c86b480024a1632ae0503534005e8fc56f7322e1
4
+ data.tar.gz: 741c420feecdd59f6c0e6eb41b103f42c6897aa2
5
5
  SHA512:
6
- metadata.gz: eee2d660ff4c0fe30e9a30fa6e4235358d50c725e6ce376265eb675cf4e6b9ff0f4608755692abb8349856a5601b8a42b23f6c2993963a56982207e3ce8d1000
7
- data.tar.gz: fb3164d933f89e54f95676c05dfc1abaca547338ab2bc058a43c9791e195de6037816c9b5cc317bf5bf1ae9142e407cf23d6a1f166be4553cbd6a6ef5c043d65
6
+ metadata.gz: 9e807c36351af549c3f4d0a2a6eeb0228400491f29055b3f656bf71537af43e33d98c5da28928a9180025c73f8e17e5f5c701cc700288c6fa4a74e7158a2ac52
7
+ data.tar.gz: ac666cdd9acb68f10d91e435119fdae1225e263d5e9843dda50d42495f06e2b9f678df278404a1e2e47fbd8880d1fa497740a8f6e15c99b3b77cd22419608428
@@ -34,7 +34,10 @@ module Jekyll
34
34
  # Fill task from data file.
35
35
  post_types_data_file = "post-types"
36
36
 
37
- puts (Jekyll::Site.site_data).to_json
37
+ # Initialise the site object from configuration (to access data files)
38
+ site = Jekyll::Site.new(options)
39
+
40
+ puts (site.site_data).to_json
38
41
 
39
42
  if post_types.size > 0
40
43
  # Make subdirectory.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dsm-portfolio-plugin
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.22
4
+ version: 0.0.23
5
5
  platform: ruby
6
6
  authors:
7
7
  - Josh Hills