dimples 1.9 → 1.9.1

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
  SHA1:
3
- metadata.gz: 91622aefd39dfbf4c501d92c2490e0ce4700b272
4
- data.tar.gz: 548798a3bb1ad1421ab7948f95825757ecc1b60b
3
+ metadata.gz: 2916d2b04bf83413a9c36bcc832d51a4d493812b
4
+ data.tar.gz: 9f7eb9920b06ab7e0542638ad9430279d0ab6bc6
5
5
  SHA512:
6
- metadata.gz: f9c201f2e4528ded44632b3a974d893535c1608becdd1980c2ab46c47b1c20dcfb40c6d4da0c813ce4672b066397aa01821fd4caf7daf692b4b648e64115b048
7
- data.tar.gz: 562ff2f2e402a00f63772220f6a180d255421ae5aa3818f11a4a389ef38fb39359ed32641706403981a3dbf031be0101fbec6b7c9493fa695fe1f525369ddb85
6
+ metadata.gz: ddb5631780c2491feb92e9b88adfe08ae319d31d1ad9e5b5a766ae703689099d538081b0896d2c68d94eca25626926e673a8d01ee21a1f08dbc829cb4084b58f
7
+ data.tar.gz: 7123c381e0df2304609c14b7d5d9d31466d96edd0625364151e8cf5908db6d89719fc294630fb050e96dfdf1dbace002b61754190c4f5c23e4e3d2eb31e072c4
data/lib/dimples/post.rb CHANGED
@@ -49,7 +49,7 @@ module Dimples
49
49
 
50
50
  def output_path(parent_path)
51
51
  parent_path = @date.strftime(parent_path) if parent_path =~ /%/
52
- File.join([parent_path, @slug, "#{@filename}.#{@extension}"])
52
+ File.join([parent_path, @slug.to_s, "#{@filename}.#{@extension}"])
53
53
  end
54
54
  end
55
55
  end
@@ -1,3 +1,3 @@
1
1
  module Dimples
2
- VERSION = '1.9'.freeze
2
+ VERSION = '1.9.1'.freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dimples
3
3
  version: !ruby/object:Gem::Version
4
- version: '1.9'
4
+ version: 1.9.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daniel Bogan