xuuki-do-list 0.0.2 → 0.0.3
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/Rakefile +1 -0
- data/bin/xuuki-do-list +24 -10
- data/doc/Build Awesome Command-Line Applications in Ruby.txt +10336 -0
- data/lib/xuuki-do-list/version.rb +1 -1
- metadata +4 -3
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: xuuki-do-list
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Joel Nash
|
8
8
|
bindir: bin
|
9
9
|
cert_chain: []
|
10
|
-
date: 2025-
|
10
|
+
date: 2025-03-11 00:00:00.000000000 Z
|
11
11
|
dependencies:
|
12
12
|
- !ruby/object:Gem::Dependency
|
13
13
|
name: rake
|
@@ -78,6 +78,7 @@ files:
|
|
78
78
|
- README.rdoc
|
79
79
|
- Rakefile
|
80
80
|
- bin/xuuki-do-list
|
81
|
+
- doc/Build Awesome Command-Line Applications in Ruby.txt
|
81
82
|
- lib/xuuki-do-list.rb
|
82
83
|
- lib/xuuki-do-list/version.rb
|
83
84
|
- test/default_test.rb
|
@@ -108,7 +109,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
108
109
|
- !ruby/object:Gem::Version
|
109
110
|
version: '0'
|
110
111
|
requirements: []
|
111
|
-
rubygems_version: 3.6.
|
112
|
+
rubygems_version: 3.6.5
|
112
113
|
specification_version: 4
|
113
114
|
summary: Manage tasks in a todo list
|
114
115
|
test_files: []
|