dsm-portfolio-plugin 0.0.8 → 0.0.9

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 +1 -1
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d4327ed2c0f60756e371112dfd0624da869709ca
4
- data.tar.gz: cb6b4e758591add184863dcf26103c7a7a420145
3
+ metadata.gz: bb57f6fc370e01f604981bb3a8d4db783df8d4f0
4
+ data.tar.gz: c2f4ab027aac4f5930ae1447826d7c86f511dbb6
5
5
  SHA512:
6
- metadata.gz: 89fd12500328d6264fcb06549dd828a1bf525b0ff6055b6096403e7c7942d1a9f5c7117bf51643f5519a3b295d6a501c2ce6d0db8ab7ddebaf451cbddc9b3641
7
- data.tar.gz: d5b0e636ee99f7e7388bde6dae02682465c9727c7eb3dd18bb54507b283eb72374771e9361d649dad3fd2ff0c76d9885a73fe95b4e3ec709b065a704b549717e
6
+ metadata.gz: 1284b39fb17e8f7fadafb3066421ee54a38ecfe0b8b7c2f91dc4846c9f49dddbd66950a7c884c64f54e08378c58045eaee41090f7d57937edaa6dbb9ffa4356c
7
+ data.tar.gz: 3c01caeb8d698c3602ec43e71b191d9f5f0cf7611c149d654e17c66edd694b19aaf39c10e61737ba8d879fa9badda1aaec07ae6545901d4f6c32c506fa3221a4
@@ -38,7 +38,7 @@ module Jekyll
38
38
  # raise ArgumentError.new("A post already exists at ./#{post_path}") if File.exist?(post_path) and !options["force"]
39
39
 
40
40
  # For every post-type in subfolder...
41
- post_types.each do |file_type|
41
+ post_types.each do |post_type|
42
42
  # Format file path.
43
43
  post_path = file_name(name, post_type, ext, date)
44
44
 
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.8
4
+ version: 0.0.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Josh Hills