gitlab-glfm-markdown 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
  SHA256:
3
- metadata.gz: a63935824edb8a6e1bc9f276e0594950b239be027cf75a7e94a6430452eea1c4
4
- data.tar.gz: a1f61b2aaa986c420fd59e58030e4b10428335df4477097520c018a0f46a3ae8
3
+ metadata.gz: 15bb159b4e9321b3b719ffed0fc072d5e04f4d1dc05a581f1f5337a4f2f343b9
4
+ data.tar.gz: e890b7b8f8571d9a357a5da639b8f32391e3c2335e58ba92f6910e0da99047f6
5
5
  SHA512:
6
- metadata.gz: a73add0ea499e37e225a97c8afa72aa79a281df98b4c8acc82541594552ea93e8bb7808b3009931c3c3412175c4db978c7db012391ea0669531a6bf9f8610ad5
7
- data.tar.gz: e40e2310bda515d61043d2f3bcbd67ef4b5c2ac3a7e74eb6a6c64ccc6fda6cd53454e338bc556b5023e62162101bfcb4512fc0a927e08378bdd0d0aa559fa267
6
+ metadata.gz: 4db72a47857e49a83706b9eecee36c867b79e203473910be8302218c30b0bd58d92e12ebcadad8453bc1ac25a0345b1361ad1115f69629edf04ca2df6324cbcb
7
+ data.tar.gz: b27a41977727a4698ca89633df0b1cbe4811980e928bc5ac0f822664c440783f2e9cf170c1c4245c1c991dcb76d5a2fa6ec25569a9fdcbda53494b50cc058412
data/README.md CHANGED
@@ -6,7 +6,13 @@ This project is currently EXPLORATORY, so anything and everything will change.
6
6
 
7
7
  ## Installation
8
8
 
9
- Clone the repository and run `gem install`. There is currently no published rubygem for this project.
9
+ Install the gem and add to the application's Gemfile by executing:
10
+
11
+ $ bundle add gitlab-glfm-markdown
12
+
13
+ If bundler is not being used to manage dependencies, install the gem by executing:
14
+
15
+ $ gem install gitlab-glfm-markdown
10
16
 
11
17
  ## Usage
12
18
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module GLFMMarkdown
4
- VERSION = '0.0.3'
4
+ VERSION = '0.0.4'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gitlab-glfm-markdown
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
  - Brett Walker
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2023-07-05 00:00:00.000000000 Z
11
+ date: 2023-07-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rb_sys
@@ -103,7 +103,7 @@ licenses: []
103
103
  metadata:
104
104
  homepage_uri: https://gitlab.com/gitlab-org/ruby/gems/gitlab-glfm-markdown
105
105
  source_code_uri: https://gitlab.com/gitlab-org/ruby/gems/gitlab-glfm-markdown
106
- changelog_uri: https://gitlab.com/gitlab-org/ruby/gems/gitlab-glfm-markdown/CHANGELOG.md
106
+ changelog_uri: https://gitlab.com/gitlab-org/ruby/gems/gitlab-glfm-markdown/-/blob/main/CHANGELOG.md
107
107
  post_install_message:
108
108
  rdoc_options: []
109
109
  require_paths: