etc 1.4.1 → 1.4.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (5) hide show
  1. checksums.yaml +4 -4
  2. data/ChangeLog +12 -87
  3. data/ext/etc/etc.c +7 -3
  4. data/logs/ChangeLog-1.4.1 +97 -0
  5. metadata +4 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: '08b76e02c19850983f9c765cd8f73f5353e7ea1c2295892874284056a0f33572'
4
- data.tar.gz: 4c2bb4327bc82cdf40ba72195fed02594bb8af35888712e46139a225a58f67f0
3
+ metadata.gz: 0050c9583f69123bae1291a4537d9c4190ed8db043312d65fca4756196a3d3aa
4
+ data.tar.gz: ad8fbd7390bae77af9f8fea34c8ce5fba1e012aa65c4c62c31f6aeae58d0c25c
5
5
  SHA512:
6
- metadata.gz: b400ec775900dd0c4505e7d0ec93e3939c9f9ccd3147ec607f7e4d0347e8361492011effb196026cbcd511bdbd79d59f1ce0f0bca2534e60d3f80651d5ed2296
7
- data.tar.gz: 99f69faaa9b2bd7de984f5056f6ca89cfa9a9e4f6e572d03c0c7239ffac6897ab3c548790b1c53a0c71d90206da977d312c618f0f6d4beaed88c0070d842bc2f
6
+ metadata.gz: 5a104960635bcac115c6890fed938637568e0b51e60a4160405fa1b614924363c973c7a3561fa0c8c69310b9197dd35ca27ce1f8c9484c74fca3cbf994fcffe0
7
+ data.tar.gz: 6408aae9355a8950a0e7ad76cc89c765c829d78e62771f6a375a4b79c15df11dd6df0c48842e98aac787a4be197cb773a783590bff8ddf31498a4e5957756ffe
data/ChangeLog CHANGED
@@ -1,97 +1,22 @@
1
1
  -*- coding: utf-8 -*-
2
2
 
3
- commit b3e9d9ceb0984d54c9b0d5d2e6c20e007be824fb
3
+ commit 5cac138538ea4ce0176aa035a97fca78e913d65d
4
4
  Author: Hiroshi SHIBATA <hsbt@ruby-lang.org>
5
- AuthorDate: 2022-12-05 15:05:09 +0900
5
+ AuthorDate: 2022-12-09 14:57:29 +0900
6
6
  Commit: Hiroshi SHIBATA <hsbt@ruby-lang.org>
7
- CommitDate: 2022-12-05 15:05:09 +0900
7
+ CommitDate: 2022-12-09 14:57:29 +0900
8
8
 
9
- Bump version to 1.4.1
9
+ Bump version to 1.4.2
10
10
 
11
- commit 6c9a0b4e5db79160709282bc14aae3ed6d423cee
12
- Author: Nobuyoshi Nakada <nobu@ruby-lang.org>
13
- AuthorDate: 2022-06-19 10:59:03 +0900
14
- Commit: Nobuyoshi Nakada <nobu@ruby-lang.org>
15
- CommitDate: 2022-06-19 10:59:03 +0900
16
-
17
- [DOC] Markup constant path names
18
-
19
- commit a8801e07d17a3535c8e9534d7167b67096cc5282
20
- Author: Nobuyoshi Nakada <nobu@ruby-lang.org>
21
- AuthorDate: 2022-06-19 10:45:11 +0900
22
- Commit: Nobuyoshi Nakada <nobu@ruby-lang.org>
23
- CommitDate: 2022-06-19 10:45:11 +0900
24
-
25
- [DOC] Markup string literals
26
-
27
- commit ea517399741f20fbea1bed65a784a38b7a1f0390
28
- Author: Nobuyoshi Nakada <nobu@ruby-lang.org>
29
- AuthorDate: 2022-06-19 10:43:43 +0900
30
- Commit: Nobuyoshi Nakada <nobu@ruby-lang.org>
31
- CommitDate: 2022-06-19 10:44:41 +0900
32
-
33
- [DOC] Fix reference to different module
34
-
35
- commit e7343b4e6950d1604eb46940456920ec8beb96d5
36
- Author: Nobuyoshi Nakada <nobu@ruby-lang.org>
37
- AuthorDate: 2022-06-19 10:26:21 +0900
38
- Commit: Nobuyoshi Nakada <nobu@ruby-lang.org>
39
- CommitDate: 2022-06-19 10:26:21 +0900
40
-
41
- [DOC] Update
42
-
43
- System-dependent feature macros are automatically detected by
44
- extconf.rb, and are not used by users.
45
-
46
- commit 8f24e74346f737ea2f9834558715aa48c2471a1c
47
- Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
48
- AuthorDate: 2022-04-11 04:23:17 +0000
11
+ commit 61b3dc486bbfdb662834a7088150050da57a61c9
12
+ Author: 卜部昌平 <shyouhei@ruby-lang.org>
13
+ AuthorDate: 2022-09-21 10:03:30 +0900
49
14
  Commit: Hiroshi SHIBATA <hsbt@ruby-lang.org>
50
- CommitDate: 2022-04-11 13:29:46 +0900
51
-
52
- Bump actions/upload-artifact from 2 to 3
15
+ CommitDate: 2022-12-09 14:56:37 +0900
53
16
 
54
- Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2 to 3.
55
- - [Release notes](https://github.com/actions/upload-artifact/releases)
56
- - [Commits](https://github.com/actions/upload-artifact/compare/v2...v3)
17
+ getenv: is in stdlib.h
57
18
 
58
- ---
59
- updated-dependencies:
60
- - dependency-name: actions/upload-artifact
61
- dependency-type: direct:production
62
- update-type: version-update:semver-major
63
- ...
64
-
65
- Signed-off-by: dependabot[bot] <support@github.com>
66
-
67
- commit 9354594223de532bedf3630f053ea65b186c6cbc
68
- Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
69
- AuthorDate: 2022-03-25 16:54:32 +0900
70
- Commit: GitHub <noreply@github.com>
71
- CommitDate: 2022-03-25 16:54:32 +0900
72
-
73
- Bump actions/checkout from 2 to 3 (#21)
74
-
75
- Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
76
- - [Release notes](https://github.com/actions/checkout/releases)
77
- - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
78
- - [Commits](https://github.com/actions/checkout/compare/v2...v3)
79
-
80
- ---
81
- updated-dependencies:
82
- - dependency-name: actions/checkout
83
- dependency-type: direct:production
84
- update-type: version-update:semver-major
85
- ...
86
-
87
- Signed-off-by: dependabot[bot] <support@github.com>
88
-
89
- Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
90
-
91
- commit d4805047a01a979a0c060436fa73e79120967e2c
92
- Author: Hiroshi SHIBATA <hsbt@ruby-lang.org>
93
- AuthorDate: 2022-03-25 16:47:16 +0900
94
- Commit: GitHub <noreply@github.com>
95
- CommitDate: 2022-03-25 16:47:16 +0900
19
+ getenv is a very basic function that has been in stdlib.h since
20
+ ISO/IEC 9899:1990. There is absolutely zero need for us to redeclare.
96
21
 
97
- Added dependabot (#20)
22
+ pty.c already includes stdlib.h out of the box so we need nothing.
data/ext/etc/etc.c CHANGED
@@ -47,12 +47,16 @@ static VALUE sGroup;
47
47
  #define HAVE_UNAME 1
48
48
  #endif
49
49
 
50
- #ifndef _WIN32
51
- char *getenv();
50
+ #ifdef STDC_HEADERS
51
+ # include <stdlib.h>
52
+ #else
53
+ # ifdef HAVE_STDLIB_H
54
+ # include <stdlib.h>
55
+ # endif
52
56
  #endif
53
57
  char *getlogin();
54
58
 
55
- #define RUBY_ETC_VERSION "1.4.1"
59
+ #define RUBY_ETC_VERSION "1.4.2"
56
60
 
57
61
  #ifdef HAVE_RB_DEPRECATE_CONSTANT
58
62
  void rb_deprecate_constant(VALUE mod, const char *name);
@@ -0,0 +1,97 @@
1
+ -*- coding: utf-8 -*-
2
+
3
+ commit b3e9d9ceb0984d54c9b0d5d2e6c20e007be824fb
4
+ Author: Hiroshi SHIBATA <hsbt@ruby-lang.org>
5
+ AuthorDate: 2022-12-05 15:05:09 +0900
6
+ Commit: Hiroshi SHIBATA <hsbt@ruby-lang.org>
7
+ CommitDate: 2022-12-05 15:05:09 +0900
8
+
9
+ Bump version to 1.4.1
10
+
11
+ commit 6c9a0b4e5db79160709282bc14aae3ed6d423cee
12
+ Author: Nobuyoshi Nakada <nobu@ruby-lang.org>
13
+ AuthorDate: 2022-06-19 10:59:03 +0900
14
+ Commit: Nobuyoshi Nakada <nobu@ruby-lang.org>
15
+ CommitDate: 2022-06-19 10:59:03 +0900
16
+
17
+ [DOC] Markup constant path names
18
+
19
+ commit a8801e07d17a3535c8e9534d7167b67096cc5282
20
+ Author: Nobuyoshi Nakada <nobu@ruby-lang.org>
21
+ AuthorDate: 2022-06-19 10:45:11 +0900
22
+ Commit: Nobuyoshi Nakada <nobu@ruby-lang.org>
23
+ CommitDate: 2022-06-19 10:45:11 +0900
24
+
25
+ [DOC] Markup string literals
26
+
27
+ commit ea517399741f20fbea1bed65a784a38b7a1f0390
28
+ Author: Nobuyoshi Nakada <nobu@ruby-lang.org>
29
+ AuthorDate: 2022-06-19 10:43:43 +0900
30
+ Commit: Nobuyoshi Nakada <nobu@ruby-lang.org>
31
+ CommitDate: 2022-06-19 10:44:41 +0900
32
+
33
+ [DOC] Fix reference to different module
34
+
35
+ commit e7343b4e6950d1604eb46940456920ec8beb96d5
36
+ Author: Nobuyoshi Nakada <nobu@ruby-lang.org>
37
+ AuthorDate: 2022-06-19 10:26:21 +0900
38
+ Commit: Nobuyoshi Nakada <nobu@ruby-lang.org>
39
+ CommitDate: 2022-06-19 10:26:21 +0900
40
+
41
+ [DOC] Update
42
+
43
+ System-dependent feature macros are automatically detected by
44
+ extconf.rb, and are not used by users.
45
+
46
+ commit 8f24e74346f737ea2f9834558715aa48c2471a1c
47
+ Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
48
+ AuthorDate: 2022-04-11 04:23:17 +0000
49
+ Commit: Hiroshi SHIBATA <hsbt@ruby-lang.org>
50
+ CommitDate: 2022-04-11 13:29:46 +0900
51
+
52
+ Bump actions/upload-artifact from 2 to 3
53
+
54
+ Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2 to 3.
55
+ - [Release notes](https://github.com/actions/upload-artifact/releases)
56
+ - [Commits](https://github.com/actions/upload-artifact/compare/v2...v3)
57
+
58
+ ---
59
+ updated-dependencies:
60
+ - dependency-name: actions/upload-artifact
61
+ dependency-type: direct:production
62
+ update-type: version-update:semver-major
63
+ ...
64
+
65
+ Signed-off-by: dependabot[bot] <support@github.com>
66
+
67
+ commit 9354594223de532bedf3630f053ea65b186c6cbc
68
+ Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
69
+ AuthorDate: 2022-03-25 16:54:32 +0900
70
+ Commit: GitHub <noreply@github.com>
71
+ CommitDate: 2022-03-25 16:54:32 +0900
72
+
73
+ Bump actions/checkout from 2 to 3 (#21)
74
+
75
+ Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
76
+ - [Release notes](https://github.com/actions/checkout/releases)
77
+ - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
78
+ - [Commits](https://github.com/actions/checkout/compare/v2...v3)
79
+
80
+ ---
81
+ updated-dependencies:
82
+ - dependency-name: actions/checkout
83
+ dependency-type: direct:production
84
+ update-type: version-update:semver-major
85
+ ...
86
+
87
+ Signed-off-by: dependabot[bot] <support@github.com>
88
+
89
+ Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
90
+
91
+ commit d4805047a01a979a0c060436fa73e79120967e2c
92
+ Author: Hiroshi SHIBATA <hsbt@ruby-lang.org>
93
+ AuthorDate: 2022-03-25 16:47:16 +0900
94
+ Commit: GitHub <noreply@github.com>
95
+ CommitDate: 2022-03-25 16:47:16 +0900
96
+
97
+ Added dependabot (#20)
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: etc
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.1
4
+ version: 1.4.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Yukihiro Matsumoto
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2022-12-05 00:00:00.000000000 Z
11
+ date: 2022-12-09 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides access to information typically stored in UNIX /etc directory.
14
14
  email:
@@ -31,6 +31,7 @@ extra_rdoc_files:
31
31
  - logs/ChangeLog-1.3.0
32
32
  - logs/ChangeLog-1.3.1
33
33
  - logs/ChangeLog-1.4.0
34
+ - logs/ChangeLog-1.4.1
34
35
  - test/etc/test_etc.rb
35
36
  files:
36
37
  - ChangeLog
@@ -47,6 +48,7 @@ files:
47
48
  - logs/ChangeLog-1.3.0
48
49
  - logs/ChangeLog-1.3.1
49
50
  - logs/ChangeLog-1.4.0
51
+ - logs/ChangeLog-1.4.1
50
52
  - test/etc/test_etc.rb
51
53
  homepage: https://github.com/ruby/etc
52
54
  licenses: