reki 0.1.0 → 0.2.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ff3da6c026501dba927146f1b75954fdf5cff3fa8ca98b2077fe7dd9a38680a1
4
- data.tar.gz: 58884a82a43b1826f88ab028bfafb20e26afd261f56e147298ecfa74ed091515
3
+ metadata.gz: 30494b56eae2075ed28c4c5c8eeaf4476f61cc010bb4b13f8fc850ef0024f4dd
4
+ data.tar.gz: eee38370d14e78e45eded529124a8c5e49567209c9741d3fcb756283fed9f613
5
5
  SHA512:
6
- metadata.gz: 4168030b7a2c2a4e060f66b92beab69cb5f3177d7b90c1a7e6a3a59f92e68dec350617de0c8ce8ff035338a5e4fd69b6cd13c1eda503025b6be08d7d68084fca
7
- data.tar.gz: c6c294aafdfc232be3d83271476e7109f2e50fbfa5bee095cd93ff2d12c01afa34de65147c3b7d996d2a2a4f075217fdcc0a892911afa666f221a1b6384b9029
6
+ metadata.gz: 06fcd84840a348e1c48024d1e5bdd846fa41cb04369375834cbf2887d7375334fc97356108b9332fa9d487e2a878f2a9eda331aa0735069e3d1fddce25d3db86
7
+ data.tar.gz: b5711af41dcea16140f895fa44dbb4ce114837951bfb89dd45f48fb5730c1f0fa5978606f5aeec4ace021f2532dc57ab84cf98ecd6788623add3b38b8da8cf26
checksums.yaml.gz.sig CHANGED
Binary file
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Reki Changelog
2
2
 
3
+ ## 0.2.0 -
4
+
5
+ - Docs
6
+
3
7
  ## 0.1.0 - 28 August 2024
4
8
 
5
9
  - Initial release, functionality split off from the Scipio gem
data/README.md CHANGED
@@ -1,37 +1,5 @@
1
1
  # Reki
2
2
 
3
- Reki is a CLI utility to run Rake tasks from anywhere, not just from the directory they're in.
3
+ This gem is no longer maintained. Please see [mikekreuzer.com][mikekreuzer.com] for my more recent work.
4
4
 
5
- The Japanese word レーキ (rēki) is a loan word from the English word rake.
6
-
7
- ## Status
8
-
9
- Reki was split off from the Scipio gem to better focus both tools.
10
-
11
- It's late Alpha software, status 4. in Python terms.
12
-
13
- (Those Python statuses are 1 - Planning, 2 - Pre-alpha, 3 - Alpha, 4 - Beta, 5 - Production/Stable, 6 - Mature, 7 - Inactive.)
14
-
15
- ## Installation
16
-
17
- `gem install reki`
18
-
19
- ## Usage
20
-
21
- ...
22
-
23
- ## Development
24
-
25
- After checking out the repo, run `bundle install` to install dependencies. Then, run `rake test` to run the tests.
26
-
27
- To install this gem locally, run `bundle exec rake local`.
28
-
29
- `bundle exec rake -T` to see the current options.
30
-
31
- ## Contributing
32
-
33
- Bug reports and pull requests are welcome at https://codeberg.org/kreuzer/reki. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [code of conduct](https://codeberg.org/kreuzer/reki/src/branch/main/CODE_OF_CONDUCT.md).
34
-
35
- ## Code of Conduct
36
-
37
- Everyone interacting in the Reki project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://codeberg.org/kreuzer/reki/src/branch/main/CODE_OF_CONDUCT.md).
5
+ [mikekreuzer.com]: https://mikekreuzer.com
data/lib/reki/cli.rb CHANGED
@@ -3,6 +3,7 @@
3
3
  require "optparse"
4
4
  require_relative "config"
5
5
  require_relative "rake"
6
+ require_relative "version"
6
7
 
7
8
  module Reki
8
9
  # CLI handled by optparse
@@ -38,8 +39,8 @@ module Reki
38
39
  opts.on("-i", "--initialize", "Initialize config file, show details if they exist") do
39
40
  config = Reki::Config.new
40
41
  config.info
41
- #gem = Scipio::Gems.new(config:, gem_name: "")
42
- #gem.init
42
+ # gem = Scipio::Gems.new(config:, gem_name: "")
43
+ # gem.init
43
44
  end
44
45
  end
45
46
 
data/lib/reki/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Reki
4
- VERSION = "0.1.0"
4
+ VERSION = "0.2.0"
5
5
  end
data.tar.gz.sig CHANGED
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: reki
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mike Kreuzer
@@ -35,11 +35,12 @@ cert_chain:
35
35
  YgqTixCwts6cQYIdYNFtJbzKvRNqyviKKxPaum7UWAv6Uy80gxgJ8p+fG81FsxbZ
36
36
  0ULnXrHlhf/CHs550TxRlXalgxBCImGdHzWjhdJeC1dZP3olgNtjO23ywtw=
37
37
  -----END CERTIFICATE-----
38
- date: 2024-08-28 00:00:00.000000000 Z
38
+ date: 2025-03-05 00:00:00.000000000 Z
39
39
  dependencies: []
40
- description: |
41
- Reki is a CLI utility to run Rake tasks from anywhere, not just from the directory they're in.
42
- The Japanese word レーキ (rēki) is rake in English.
40
+ description: 'This gem is no longer maintained. Please see mikekreuzer.com for my
41
+ more recent work.
42
+
43
+ '
43
44
  email:
44
45
  - mike@mikekreuzer.com
45
46
  executables:
@@ -84,5 +85,6 @@ requirements: []
84
85
  rubygems_version: 3.5.17
85
86
  signing_key:
86
87
  specification_version: 4
87
- summary: A CLI utility to run Rake tasks from anywhere
88
+ summary: This gem is no longer maintained. Please see mikekreuzer.com for my more
89
+ recent work.
88
90
  test_files: []
metadata.gz.sig CHANGED
Binary file