hugo-notion 0.1.0.pre.alpha.6 → 0.1.0.pre.alpha.7

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
  SHA256:
3
- metadata.gz: a0d6cddbbde91d4b7fddc7c53151b2e353b2ecc8b106d76c7a188e449bd03c01
4
- data.tar.gz: 6ec84aab8034841e044d459b858f05fe61c7c5feeb27929f63ebc2bfdcd9b07c
3
+ metadata.gz: 7282eb4de7866d96d5410e5c6c75416e740902f58658ea821f771dc464ef4941
4
+ data.tar.gz: cf6f91d8d4ed8af6359d59a204be185a65e07ebec200707f5938f0605e8e54a0
5
5
  SHA512:
6
- metadata.gz: 53e23d4a7b7900d0587dd22f0a434d9b54297bc847a058b0010b931108953f359af1490fc3415c4994f1a873e310c1e222b63403491539f7dec42f13c1b45744
7
- data.tar.gz: f89a34fa5929ec1d419ee43cd4900ebc16676c6f03763b46028ab9bf16eb21b6f33ac698516306881f1030306e559b6420a18e68b5489fa9ec9969725e20cf05
6
+ metadata.gz: d8fc7b93e0c4276a12dcfeaeb4769a427464d64f5f05a6a5f1a8b4dc83d0c22757a876f97bfa9802d5006430d1907f95e4b3f691c243a6d33ce114cb4405595a
7
+ data.tar.gz: '0499a9c8bb1c7e4b442c83d152e04deeca51d9c8d10894019ee377c4d0e6ab647e2ac5408b3395911360906217d84a348f1fd236054de52432a1aeeb1a589503'
data/bin/huno CHANGED
@@ -25,8 +25,8 @@ notion_page_id = URI(content_notion_url).path.match(/-(?<page_id>.*)\z/)['page_i
25
25
  content_dir = File.join(Dir.pwd, 'content')
26
26
  if ARGV[1]
27
27
  content_dir = ARGV[1]
28
- elsif ENV.fetch('CONTENT_DIR')
29
- content_dir = ENV.fetch('CONTENT_DIR')
28
+ elsif ENV['CONTENT_DIR']
29
+ content_dir = ENV['CONTENT_DIR']
30
30
  end
31
31
  content_dir = File.expand_path(content_dir, Dir.pwd)
32
32
 
@@ -1,3 +1,3 @@
1
1
  class HugoNotion
2
- VERSION = '0.1.0-alpha.6'
2
+ VERSION = '0.1.0-alpha.7'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hugo-notion
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0.pre.alpha.6
4
+ version: 0.1.0.pre.alpha.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nisanth Chunduru