noko_cli 0.2.4 → 0.2.5

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5189ecfe192f4e90324ed498dd4fc693a4c74c4ae2c18af645a3e26f14a4c465
4
- data.tar.gz: e2f6a29f3902d17da69b8dcfb97785aed0b5bec687a751e283f83642f05a5957
3
+ metadata.gz: f348b95fc256c3838fe0c17aa28b652ee974076410c672121881619c453f5c93
4
+ data.tar.gz: 2479c5f4cd542f443618aad857d20add6c76b8a31b75f2a9de048c119f30a46b
5
5
  SHA512:
6
- metadata.gz: b0b356d387c3259fc05bf1acae5d8b8a93f2a27e468e21266d729fd213be9777ec6d8fb6f960d4403b30fda61cd21a52f4e75efa6b85922e292915b96fd8b6cf
7
- data.tar.gz: bef58c78cff9373755fcee97d7fda35f399173751f6add21b6cb2211ec1f851d0f269f239fc3e6bd68001c11cd8c193f6a191a511c144e39bbe9447c8b831bf4
6
+ metadata.gz: 323052ede872cf4ddd9125e986449b822384c86c62c4c3fb3196bbada541d6283cfb8eef28414b44c777e70f75ee5057bd7964a0e551581516d13e49feb5daf7
7
+ data.tar.gz: 2744f86ed12fc63f7f2ad948951bbae2f31a1cd6cff7dda771f33fc0dcededcaf6aa2aa9d8f1b6d45ff6ee8b24a7d5e68b0620a0cc5ec63e85ff385761881351
data/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.2.5](https://github.com/JuanVqz/noko_cli/compare/v0.2.4...v0.2.5) (2024-11-18)
4
+
5
+
6
+ ### Miscellaneous
7
+
8
+ * **ci:** Update workflows ([#85](https://github.com/JuanVqz/noko_cli/issues/85)) ([bc77e1f](https://github.com/JuanVqz/noko_cli/commit/bc77e1f810b11b3026aa0becad2d9ba054ac9968))
9
+ * **deps-dev:** Update pry requirement from ~> 0.14.1 to ~> 0.15.0 ([#91](https://github.com/JuanVqz/noko_cli/issues/91)) ([221579e](https://github.com/JuanVqz/noko_cli/commit/221579e328a66c01be47f71376ecb18879412073))
10
+ * **deps:** Bump rake from 13.0.6 to 13.2.1 ([#88](https://github.com/JuanVqz/noko_cli/issues/88)) ([0b59183](https://github.com/JuanVqz/noko_cli/commit/0b59183f9de96e25bbd0cb8e0827661337bddd43))
11
+ * **deps:** Bump rexml from 3.3.6 to 3.3.9 ([#90](https://github.com/JuanVqz/noko_cli/issues/90)) ([6332b6f](https://github.com/JuanVqz/noko_cli/commit/6332b6f0d467ffdee382c8c63b24e9ce60a75817))
12
+ * **deps:** Bump rspec from 3.12.0 to 3.13.0 ([#87](https://github.com/JuanVqz/noko_cli/issues/87)) ([34715f6](https://github.com/JuanVqz/noko_cli/commit/34715f64d98bb2c30dfcd9b02555583b7c8a82eb))
13
+ * **deps:** Bump zeitwerk from 2.6.17 to 2.6.18 ([#89](https://github.com/JuanVqz/noko_cli/issues/89)) ([2c595d9](https://github.com/JuanVqz/noko_cli/commit/2c595d9caa215be823fad92eea786af1a0536341))
14
+
3
15
  ## [0.2.4](https://github.com/JuanVqz/noko_cli/compare/v0.2.3...v0.2.4) (2024-09-01)
4
16
 
5
17
 
data/Gemfile CHANGED
@@ -5,8 +5,8 @@ source "https://rubygems.org"
5
5
  # Specify your gem's dependencies in noko_cli.gemspec
6
6
  gemspec
7
7
 
8
- gem "rake", "~> 13.0"
9
- gem "rspec", "~> 3.12"
8
+ gem "rake", "~> 13.2"
9
+ gem "rspec", "~> 3.13"
10
10
  gem "rubocop", "~> 1.50.2", require: false
11
11
  gem "rubocop-performance", "~> 1.17.1", require: false
12
12
  gem "rubocop-rake", "~> 0.6.0", require: false
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- noko_cli (0.2.4)
4
+ noko_cli (0.2.5)
5
5
  faraday (>= 2.3, < 2.12)
6
6
  tty-table (~> 0.12.0)
7
7
  zeitwerk (~> 2.6)
@@ -12,42 +12,41 @@ GEM
12
12
  ast (2.4.2)
13
13
  base64 (0.2.0)
14
14
  coderay (1.1.3)
15
- diff-lcs (1.5.0)
15
+ diff-lcs (1.5.1)
16
16
  faraday (2.8.1)
17
17
  base64
18
18
  faraday-net_http (>= 2.0, < 3.1)
19
19
  ruby2_keywords (>= 0.0.4)
20
20
  faraday-net_http (3.0.2)
21
21
  json (2.7.2)
22
- method_source (1.0.0)
22
+ method_source (1.1.0)
23
23
  parallel (1.24.0)
24
24
  parser (3.3.4.2)
25
25
  ast (~> 2.4.1)
26
26
  racc
27
27
  pastel (0.8.0)
28
28
  tty-color (~> 0.5)
29
- pry (0.14.2)
29
+ pry (0.15.0)
30
30
  coderay (~> 1.1)
31
31
  method_source (~> 1.0)
32
32
  racc (1.8.1)
33
33
  rainbow (3.1.1)
34
- rake (13.0.6)
34
+ rake (13.2.1)
35
35
  regexp_parser (2.9.2)
36
- rexml (3.3.6)
37
- strscan
38
- rspec (3.12.0)
39
- rspec-core (~> 3.12.0)
40
- rspec-expectations (~> 3.12.0)
41
- rspec-mocks (~> 3.12.0)
42
- rspec-core (3.12.0)
43
- rspec-support (~> 3.12.0)
44
- rspec-expectations (3.12.0)
36
+ rexml (3.3.9)
37
+ rspec (3.13.0)
38
+ rspec-core (~> 3.13.0)
39
+ rspec-expectations (~> 3.13.0)
40
+ rspec-mocks (~> 3.13.0)
41
+ rspec-core (3.13.0)
42
+ rspec-support (~> 3.13.0)
43
+ rspec-expectations (3.13.2)
45
44
  diff-lcs (>= 1.2.0, < 2.0)
46
- rspec-support (~> 3.12.0)
47
- rspec-mocks (3.12.1)
45
+ rspec-support (~> 3.13.0)
46
+ rspec-mocks (3.13.1)
48
47
  diff-lcs (>= 1.2.0, < 2.0)
49
- rspec-support (~> 3.12.0)
50
- rspec-support (3.12.0)
48
+ rspec-support (~> 3.13.0)
49
+ rspec-support (3.13.1)
51
50
  rubocop (1.50.2)
52
51
  json (~> 2.3)
53
52
  parallel (~> 1.10)
@@ -77,7 +76,6 @@ GEM
77
76
  unicode-display_width (>= 1.5, < 3.0)
78
77
  unicode_utils (~> 1.4)
79
78
  strings-ansi (0.2.0)
80
- strscan (3.1.0)
81
79
  tty-color (0.6.0)
82
80
  tty-screen (0.8.1)
83
81
  tty-table (0.12.0)
@@ -86,7 +84,7 @@ GEM
86
84
  tty-screen (~> 0.8)
87
85
  unicode-display_width (2.5.0)
88
86
  unicode_utils (1.4.0)
89
- zeitwerk (2.6.17)
87
+ zeitwerk (2.6.18)
90
88
 
91
89
  PLATFORMS
92
90
  ruby
@@ -94,9 +92,9 @@ PLATFORMS
94
92
 
95
93
  DEPENDENCIES
96
94
  noko_cli!
97
- pry (~> 0.14.1)
98
- rake (~> 13.0)
99
- rspec (~> 3.12)
95
+ pry (~> 0.15.0)
96
+ rake (~> 13.2)
97
+ rspec (~> 3.13)
100
98
  rubocop (~> 1.50.2)
101
99
  rubocop-performance (~> 1.17.1)
102
100
  rubocop-rake (~> 0.6.0)
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module NokoCli
4
- VERSION = "0.2.4"
4
+ VERSION = "0.2.5"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: noko_cli
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.4
4
+ version: 0.2.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Juan Vasquez
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2024-09-01 00:00:00.000000000 Z
11
+ date: 2024-11-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday
@@ -64,14 +64,14 @@ dependencies:
64
64
  requirements:
65
65
  - - "~>"
66
66
  - !ruby/object:Gem::Version
67
- version: 0.14.1
67
+ version: 0.15.0
68
68
  type: :development
69
69
  prerelease: false
70
70
  version_requirements: !ruby/object:Gem::Requirement
71
71
  requirements:
72
72
  - - "~>"
73
73
  - !ruby/object:Gem::Version
74
- version: 0.14.1
74
+ version: 0.15.0
75
75
  description: 'Noko CLI is the easiest way to add, remove, and view all your entries
76
76
  from your terminal.
77
77