ruby_todo 0.3.4 → 0.3.5

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: 20fabb8137e88c9c55e9a84828efa9d46c92fc23d00e9d5c7b15ba83f7a9abfe
4
- data.tar.gz: 55634fafffb1ee771ea79b84c6c489484279e28bb439df55ca1856e2d19bd54e
3
+ metadata.gz: 1e46315512bc270ba2bd10e0b43319e093f9e6aa1df35f884a2a84c70d8830da
4
+ data.tar.gz: 9ba6df809f63ef4f91612aabe52c6678294d354aaadf6cba188dc0dab283116f
5
5
  SHA512:
6
- metadata.gz: 56f11c9f4954f2465c5e24723e9a3f6aaf4ec1b15fdde1bae16e69cb46903862c68d40822edab75ad55e4895c5bfc08d4da288885e83c495041a3d156ebe3227
7
- data.tar.gz: c8f9926cc7c83cff22b15c91dd1af8a1b9b60ca1af53ffcab72c9645e7d8920ee57f84515ce3dc57e5cf2b2b5a16b3f1502d2848bd02d3d7160cb7b5c2ee49c5
6
+ metadata.gz: f012f3447c1cb5b63b4029bfb3389bdc2667b442cd34bc2a092eb095efe3fe99328f4313d5d0d0e0a9cbeedf7fe344cec90d5c71c2dd1cc87ff4e4abc1f7ad3f
7
+ data.tar.gz: 0600e9b11b7cb92a01c7de4ead9d4ad0b465a9c864f9175eaaca17cfdc3ea13c251dadee54398a90364e493c881e720ab68403c7a16fe348dbff9712c27b789f
data/CHANGELOG.md CHANGED
@@ -1,3 +1,8 @@
1
+ ## [0.3.5] - 2025-03-28
2
+
3
+ * Manual release
4
+
5
+
1
6
  ## [0.3.4] - 2025-03-28
2
7
 
3
8
  * Manual release
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module RubyTodo
4
- VERSION = "0.3.4"
4
+ VERSION = "0.3.5"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ruby_todo
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.4
4
+ version: 0.3.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jeremiah Parrack
@@ -166,7 +166,7 @@ dependencies:
166
166
  version: '0.6'
167
167
  description: A flexible and powerful todo list management system for the command line
168
168
  email:
169
- - jeremiah.parrack@gmail.com
169
+ - jeremiahlukus1@gmail.com
170
170
  executables:
171
171
  - ruby_todo
172
172
  extensions: []
@@ -189,14 +189,14 @@ files:
189
189
  - lib/ruby_todo/models/template.rb
190
190
  - lib/ruby_todo/version.rb
191
191
  - sig/ruby_todo.rbs
192
- homepage: https://github.com/jtparrack/ruby_todo
192
+ homepage: https://github.com/jeremiahlukus/ruby_todo
193
193
  licenses:
194
194
  - MIT
195
195
  metadata:
196
196
  allowed_push_host: https://rubygems.org
197
- homepage_uri: https://github.com/jtparrack/ruby_todo
198
- source_code_uri: https://github.com/jtparrack/ruby_todo
199
- changelog_uri: https://github.com/jtparrack/ruby_todo/blob/main/CHANGELOG.md
197
+ homepage_uri: https://github.com/jeremiahlukus/ruby_todo
198
+ source_code_uri: https://github.com/jeremiahlukus/ruby_todo
199
+ changelog_uri: https://github.com/jeremiahlukus/ruby_todo/blob/main/CHANGELOG.md
200
200
  post_install_message:
201
201
  rdoc_options: []
202
202
  require_paths: