noko_cli 0.2.0 → 0.2.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d780be4c41c8d0cff7f3e342841085d8fcb558eadc6502c5d36fbbe8c84decad
4
- data.tar.gz: 1308b2f5e9d97e5e2b6fd63b6d8768ba5522d5599653c619264f787f5f9bab79
3
+ metadata.gz: 7f9061b5b8e56f9b42b7bc56f309a6cd621de22e5796b2253e294cadb773c465
4
+ data.tar.gz: 46b38d76621a96ed213eb5a2ab8539986153758107c67b221c3121645c4f3222
5
5
  SHA512:
6
- metadata.gz: c3429ac28510732444354e9d1dbfbba0bee6a2b086aae8b3ef2262ba9b0eca39d20e06d71e137dd1696e9c1b328a1b14ccbb002685b5c706772f2b093c60742e
7
- data.tar.gz: c7eb6d562c9bd1a126aaefe07e342113728be25ff22b4e794c44f8c46363884f81be9e999f9802f652122299d65f5d9a4a9ba9fecbcf91fb967180bcfbed93c1
6
+ metadata.gz: d2694aebc56c5035b5eaed6e1c1873fdaa7163f75617691fbfa188d635917ebbb48eebeeb8707d3284f8723d0d353f988237172f128c048c517af06bb3bebcfb
7
+ data.tar.gz: ffc1e2eb359967643ab0635ffe46d33d8238785ed5c8521aacd7c16759e130ef89dd1cd31da6d2a67f8a803cf8f26e843ee84204d4beabcc3fab409bb1fb3b9b
data/CHANGELOG.md CHANGED
@@ -1,5 +1,16 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.2.1](https://github.com/JuanVqz/noko_cli/compare/v0.2.0...v0.2.1) (2022-12-15)
4
+
5
+
6
+ ### Miscellaneous
7
+
8
+ * **dependabot:** Add config file ([#37](https://github.com/JuanVqz/noko_cli/issues/37)) ([c3adae7](https://github.com/JuanVqz/noko_cli/commit/c3adae741fe7fe8647d5edbdcdb14fb67e921401))
9
+ * **deps:** Bump rspec from 3.11.0 to 3.12.0 ([#42](https://github.com/JuanVqz/noko_cli/issues/42)) ([f890c90](https://github.com/JuanVqz/noko_cli/commit/f890c900f3ddc35039541ca68f2bbfacd199bff3))
10
+ * **deps:** Bump rubocop from 1.31.1 to 1.40.0 ([#43](https://github.com/JuanVqz/noko_cli/issues/43)) ([3421931](https://github.com/JuanVqz/noko_cli/commit/342193153b5ec58ec8c2b63c3d1c4ee5fdebde07))
11
+ * **deps:** Bump rubocop-performance from 1.14.2 to 1.15.1 ([#40](https://github.com/JuanVqz/noko_cli/issues/40)) ([f28155a](https://github.com/JuanVqz/noko_cli/commit/f28155af056bb92f429a091833f2e622db8ec4c8))
12
+ * **deps:** Update faraday requirement from ~> 2.3.0 to >= 2.3, < 2.8 ([#41](https://github.com/JuanVqz/noko_cli/issues/41)) ([61718be](https://github.com/JuanVqz/noko_cli/commit/61718bed9f61074c51c5d43d6476efc9358abb1e))
13
+
3
14
  ## [0.2.0](https://github.com/JuanVqz/noko_cli/compare/v0.1.2...v0.2.0) (2022-07-31)
4
15
 
5
16
 
data/Gemfile CHANGED
@@ -6,8 +6,8 @@ source "https://rubygems.org"
6
6
  gemspec
7
7
 
8
8
  gem "rake", "~> 13.0"
9
- gem "rspec", "~> 3.0"
10
- gem "rubocop", "~> 1.31.1", require: false
11
- gem "rubocop-performance", "~> 1.14.2", require: false
9
+ gem "rspec", "~> 3.12"
10
+ gem "rubocop", "~> 1.40.0", require: false
11
+ gem "rubocop-performance", "~> 1.15.1", require: false
12
12
  gem "rubocop-rake", "~> 0.6.0", require: false
13
13
  gem "rubocop-rspec", "~> 2.12.1", require: false
data/Gemfile.lock CHANGED
@@ -1,8 +1,8 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- noko_cli (0.2.0)
5
- faraday (~> 2.3.0)
4
+ noko_cli (0.2.1)
5
+ faraday (>= 2.3, < 2.8)
6
6
  tty-table (~> 0.12.0)
7
7
  zeitwerk (~> 2.6)
8
8
 
@@ -12,14 +12,14 @@ GEM
12
12
  ast (2.4.2)
13
13
  coderay (1.1.3)
14
14
  diff-lcs (1.5.0)
15
- faraday (2.3.0)
16
- faraday-net_http (~> 2.0)
15
+ faraday (2.7.2)
16
+ faraday-net_http (>= 2.0, < 3.1)
17
17
  ruby2_keywords (>= 0.0.4)
18
- faraday-net_http (2.1.0)
19
- json (2.6.2)
18
+ faraday-net_http (3.0.2)
19
+ json (2.6.3)
20
20
  method_source (1.0.0)
21
21
  parallel (1.22.1)
22
- parser (3.1.2.0)
22
+ parser (3.1.3.0)
23
23
  ast (~> 2.4.1)
24
24
  pastel (0.8.0)
25
25
  tty-color (~> 0.5)
@@ -28,34 +28,34 @@ GEM
28
28
  method_source (~> 1.0)
29
29
  rainbow (3.1.1)
30
30
  rake (13.0.6)
31
- regexp_parser (2.5.0)
31
+ regexp_parser (2.6.1)
32
32
  rexml (3.2.5)
33
- rspec (3.11.0)
34
- rspec-core (~> 3.11.0)
35
- rspec-expectations (~> 3.11.0)
36
- rspec-mocks (~> 3.11.0)
37
- rspec-core (3.11.0)
38
- rspec-support (~> 3.11.0)
39
- rspec-expectations (3.11.0)
33
+ rspec (3.12.0)
34
+ rspec-core (~> 3.12.0)
35
+ rspec-expectations (~> 3.12.0)
36
+ rspec-mocks (~> 3.12.0)
37
+ rspec-core (3.12.0)
38
+ rspec-support (~> 3.12.0)
39
+ rspec-expectations (3.12.0)
40
40
  diff-lcs (>= 1.2.0, < 2.0)
41
- rspec-support (~> 3.11.0)
42
- rspec-mocks (3.11.1)
41
+ rspec-support (~> 3.12.0)
42
+ rspec-mocks (3.12.1)
43
43
  diff-lcs (>= 1.2.0, < 2.0)
44
- rspec-support (~> 3.11.0)
45
- rspec-support (3.11.0)
46
- rubocop (1.31.1)
44
+ rspec-support (~> 3.12.0)
45
+ rspec-support (3.12.0)
46
+ rubocop (1.40.0)
47
47
  json (~> 2.3)
48
48
  parallel (~> 1.10)
49
- parser (>= 3.1.0.0)
49
+ parser (>= 3.1.2.1)
50
50
  rainbow (>= 2.2.2, < 4.0)
51
51
  regexp_parser (>= 1.8, < 3.0)
52
52
  rexml (>= 3.2.5, < 4.0)
53
- rubocop-ast (>= 1.18.0, < 2.0)
53
+ rubocop-ast (>= 1.23.0, < 2.0)
54
54
  ruby-progressbar (~> 1.7)
55
55
  unicode-display_width (>= 1.4.0, < 3.0)
56
- rubocop-ast (1.18.0)
56
+ rubocop-ast (1.24.0)
57
57
  parser (>= 3.1.1.0)
58
- rubocop-performance (1.14.2)
58
+ rubocop-performance (1.15.1)
59
59
  rubocop (>= 1.7.0, < 2.0)
60
60
  rubocop-ast (>= 0.4.0)
61
61
  rubocop-rake (0.6.0)
@@ -75,22 +75,23 @@ GEM
75
75
  pastel (~> 0.8)
76
76
  strings (~> 0.2.0)
77
77
  tty-screen (~> 0.8)
78
- unicode-display_width (2.2.0)
78
+ unicode-display_width (2.3.0)
79
79
  unicode_utils (1.4.0)
80
- zeitwerk (2.6.0)
80
+ zeitwerk (2.6.6)
81
81
 
82
82
  PLATFORMS
83
83
  ruby
84
+ x86_64-linux
84
85
 
85
86
  DEPENDENCIES
86
87
  noko_cli!
87
88
  pry (~> 0.14.1)
88
89
  rake (~> 13.0)
89
- rspec (~> 3.0)
90
- rubocop (~> 1.31.1)
91
- rubocop-performance (~> 1.14.2)
90
+ rspec (~> 3.12)
91
+ rubocop (~> 1.40.0)
92
+ rubocop-performance (~> 1.15.1)
92
93
  rubocop-rake (~> 0.6.0)
93
94
  rubocop-rspec (~> 2.12.1)
94
95
 
95
96
  BUNDLED WITH
96
- 2.2.29
97
+ 2.3.26
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module NokoCli
4
- VERSION = "0.2.0"
4
+ VERSION = "0.2.1"
5
5
  end
metadata CHANGED
@@ -1,29 +1,35 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: noko_cli
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Juan Vasquez
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2022-07-31 00:00:00.000000000 Z
11
+ date: 2022-12-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - "~>"
17
+ - - ">="
18
+ - !ruby/object:Gem::Version
19
+ version: '2.3'
20
+ - - "<"
18
21
  - !ruby/object:Gem::Version
19
- version: 2.3.0
22
+ version: '2.8'
20
23
  type: :runtime
21
24
  prerelease: false
22
25
  version_requirements: !ruby/object:Gem::Requirement
23
26
  requirements:
24
- - - "~>"
27
+ - - ">="
28
+ - !ruby/object:Gem::Version
29
+ version: '2.3'
30
+ - - "<"
25
31
  - !ruby/object:Gem::Version
26
- version: 2.3.0
32
+ version: '2.8'
27
33
  - !ruby/object:Gem::Dependency
28
34
  name: tty-table
29
35
  requirement: !ruby/object:Gem::Requirement