gmi2latex 0.1.0 → 0.1.1

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: e5fec063b892c556ebb4b07be31b10a0bf81b9426f1ded16e17c985f807288e2
4
- data.tar.gz: af496f8febb9a9fc9d985915e388eb484bd7a5196f7bf617a97d443e0aded68f
3
+ metadata.gz: 0fdfd20d7e0689bff840a35ce5982cd9876c5591f9efa67ad34731173795d12a
4
+ data.tar.gz: 2521a4da832fe03b465d09f32f399d7ecdddeb373f703a2bb377512dd48ec1fb
5
5
  SHA512:
6
- metadata.gz: 1b96eb95d726d1d87ad1943ecd12dc42231898e696b8a3a2fec888395f6884ba1ba7f19f521b3d12d2d65b9f1a97ca8d01b944967cfbc232b6d1f179df00980a
7
- data.tar.gz: '0058f166eac7815991d838eda3944caf26ff2d43a388b854efff5aa3cff31327643dbb3c09e2085fcd4e00485299d2fb630b3bd7006e08f58f03fd7e23929c4c'
6
+ metadata.gz: 93e88eb45c3c46bca98f16527e5be784dcbce42b80c7e88c5b8155a91a845fe5d01a9768c51d570d2926db899eea7ed48fdd8fdc9a84a2f5acf2473492cb7983
7
+ data.tar.gz: a6780c4062cb6a3db1920f10aa4749d35f2faa36cd55ef3b014149551bd4bfeb353f58b00cb2d222cf6f8a7dde1f36237b2d6185e744efcd077c565f8c89ecf0
data/CHANGELOG.md CHANGED
@@ -1,5 +1,16 @@
1
1
  ## [Unreleased]
2
2
 
3
+ ## [0.1.1] - 2024-06-17
4
+
5
+ ### Changed
6
+
7
+ - Fixed executable name.
8
+
9
+ ### Added
10
+
11
+ - License file (MIT).
12
+ - Repository information.
13
+
3
14
  ## [0.1.0] - 2024-06-15
4
15
 
5
16
  - Initial release
data/LICENSE.txt ADDED
@@ -0,0 +1,21 @@
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2024 gemmaro
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in
13
+ all copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
+ THE SOFTWARE.
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Gmi2LaTeX
4
- VERSION = "0.1.0"
4
+ VERSION = "0.1.1"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gmi2latex
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - gemmaro
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2024-06-15 00:00:00.000000000 Z
11
+ date: 2024-06-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gemtext
@@ -29,15 +29,16 @@ description: Gmi2LaTeX is a Gemtext (Gemini naitive text format, suffix .gmi) to
29
29
  email:
30
30
  - gemmaro.dev@gmail.com
31
31
  executables:
32
- - gmi2html
32
+ - gmi2latex
33
33
  extensions: []
34
34
  extra_rdoc_files: []
35
35
  files:
36
36
  - ".rubocop.yml"
37
37
  - CHANGELOG.md
38
+ - LICENSE.txt
38
39
  - README.md
39
40
  - Rakefile
40
- - exe/gmi2html
41
+ - exe/gmi2latex
41
42
  - lib/gmi2latex.rb
42
43
  - lib/gmi2latex/command.rb
43
44
  - lib/gmi2latex/gemtext_refinements.rb
@@ -45,9 +46,13 @@ files:
45
46
  - lib/gmi2latex/version.rb
46
47
  - manifest.scm
47
48
  - sig/gmi2latex.rbs
48
- homepage:
49
- licenses: []
50
- metadata: {}
49
+ homepage: https://codeberg.org/gemmaro/gmi2latex
50
+ licenses:
51
+ - MIT
52
+ metadata:
53
+ homepage_uri: https://codeberg.org/gemmaro/gmi2latex
54
+ source_code_uri: https://codeberg.org/gemmaro/gmi2latex.git
55
+ changelog_uri: https://codeberg.org/gemmaro/gmi2latex/src/branch/main/CHANGELOG.md
51
56
  post_install_message:
52
57
  rdoc_options: []
53
58
  require_paths:
@@ -56,7 +61,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
56
61
  requirements:
57
62
  - - ">="
58
63
  - !ruby/object:Gem::Version
59
- version: 3.1.0
64
+ version: '3.1'
60
65
  required_rubygems_version: !ruby/object:Gem::Requirement
61
66
  requirements:
62
67
  - - ">="
File without changes