yq 0.4.1 → 0.5.0
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/rspec_and_release.yml +2 -2
- data/CHANGELOG.md +13 -0
- data/Gemfile.lock +23 -23
- data/lib/yq/version.rb +1 -1
- data/yq.gemspec +1 -0
- metadata +7 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b23c686b43c528364d30cf6bfa433e34287395eac5cc7eae66cb65cea5ed98eb
|
4
|
+
data.tar.gz: 495e641cfd3ee69706d3b3a00bb60cc1a68fd4a1e8caefc2218711804827856e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c29150cc948590da8646d41db7d7a5aabbc1ca5954af12136d538a4d1cb16c4f4006ea326ef795e4908532a0a15004c8a13108f57c67f353b90c41050b56d044
|
7
|
+
data.tar.gz: 2cba3098084dcbc90985aa3916745aa3f0de37d7f90569223e0bffd5ade82077aae56135847fea17e01e3ae5a3864bd5eab492b067f48600cfbba6b2e361c52a
|
@@ -15,7 +15,7 @@ jobs:
|
|
15
15
|
ruby: [2.5, 2.6, 2.7]
|
16
16
|
runs-on: ${{ matrix.os }}
|
17
17
|
steps:
|
18
|
-
- uses: actions/checkout@v2
|
18
|
+
- uses: actions/checkout@v2.3.4
|
19
19
|
- name: Set up Ruby
|
20
20
|
uses: ruby/setup-ruby@v1
|
21
21
|
with:
|
@@ -31,7 +31,7 @@ jobs:
|
|
31
31
|
env:
|
32
32
|
BUNDLE_DEPLOYMENT: true
|
33
33
|
steps:
|
34
|
-
- uses: actions/checkout@v2
|
34
|
+
- uses: actions/checkout@v2.3.4
|
35
35
|
- name: Set up Ruby 2.7
|
36
36
|
uses: ruby/setup-ruby@v1
|
37
37
|
with:
|
data/CHANGELOG.md
ADDED
@@ -0,0 +1,13 @@
|
|
1
|
+
# [0.5.0](https://github.com/jim80net/yq/compare/v0.4.1...v0.5.0) (2021-08-30)
|
2
|
+
|
3
|
+
|
4
|
+
### Features
|
5
|
+
|
6
|
+
* do not install on versions of ruby that are incompatible ([63f3095](https://github.com/jim80net/yq/commit/63f30957c79393d23f3bdb3b093f48ec746dbd38))
|
7
|
+
|
8
|
+
## [0.4.1](https://github.com/jim80net/yq/compare/v0.4.0...v0.4.1) (2021-05-01)
|
9
|
+
|
10
|
+
|
11
|
+
### Bug Fixes
|
12
|
+
|
13
|
+
* release 0.4.1 ([8466cd3](https://github.com/jim80net/yq/commit/8466cd3dd2d86f1f1e0c4b29b502c58b10512add))
|
data/Gemfile.lock
CHANGED
@@ -6,19 +6,19 @@ PATH
|
|
6
6
|
GEM
|
7
7
|
remote: https://rubygems.org/
|
8
8
|
specs:
|
9
|
-
ast (2.4.
|
10
|
-
climate_control (0.
|
9
|
+
ast (2.4.2)
|
10
|
+
climate_control (1.0.1)
|
11
11
|
coderay (1.1.3)
|
12
12
|
diff-lcs (1.4.4)
|
13
|
-
ffi (1.
|
14
|
-
formatador (0.
|
15
|
-
guard (2.
|
13
|
+
ffi (1.15.3)
|
14
|
+
formatador (0.3.0)
|
15
|
+
guard (2.18.0)
|
16
16
|
formatador (>= 0.2.4)
|
17
17
|
listen (>= 2.7, < 4.0)
|
18
18
|
lumberjack (>= 1.0.12, < 2.0)
|
19
19
|
nenv (~> 0.1)
|
20
20
|
notiffany (~> 0.0)
|
21
|
-
pry (>= 0.
|
21
|
+
pry (>= 0.13.0)
|
22
22
|
shellany (~> 0.0)
|
23
23
|
thor (>= 0.18.1)
|
24
24
|
guard-compat (1.2.1)
|
@@ -26,7 +26,7 @@ GEM
|
|
26
26
|
guard (~> 2.1)
|
27
27
|
guard-compat (~> 1.1)
|
28
28
|
rspec (>= 2.99.0, < 4.0)
|
29
|
-
listen (3.
|
29
|
+
listen (3.5.1)
|
30
30
|
rb-fsevent (~> 0.10, >= 0.10.3)
|
31
31
|
rb-inotify (~> 0.9, >= 0.9.10)
|
32
32
|
lumberjack (1.2.8)
|
@@ -35,18 +35,18 @@ GEM
|
|
35
35
|
notiffany (0.1.3)
|
36
36
|
nenv (~> 0.1)
|
37
37
|
shellany (~> 0.0)
|
38
|
-
parallel (1.20.
|
39
|
-
parser (
|
38
|
+
parallel (1.20.1)
|
39
|
+
parser (3.0.2.0)
|
40
40
|
ast (~> 2.4.1)
|
41
|
-
pry (0.
|
41
|
+
pry (0.14.1)
|
42
42
|
coderay (~> 1.1)
|
43
43
|
method_source (~> 1.0)
|
44
44
|
rainbow (3.0.0)
|
45
|
-
rake (13.0.
|
46
|
-
rb-fsevent (0.
|
45
|
+
rake (13.0.6)
|
46
|
+
rb-fsevent (0.11.0)
|
47
47
|
rb-inotify (0.10.1)
|
48
48
|
ffi (~> 1.0)
|
49
|
-
regexp_parser (1.
|
49
|
+
regexp_parser (2.1.1)
|
50
50
|
rexml (3.2.5)
|
51
51
|
rspec (3.10.0)
|
52
52
|
rspec-core (~> 3.10.0)
|
@@ -61,21 +61,21 @@ GEM
|
|
61
61
|
diff-lcs (>= 1.2.0, < 2.0)
|
62
62
|
rspec-support (~> 3.10.0)
|
63
63
|
rspec-support (3.10.0)
|
64
|
-
rubocop (1.
|
64
|
+
rubocop (1.20.0)
|
65
65
|
parallel (~> 1.10)
|
66
|
-
parser (>=
|
66
|
+
parser (>= 3.0.0.0)
|
67
67
|
rainbow (>= 2.2.2, < 4.0)
|
68
|
-
regexp_parser (>= 1.8)
|
68
|
+
regexp_parser (>= 1.8, < 3.0)
|
69
69
|
rexml
|
70
|
-
rubocop-ast (>= 1.
|
70
|
+
rubocop-ast (>= 1.9.1, < 2.0)
|
71
71
|
ruby-progressbar (~> 1.7)
|
72
|
-
unicode-display_width (>= 1.4.0, <
|
73
|
-
rubocop-ast (1.
|
74
|
-
parser (>=
|
75
|
-
ruby-progressbar (1.
|
72
|
+
unicode-display_width (>= 1.4.0, < 3.0)
|
73
|
+
rubocop-ast (1.11.0)
|
74
|
+
parser (>= 3.0.1.1)
|
75
|
+
ruby-progressbar (1.11.0)
|
76
76
|
shellany (0.0.1)
|
77
|
-
thor (1.0
|
78
|
-
unicode-display_width (
|
77
|
+
thor (1.1.0)
|
78
|
+
unicode-display_width (2.0.0)
|
79
79
|
|
80
80
|
PLATFORMS
|
81
81
|
ruby
|
data/lib/yq/version.rb
CHANGED
data/yq.gemspec
CHANGED
@@ -17,6 +17,7 @@ Gem::Specification.new do |spec|
|
|
17
17
|
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
|
18
18
|
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
|
19
19
|
spec.require_paths = ['lib']
|
20
|
+
spec.required_ruby_version = '>=2.5', '< 3'
|
20
21
|
|
21
22
|
spec.add_development_dependency 'bundler'
|
22
23
|
spec.add_development_dependency 'climate_control'
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: yq
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.5.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Jim Park
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-
|
11
|
+
date: 2021-08-30 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -135,6 +135,7 @@ files:
|
|
135
135
|
- ".github/dependabot.yml"
|
136
136
|
- ".github/workflows/rspec_and_release.yml"
|
137
137
|
- ".gitignore"
|
138
|
+
- CHANGELOG.md
|
138
139
|
- Gemfile
|
139
140
|
- Gemfile.lock
|
140
141
|
- Guardfile
|
@@ -162,7 +163,10 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
162
163
|
requirements:
|
163
164
|
- - ">="
|
164
165
|
- !ruby/object:Gem::Version
|
165
|
-
version: '
|
166
|
+
version: '2.5'
|
167
|
+
- - "<"
|
168
|
+
- !ruby/object:Gem::Version
|
169
|
+
version: '3'
|
166
170
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
167
171
|
requirements:
|
168
172
|
- - ">="
|