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 +4 -4
- data/README.md +3 -0
- data/lib/rexer/cli.rb +2 -0
- data/lib/rexer/version.rb +1 -1
- metadata +6 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3fe6850152b1a1e856bafec9f7adf383dbb89695f197cda8e4a88ae76e5c4b8c
|
4
|
+
data.tar.gz: 8ce54a978f7a005ce9145fc5cb8a494514015a5a519d84867594a53107d4f635
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
data/lib/rexer/version.rb
CHANGED
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.
|
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-
|
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.
|
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: []
|