ghp 0.0.7 → 0.0.8

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. data/VERSION +1 -1
  2. data/bin/ghp +1 -3
  3. metadata +10 -8
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.7
1
+ 0.0.8
data/bin/ghp CHANGED
@@ -36,9 +36,7 @@ end
36
36
  module Nanoc::DataSources
37
37
  module Filesystem
38
38
  def get_ghp_config
39
- Dir.chdir(File.expand_path('../..', __FILE__).strip) {
40
- Nanoc::Site.new('.').config
41
- }
39
+ Nanoc::Site.new('.').config
42
40
  end
43
41
 
44
42
  def pathfind_file(in_dir = ".")
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ghp
3
3
  version: !ruby/object:Gem::Version
4
- hash: 17
4
+ hash: 15
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 7
10
- version: 0.0.7
9
+ - 8
10
+ version: 0.0.8
11
11
  platform: ruby
12
12
  authors:
13
13
  - David Nghiem
@@ -25,12 +25,14 @@ dependencies:
25
25
  requirement: &id001 !ruby/object:Gem::Requirement
26
26
  none: false
27
27
  requirements:
28
- - - ">="
28
+ - - ~>
29
29
  - !ruby/object:Gem::Version
30
- hash: 3
30
+ hash: 17
31
31
  segments:
32
- - 0
33
- version: "0"
32
+ - 3
33
+ - 4
34
+ - 3
35
+ version: 3.4.3
34
36
  type: :runtime
35
37
  version_requirements: *id001
36
38
  - !ruby/object:Gem::Dependency
@@ -48,7 +50,7 @@ dependencies:
48
50
  type: :runtime
49
51
  version_requirements: *id002
50
52
  - !ruby/object:Gem::Dependency
51
- name: sass
53
+ name: ghp-bootstrap
52
54
  prerelease: false
53
55
  requirement: &id003 !ruby/object:Gem::Requirement
54
56
  none: false