front_matter_parser 0.0.3 → 0.0.4
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/front_matter_parser.gemspec +1 -1
- data/lib/front_matter_parser/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 411f187a41903eee5a896a2f44262d5f38aeb085
|
|
4
|
+
data.tar.gz: 0b2e9a84f6db0fb0f525fef1c0e64d9a27a0d668
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 927cf23e937dbe7d51e77ede738b7ace2fbe110353a96b7903e66eaac52d6cefef7043524f502cdfd14b0676c84a02aa9f635966d3a161ce0cda655dd47eb60d
|
|
7
|
+
data.tar.gz: ab89467326d6da288666290f14043a81a31afd2ecdf9b0e50b6028e0f78ecfeb46194adb69ec366e386c836f7aecfd19a19dd54af95fea12b212f1b390780958
|
data/front_matter_parser.gemspec
CHANGED
|
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
|
|
|
10
10
|
spec.email = ["marc@lamarciana.com"]
|
|
11
11
|
spec.description = %q{Library to parse files or strings with YAML front matters with syntax autodetection.}
|
|
12
12
|
spec.summary = %q{FrontMatterParser is a library to parse files or strings with YAML front matters. When working with files, it can automatically detect the syntax of a file from its extension and it supposes that the front matter is marked as that syntax comments.}
|
|
13
|
-
spec.homepage = "https://github.com/
|
|
13
|
+
spec.homepage = "https://github.com/waiting-for-dev/front_matter_parser"
|
|
14
14
|
spec.license = "LGPL3"
|
|
15
15
|
|
|
16
16
|
spec.files = `git ls-files`.split($/)
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: front_matter_parser
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- marc
|
|
@@ -98,7 +98,7 @@ files:
|
|
|
98
98
|
- spec/support/strings.rb
|
|
99
99
|
- spec/support/syntaxs.rb
|
|
100
100
|
- spec/support/utils.rb
|
|
101
|
-
homepage: https://github.com/
|
|
101
|
+
homepage: https://github.com/waiting-for-dev/front_matter_parser
|
|
102
102
|
licenses:
|
|
103
103
|
- LGPL3
|
|
104
104
|
metadata: {}
|