rexer 0.17.0 → 0.18.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: 0aa31136277eb6010005efd6b949d33791f40c43cf2c10e4c59aaa63f7635874
4
- data.tar.gz: 7782364e1ae8e1c068d89c416feb8f058f39babfa9a4bf949c238cf828f51975
3
+ metadata.gz: 3fe6850152b1a1e856bafec9f7adf383dbb89695f197cda8e4a88ae76e5c4b8c
4
+ data.tar.gz: 8ce54a978f7a005ce9145fc5cb8a494514015a5a519d84867594a53107d4f635
5
5
  SHA512:
6
- metadata.gz: a657e3d3ace4b1134d455b05fc9dabc1905e96fb88870b41d0b771c4bd7e7803949b333a422a724a8d15937613cba04a692105a51c7332ba74f35dc996010459
7
- data.tar.gz: ec8fed06a4d98da769d42c99266caa91f6250f738e71ca39536f66f0ed1a570594b8b3f5c96166ee4563137a9e7c6a008842582138af70412e96e6438a9ffcf2
6
+ metadata.gz: aaf7b96f1636a12698524517308ce3e2c4ae97f2feffea679cdaa25392cef21c4fe99da85d71bebb56a56dce306f016cdd140f37610c50dd0335a539f951ce5d
7
+ data.tar.gz: fa5f144cc10405f2bae71e98e582b99e66178b6c65bc65bd57bc92dba1f90c18eca4ac61a4b3ad8d1ddca387d6dfbe8cb00a573b82bf5bcd29dab89f021cfbb0
data/README.md CHANGED
@@ -107,6 +107,9 @@ If the specified ENV is currently installed, it compares the current `.extension
107
107
  * Uninstalls deleted extensions (the `uninstalled` hook is executed).
108
108
  * Reload extensions whose source settings has changed (for example, the `branch` or `tag` has changed) and runs the database migration if necessary.
109
109
 
110
+ > [!TIP]
111
+ > Execute the install command when running the rex command without a subcommand.
112
+
110
113
  ### rex update [extensions...]
111
114
 
112
115
  Loads `.extensions.lock` and updates the currently installed extensions to the latest version. `.extensions.rb` is NOT referenced in this command.
data/lib/rexer/cli.rb CHANGED
@@ -5,6 +5,8 @@ require "active_support/core_ext/object/blank"
5
5
 
6
6
  module Rexer
7
7
  class Cli < Thor
8
+ default_command :install
9
+
8
10
  def self.exit_on_failure? = true
9
11
 
10
12
  class_option :verbose, type: :boolean, aliases: "-v", desc: "Detailed output"
data/lib/rexer/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Rexer
2
- VERSION = "0.17.0"
2
+ VERSION = "0.18.0"
3
3
  end
metadata CHANGED
@@ -1,13 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rexer
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.17.0
4
+ version: 0.18.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Katsuya Hidaka
8
+ autorequire:
8
9
  bindir: exe
9
10
  cert_chain: []
10
- date: 2025-02-16 00:00:00.000000000 Z
11
+ date: 2025-03-09 00:00:00.000000000 Z
11
12
  dependencies:
12
13
  - !ruby/object:Gem::Dependency
13
14
  name: thor
@@ -160,6 +161,7 @@ licenses:
160
161
  - MIT
161
162
  metadata:
162
163
  source_code_uri: https://github.com/hidakatsuya/rexer
164
+ post_install_message:
163
165
  rdoc_options: []
164
166
  require_paths:
165
167
  - lib
@@ -174,7 +176,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
174
176
  - !ruby/object:Gem::Version
175
177
  version: '0'
176
178
  requirements: []
177
- rubygems_version: 3.6.2
179
+ rubygems_version: 3.5.22
180
+ signing_key:
178
181
  specification_version: 4
179
182
  summary: A command-line tool for managing Redmine Plugins and Themes
180
183
  test_files: []