harp2hugo 0.0.2 → 0.0.3
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.
- checksums.yaml +4 -4
- data/.gitignore +1 -0
- data/harp2hugo.gemspec +3 -2
- data/lib/harp2hugo/version.rb +1 -1
- metadata +5 -13
- data/.idea/.name +0 -1
- data/.idea/compiler.xml +0 -23
- data/.idea/copyright/profiles_settings.xml +0 -3
- data/.idea/encodings.xml +0 -4
- data/.idea/misc.xml +0 -6
- data/.idea/modules.xml +0 -8
- data/.idea/scopes/scope_settings.xml +0 -5
- data/.idea/vcs.xml +0 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f9f11ebe604bc4fa41bd85c7b2bf694cf5a53e8f
|
|
4
|
+
data.tar.gz: 4635b919daa0a8ec7bfdc10f753818461b3f306c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 37da2c9b637ab8d4bda8d7eccd120689b99b1748151e5e4630be4f48eca09e946b9bf942a01788410c3af0f46a57d9fe5b4720bce501c130c53cf3d91af6bab6
|
|
7
|
+
data.tar.gz: 472a91e073e5a264010af27f7e93410e6492a6a1e4a438cf2ca5056308bfd55f805d0d3c5999b3f14a444ff2bf02c0b6b62778b885f0c32e5ecd103aea6f5a60
|
data/.gitignore
CHANGED
data/harp2hugo.gemspec
CHANGED
|
@@ -9,14 +9,15 @@ Gem::Specification.new do |spec|
|
|
|
9
9
|
spec.authors = ["Yun Zhi Lin"]
|
|
10
10
|
spec.email = ["yun@yunspace.com"]
|
|
11
11
|
spec.summary = %q{harp to hugo converter}
|
|
12
|
-
spec.description = %q{converts your Harp _data.json meta data into Hugo's format}
|
|
13
|
-
spec.homepage = ""
|
|
12
|
+
spec.description = %q{converts your Harp _data.json meta data into Hugo's front matter format}
|
|
13
|
+
spec.homepage = "https://github.com/yunspace/harp2hugo/"
|
|
14
14
|
spec.license = "Apache2"
|
|
15
15
|
|
|
16
16
|
spec.files = `git ls-files -z`.split("\x0")
|
|
17
17
|
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
|
|
18
18
|
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
|
|
19
19
|
spec.require_paths = ["lib"]
|
|
20
|
+
spec.required_ruby_version = '~> 2.0'
|
|
20
21
|
|
|
21
22
|
spec.add_development_dependency "bundler", "~> 1.6"
|
|
22
23
|
spec.add_development_dependency "rake"
|
data/lib/harp2hugo/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: harp2hugo
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Yun Zhi Lin
|
|
@@ -66,7 +66,7 @@ dependencies:
|
|
|
66
66
|
- - "~>"
|
|
67
67
|
- !ruby/object:Gem::Version
|
|
68
68
|
version: '0.19'
|
|
69
|
-
description: converts your Harp _data.json meta data into Hugo's format
|
|
69
|
+
description: converts your Harp _data.json meta data into Hugo's front matter format
|
|
70
70
|
email:
|
|
71
71
|
- yun@yunspace.com
|
|
72
72
|
executables:
|
|
@@ -75,14 +75,6 @@ extensions: []
|
|
|
75
75
|
extra_rdoc_files: []
|
|
76
76
|
files:
|
|
77
77
|
- ".gitignore"
|
|
78
|
-
- ".idea/.name"
|
|
79
|
-
- ".idea/compiler.xml"
|
|
80
|
-
- ".idea/copyright/profiles_settings.xml"
|
|
81
|
-
- ".idea/encodings.xml"
|
|
82
|
-
- ".idea/misc.xml"
|
|
83
|
-
- ".idea/modules.xml"
|
|
84
|
-
- ".idea/scopes/scope_settings.xml"
|
|
85
|
-
- ".idea/vcs.xml"
|
|
86
78
|
- Gemfile
|
|
87
79
|
- LICENSE.txt
|
|
88
80
|
- README.md
|
|
@@ -101,7 +93,7 @@ files:
|
|
|
101
93
|
- spec/meta_data_spec.rb
|
|
102
94
|
- spec/output.md
|
|
103
95
|
- spec/spec_helper.rb
|
|
104
|
-
homepage:
|
|
96
|
+
homepage: https://github.com/yunspace/harp2hugo/
|
|
105
97
|
licenses:
|
|
106
98
|
- Apache2
|
|
107
99
|
metadata: {}
|
|
@@ -111,9 +103,9 @@ require_paths:
|
|
|
111
103
|
- lib
|
|
112
104
|
required_ruby_version: !ruby/object:Gem::Requirement
|
|
113
105
|
requirements:
|
|
114
|
-
- - "
|
|
106
|
+
- - "~>"
|
|
115
107
|
- !ruby/object:Gem::Version
|
|
116
|
-
version: '0'
|
|
108
|
+
version: '2.0'
|
|
117
109
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
118
110
|
requirements:
|
|
119
111
|
- - ">="
|
data/.idea/.name
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
harp2hugo
|
data/.idea/compiler.xml
DELETED
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<project version="4">
|
|
3
|
-
<component name="CompilerConfiguration">
|
|
4
|
-
<option name="DEFAULT_COMPILER" value="Javac" />
|
|
5
|
-
<resourceExtensions />
|
|
6
|
-
<wildcardResourcePatterns>
|
|
7
|
-
<entry name="!?*.java" />
|
|
8
|
-
<entry name="!?*.form" />
|
|
9
|
-
<entry name="!?*.class" />
|
|
10
|
-
<entry name="!?*.groovy" />
|
|
11
|
-
<entry name="!?*.scala" />
|
|
12
|
-
<entry name="!?*.flex" />
|
|
13
|
-
<entry name="!?*.kt" />
|
|
14
|
-
<entry name="!?*.clj" />
|
|
15
|
-
<entry name="!?*.aj" />
|
|
16
|
-
</wildcardResourcePatterns>
|
|
17
|
-
<annotationProcessing>
|
|
18
|
-
<profile default="true" name="Default" enabled="false">
|
|
19
|
-
<processorPath useClasspath="true" />
|
|
20
|
-
</profile>
|
|
21
|
-
</annotationProcessing>
|
|
22
|
-
</component>
|
|
23
|
-
</project>
|
data/.idea/encodings.xml
DELETED
data/.idea/misc.xml
DELETED
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<project version="4">
|
|
3
|
-
<component name="ProjectRootManager" version="2" languageLevel="JDK_1_6" assert-keyword="true" jdk-15="true" project-jdk-name="rbenv: 2.2.2" project-jdk-type="RUBY_SDK">
|
|
4
|
-
<output url="file://$PROJECT_DIR$/out" />
|
|
5
|
-
</component>
|
|
6
|
-
</project>
|
data/.idea/modules.xml
DELETED