front_matter_parser 0.0.3 → 0.0.4

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
  SHA1:
3
- metadata.gz: c1d2a6b1ea0beec6009570c5199254e6f4908200
4
- data.tar.gz: 79cefdd627f2b56f02c12964803c10db86bcbd36
3
+ metadata.gz: 411f187a41903eee5a896a2f44262d5f38aeb085
4
+ data.tar.gz: 0b2e9a84f6db0fb0f525fef1c0e64d9a27a0d668
5
5
  SHA512:
6
- metadata.gz: 60487f9ffe85f43c63d4b99e838bc31fbfd6be1308a4f14bcb13898993ecd38a1f03b111646bee67dbe8304f8f5caefbeb0335ceccc56304dc4aa9674261fd3b
7
- data.tar.gz: 482fbfe20daa0d5e7f0569f80448e9aedebec990f29b21d13fbf7526b25df2b8f2f29c1c63ed04e9c95b7d822c4c385a987702e08793e74a63a524545783ab4c
6
+ metadata.gz: 927cf23e937dbe7d51e77ede738b7ace2fbe110353a96b7903e66eaac52d6cefef7043524f502cdfd14b0676c84a02aa9f635966d3a161ce0cda655dd47eb60d
7
+ data.tar.gz: ab89467326d6da288666290f14043a81a31afd2ecdf9b0e50b6028e0f78ecfeb46194adb69ec366e386c836f7aecfd19a19dd54af95fea12b212f1b390780958
@@ -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/laMarciana/front_matter_parser"
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($/)
@@ -1,3 +1,3 @@
1
1
  module FrontMatterParser
2
- VERSION = "0.0.3"
2
+ VERSION = "0.0.4"
3
3
  end
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.3
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/laMarciana/front_matter_parser
101
+ homepage: https://github.com/waiting-for-dev/front_matter_parser
102
102
  licenses:
103
103
  - LGPL3
104
104
  metadata: {}