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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e13c075322caf10a5ba653cbcd64dbfc14dfaacd
4
- data.tar.gz: 82e092b47e5d4e124529d5e4ef3dcb5934dfe75f
3
+ metadata.gz: f9f11ebe604bc4fa41bd85c7b2bf694cf5a53e8f
4
+ data.tar.gz: 4635b919daa0a8ec7bfdc10f753818461b3f306c
5
5
  SHA512:
6
- metadata.gz: f7e3fc132004c1a5c0f588538dfd679d4474309c268fa016eed705b8f47c803df4a9cffacd6dfd40858b858c29a009c5398dc33404a5fe2e84cf9be1dca721ce
7
- data.tar.gz: 1feabba3006d38955f230bdba59ed99f4499a204b61cb37e11e6ac44b5e2a669f906ab141d6bf0ee89cfd3920716f883864c96529f7862264c29d56e335d5632
6
+ metadata.gz: 37da2c9b637ab8d4bda8d7eccd120689b99b1748151e5e4630be4f48eca09e946b9bf942a01788410c3af0f46a57d9fe5b4720bce501c130c53cf3d91af6bab6
7
+ data.tar.gz: 472a91e073e5a264010af27f7e93410e6492a6a1e4a438cf2ca5056308bfd55f805d0d3c5999b3f14a444ff2bf02c0b6b62778b885f0c32e5ecd103aea6f5a60
data/.gitignore CHANGED
@@ -12,6 +12,7 @@ lib/bundler/man
12
12
  pkg
13
13
  rdoc
14
14
  spec/reports
15
+ spec/output
15
16
  test/tmp
16
17
  test/version_tmp
17
18
  tmp
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"
@@ -1,3 +1,3 @@
1
1
  class Harp2hugoVersion
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
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.2
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>
@@ -1,3 +0,0 @@
1
- <component name="CopyrightManager">
2
- <settings default="" />
3
- </component>
data/.idea/encodings.xml DELETED
@@ -1,4 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <project version="4">
3
- <component name="Encoding" useUTFGuessing="true" native2AsciiForPropertiesFiles="false" />
4
- </project>
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
@@ -1,8 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <project version="4">
3
- <component name="ProjectModuleManager">
4
- <modules>
5
- <module fileurl="file://$PROJECT_DIR$/harp2hugo.iml" filepath="$PROJECT_DIR$/harp2hugo.iml" />
6
- </modules>
7
- </component>
8
- </project>
@@ -1,5 +0,0 @@
1
- <component name="DependencyValidationManager">
2
- <state>
3
- <option name="SKIP_IMPORT_STATEMENTS" value="false" />
4
- </state>
5
- </component>
data/.idea/vcs.xml DELETED
@@ -1,6 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <project version="4">
3
- <component name="VcsDirectoryMappings">
4
- <mapping directory="" vcs="Git" />
5
- </component>
6
- </project>