lnr 0.1.0 → 0.1.1

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +3 -0
  3. data/lib/lnr/version.rb +1 -1
  4. metadata +9 -8
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5413fa0dbfbb28959aa5306cd8b1609ccbeaf1899671faa59d7d44e26df13465
4
- data.tar.gz: c5ea610bf3d4e8018138ca4d5319169a11ad01788423a814a10b78047289c828
3
+ metadata.gz: 85c1e3a748922a9462b8505630c8d8443bc0d6e1a471f30b661ad4ead6bfc680
4
+ data.tar.gz: 7e7cff7c5191d83607302138331b5b6a49db5a68dd1f5788b0bf1a8bd7cf5ac3
5
5
  SHA512:
6
- metadata.gz: aa387b310a2e9a485c070204ba399c3a5295a278491fab9050bd660fed5417ab3185aa24ffec32ff1f6f894f578153b8257af4ce28958fffa173ab62486fbbbe
7
- data.tar.gz: fc5e780255d97c6239cbf430e783f0167060711da6d77e1f39becba6b4c88a366b481f067548311c2d4a2a7aa9e3620c988956f52d2204c0c5175eee777bbcf0
6
+ metadata.gz: 667f83852abcd578b79cb75d3f37aa41fa01e2185652bb959c2a3b9673ebe86ca1d459be42db8c359752c601c1fc364ca151352d0d338663a1fc0e3d5f21b26e
7
+ data.tar.gz: bc20b14da819819085935b2f1226bd71d22810e239913e31e9e0706e4d6dbc7d13b02c8b4bcdcf2686b49d3f39841ee146ffc749d5186b2ffdef2e5846e3cade
data/README.md CHANGED
@@ -1,5 +1,8 @@
1
1
  # lnr: make hard links recursive
2
2
 
3
+ [![License X11](https://img.shields.io/badge/license-X11-blue.svg)](https://raw.githubusercontent.com/nishidayuya/lnr/master/LICENSE.txt)
4
+ [![Gem Version](https://badge.fury.io/rb/lnr.svg)](https://rubygems.org/gems/lnr)
5
+
3
6
  ## Installation
4
7
 
5
8
  ```console
data/lib/lnr/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Lnr
4
- VERSION = "0.1.0"
4
+ VERSION = "0.1.1"
5
5
  end
metadata CHANGED
@@ -1,16 +1,16 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lnr
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
  - Yuya.Nishida.
8
- autorequire:
8
+ autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2023-05-15 00:00:00.000000000 Z
11
+ date: 2024-10-10 00:00:00.000000000 Z
12
12
  dependencies: []
13
- description:
13
+ description:
14
14
  email:
15
15
  - yuya@j96.org
16
16
  executables:
@@ -28,11 +28,12 @@ files:
28
28
  - lib/lnr/version.rb
29
29
  - sig/lnr.rbs
30
30
  homepage: https://github.com/nishidayuya/lnr
31
- licenses: []
31
+ licenses:
32
+ - X11
32
33
  metadata:
33
34
  homepage_uri: https://github.com/nishidayuya/lnr
34
35
  source_code_uri: https://github.com/nishidayuya/lnr
35
- post_install_message:
36
+ post_install_message:
36
37
  rdoc_options: []
37
38
  require_paths:
38
39
  - lib
@@ -47,8 +48,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
47
48
  - !ruby/object:Gem::Version
48
49
  version: '0'
49
50
  requirements: []
50
- rubygems_version: 3.4.10
51
- signing_key:
51
+ rubygems_version: 3.5.16
52
+ signing_key:
52
53
  specification_version: 4
53
54
  summary: make hard links recursive
54
55
  test_files: []