nifcloud-dns 0.3.0 → 0.3.2
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.
- checksums.yaml +4 -4
- data/.github/workflows/gem.yml +34 -0
- data/.ruby-version +1 -0
- data/Gemfile.lock +37 -28
- data/lib/nifcloud/dns/version.rb +1 -1
- metadata +5 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3820c8be84ba4c0e2ad4c5569216015e617197febe13d205c47b202518cfbc5f
|
4
|
+
data.tar.gz: 0e105f441cbc2b26151a907a5b6e9bb9ed07bcc84242f8f6d35c47ba91cb112c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e76d74ff23ae74ffa3e0e5aed33b7ba1481a05adaab0ac5de4a887def6b5049249b6d0d6b42b8c61980766c93c44a44153b9f91975d7ecb4a2bb49d732c586f4
|
7
|
+
data.tar.gz: e4f4216850720ff7b3396e5b3619332aac4f65b555f4c799b101cecd9f1b3a27d2198f7ca3d83fca584fcbf7f55e858154eb31248604086be6059b4db6917632
|
@@ -0,0 +1,34 @@
|
|
1
|
+
name: ci
|
2
|
+
|
3
|
+
on:
|
4
|
+
workflow_dispatch:
|
5
|
+
inputs:
|
6
|
+
rubygems-otp-code:
|
7
|
+
description: RubyGems OTP code
|
8
|
+
required: true
|
9
|
+
|
10
|
+
jobs:
|
11
|
+
release:
|
12
|
+
runs-on: ubuntu-latest
|
13
|
+
steps:
|
14
|
+
- uses: actions/checkout@v2
|
15
|
+
- uses: ruby/setup-ruby@v1
|
16
|
+
with:
|
17
|
+
ruby-version: 3.2.2
|
18
|
+
- run: bundle install
|
19
|
+
|
20
|
+
- name: Setup git config
|
21
|
+
run: |
|
22
|
+
git config --global user.email "cdl.yoshinaka@gmail.com"
|
23
|
+
git config --global user.name "kakakikikeke"
|
24
|
+
|
25
|
+
- name: git
|
26
|
+
run: |
|
27
|
+
git status
|
28
|
+
git diff
|
29
|
+
|
30
|
+
- name: Publish to RubyGems
|
31
|
+
run: bundle exec rake release --trace
|
32
|
+
env:
|
33
|
+
GEM_HOST_API_KEY: ${{ secrets.RUBYGEMS_API_KEY }}
|
34
|
+
GEM_HOST_OTP_CODE: ${{ github.event.inputs.rubygems-otp-code }}
|
data/.ruby-version
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
3.3.5
|
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
nifcloud-dns (0.3.
|
4
|
+
nifcloud-dns (0.3.2)
|
5
5
|
ruby-hmac
|
6
6
|
xml-simple
|
7
7
|
|
@@ -13,22 +13,30 @@ GEM
|
|
13
13
|
benchmark (0.3.0)
|
14
14
|
coderay (1.1.3)
|
15
15
|
diff-lcs (1.5.1)
|
16
|
-
docile (1.4.
|
16
|
+
docile (1.4.1)
|
17
17
|
e2mmap (0.1.0)
|
18
|
-
jaro_winkler (1.
|
19
|
-
json (2.7.
|
18
|
+
jaro_winkler (1.6.0)
|
19
|
+
json (2.7.4)
|
20
20
|
kramdown (2.4.0)
|
21
21
|
rexml
|
22
22
|
kramdown-parser-gfm (1.1.0)
|
23
23
|
kramdown (~> 2.0)
|
24
24
|
language_server-protocol (3.17.0.3)
|
25
|
-
method_source (1.
|
26
|
-
nokogiri (1.16.
|
25
|
+
method_source (1.1.0)
|
26
|
+
nokogiri (1.16.7-aarch64-linux)
|
27
27
|
racc (~> 1.4)
|
28
|
-
nokogiri (1.16.
|
28
|
+
nokogiri (1.16.7-arm-linux)
|
29
29
|
racc (~> 1.4)
|
30
|
-
|
31
|
-
|
30
|
+
nokogiri (1.16.7-arm64-darwin)
|
31
|
+
racc (~> 1.4)
|
32
|
+
nokogiri (1.16.7-x86-linux)
|
33
|
+
racc (~> 1.4)
|
34
|
+
nokogiri (1.16.7-x86_64-darwin)
|
35
|
+
racc (~> 1.4)
|
36
|
+
nokogiri (1.16.7-x86_64-linux)
|
37
|
+
racc (~> 1.4)
|
38
|
+
parallel (1.26.3)
|
39
|
+
parser (3.3.5.0)
|
32
40
|
ast (~> 2.4.1)
|
33
41
|
racc
|
34
42
|
pry (0.14.2)
|
@@ -37,47 +45,46 @@ GEM
|
|
37
45
|
pry-doc (1.5.0)
|
38
46
|
pry (~> 0.11)
|
39
47
|
yard (~> 0.9.11)
|
40
|
-
racc (1.
|
48
|
+
racc (1.8.1)
|
41
49
|
rainbow (3.1.1)
|
42
50
|
rake (12.3.3)
|
43
51
|
rbs (2.8.4)
|
44
|
-
regexp_parser (2.9.
|
52
|
+
regexp_parser (2.9.2)
|
45
53
|
reverse_markdown (2.1.1)
|
46
54
|
nokogiri
|
47
|
-
rexml (3.
|
55
|
+
rexml (3.3.9)
|
48
56
|
rspec (3.13.0)
|
49
57
|
rspec-core (~> 3.13.0)
|
50
58
|
rspec-expectations (~> 3.13.0)
|
51
59
|
rspec-mocks (~> 3.13.0)
|
52
|
-
rspec-core (3.13.
|
60
|
+
rspec-core (3.13.2)
|
53
61
|
rspec-support (~> 3.13.0)
|
54
|
-
rspec-expectations (3.13.
|
62
|
+
rspec-expectations (3.13.3)
|
55
63
|
diff-lcs (>= 1.2.0, < 2.0)
|
56
64
|
rspec-support (~> 3.13.0)
|
57
|
-
rspec-mocks (3.13.
|
65
|
+
rspec-mocks (3.13.2)
|
58
66
|
diff-lcs (>= 1.2.0, < 2.0)
|
59
67
|
rspec-support (~> 3.13.0)
|
60
|
-
rspec-support (3.13.
|
61
|
-
rubocop (1.
|
68
|
+
rspec-support (3.13.1)
|
69
|
+
rubocop (1.67.0)
|
62
70
|
json (~> 2.3)
|
63
71
|
language_server-protocol (>= 3.17.0)
|
64
72
|
parallel (~> 1.10)
|
65
73
|
parser (>= 3.3.0.2)
|
66
74
|
rainbow (>= 2.2.2, < 4.0)
|
67
|
-
regexp_parser (>=
|
68
|
-
|
69
|
-
rubocop-ast (>= 1.30.0, < 2.0)
|
75
|
+
regexp_parser (>= 2.4, < 3.0)
|
76
|
+
rubocop-ast (>= 1.32.2, < 2.0)
|
70
77
|
ruby-progressbar (~> 1.7)
|
71
78
|
unicode-display_width (>= 2.4.0, < 3.0)
|
72
|
-
rubocop-ast (1.
|
73
|
-
parser (>= 3.
|
79
|
+
rubocop-ast (1.32.3)
|
80
|
+
parser (>= 3.3.1.0)
|
74
81
|
ruby-hmac (0.4.0)
|
75
82
|
ruby-progressbar (1.13.0)
|
76
83
|
simplecov (0.22.0)
|
77
84
|
docile (~> 1.1)
|
78
85
|
simplecov-html (~> 0.11)
|
79
86
|
simplecov_json_formatter (~> 0.1)
|
80
|
-
simplecov-html (0.
|
87
|
+
simplecov-html (0.13.1)
|
81
88
|
simplecov_json_formatter (0.1.4)
|
82
89
|
solargraph (0.50.0)
|
83
90
|
backport (~> 1.2)
|
@@ -95,15 +102,17 @@ GEM
|
|
95
102
|
thor (~> 1.0)
|
96
103
|
tilt (~> 2.0)
|
97
104
|
yard (~> 0.9, >= 0.9.24)
|
98
|
-
thor (1.3.
|
99
|
-
tilt (2.
|
100
|
-
unicode-display_width (2.
|
105
|
+
thor (1.3.2)
|
106
|
+
tilt (2.4.0)
|
107
|
+
unicode-display_width (2.6.0)
|
101
108
|
xml-simple (1.1.9)
|
102
109
|
rexml
|
103
|
-
yard (0.9.
|
110
|
+
yard (0.9.37)
|
104
111
|
|
105
112
|
PLATFORMS
|
106
113
|
arm64-darwin-22
|
114
|
+
arm64-darwin-23
|
115
|
+
linux
|
107
116
|
x86_64-darwin-20
|
108
117
|
|
109
118
|
DEPENDENCIES
|
@@ -117,4 +126,4 @@ DEPENDENCIES
|
|
117
126
|
solargraph
|
118
127
|
|
119
128
|
BUNDLED WITH
|
120
|
-
2.5.
|
129
|
+
2.5.11
|
data/lib/nifcloud/dns/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: nifcloud-dns
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.3.
|
4
|
+
version: 0.3.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- kakakikikeke
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-
|
11
|
+
date: 2024-10-29 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: ruby-hmac
|
@@ -45,9 +45,11 @@ executables: []
|
|
45
45
|
extensions: []
|
46
46
|
extra_rdoc_files: []
|
47
47
|
files:
|
48
|
+
- ".github/workflows/gem.yml"
|
48
49
|
- ".gitignore"
|
49
50
|
- ".rspec"
|
50
51
|
- ".rubocop.yml"
|
52
|
+
- ".ruby-version"
|
51
53
|
- ".solargraph.yml"
|
52
54
|
- ".travis.yml"
|
53
55
|
- Gemfile
|
@@ -84,7 +86,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
84
86
|
- !ruby/object:Gem::Version
|
85
87
|
version: '0'
|
86
88
|
requirements: []
|
87
|
-
rubygems_version: 3.
|
89
|
+
rubygems_version: 3.5.16
|
88
90
|
signing_key:
|
89
91
|
specification_version: 4
|
90
92
|
summary: Ruby SDK for nifcloud DNS.
|