octopress-ink 1.0.0.rc.37 → 1.0.0.rc.38

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: ccdb4e645dc51a1054578a2ada97f281d9c18002
4
- data.tar.gz: f6fc232afa388a80fa9c2f1cdbf172612cfb23a5
3
+ metadata.gz: 182dc18c793481cbefe86627bfe01d7a1e182175
4
+ data.tar.gz: c983262245e178fc5a476a25651ce19fd3614af9
5
5
  SHA512:
6
- metadata.gz: 1e3b71f0016778d02bec195b12d42adc34ef755b02ddfdf60d1fa342f40167afd85f968fa1d01494431753576ec053f42f9a830bf5dfe8b21865d9f9d646d945
7
- data.tar.gz: 4292efba16ea66b024518ae8648592cd31e8bf7e216f6903ced458ff1923e7d3e60f221cdd1ef260f02ece145f1aadc46bbf429e546ab29fc1ed97cc3fdf73b6
6
+ metadata.gz: bb78fc5a2eb6762ae371313df89f659f9571848853cf9798b01c84bb1fb737ac52d3319d4430b8fbb962b1459ac15ac8c3d3a13e20d1920c63e010f106502787
7
+ data.tar.gz: d4b46f2bf3f6413758487e77bf07a090c65ea02a3991d3d42991773de4243f9d0b79d4b03e09ec14be891ec904d2f301da7500032f854f98afd5a72ea6509701
data/CHANGELOG.md CHANGED
@@ -1,5 +1,8 @@
1
1
  # Changelog
2
2
 
3
+ ### 1.0.0 RC38 - 2015-02-05
4
+ - Fix: Plugin asset paths were improperly generated.
5
+
3
6
  ### 1.0.0 RC37 - 2015-01-31
4
7
 
5
8
  - Added `clone` method to page assets.
data/lib/octopress-ink.rb CHANGED
@@ -165,7 +165,7 @@ module Octopress
165
165
  abort "Error: directory #{path} is not empty. Use --force to overwrite files."
166
166
  end
167
167
  else
168
- full_path = File.join(Dir.pwd, Plugins.custom_dir, name)
168
+ full_path = File.join(Plugins.custom_dir, name)
169
169
  end
170
170
 
171
171
  full_path
@@ -30,7 +30,7 @@ module Octopress
30
30
  end
31
31
 
32
32
  def user_dir
33
- File.join Octopress.site.source, Plugins.custom_dir, plugin.slug, base
33
+ File.join Plugins.custom_dir, plugin.slug, base
34
34
  end
35
35
  end
36
36
  end
@@ -82,7 +82,7 @@ module Octopress
82
82
  end
83
83
 
84
84
  def user_dir
85
- File.join Octopress.site.source, Plugins.custom_dir, plugin.slug, base
85
+ File.join Plugins.custom_dir, plugin.slug, base
86
86
  end
87
87
 
88
88
  end
@@ -1,5 +1,5 @@
1
1
  module Octopress
2
2
  module Ink
3
- VERSION = "1.0.0.rc.37"
3
+ VERSION = "1.0.0.rc.38"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: octopress-ink
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0.rc.37
4
+ version: 1.0.0.rc.38
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brandon Mathis
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-02-01 00:00:00.000000000 Z
11
+ date: 2015-02-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll