dsu 3.0.0.beta.3 → 3.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +2 -1
- data/Gemfile.lock +1 -1
- data/lib/dsu/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 30c74cb944a80caf60aa48873b29ccb51ae72036b3ad23ed8ed2ca19426837bc
|
4
|
+
data.tar.gz: 1bb2b22d1895eadb4e78019b6a02dc087d2cc01ae8b34c1ebbe10f5c2966b6f1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f7ab8726be6364a3d06b673bf2f76f5c0b815105a90eaa168abb00a129d83b8627431965e756b3ada6570451ccccf6cbcaf36b82cf568557a03244b776dfffce
|
7
|
+
data.tar.gz: c455af559a5d18be7e4634be35e917038d566de135e7a9bcfca4c7408d6a9eb07c51e9c4e27d218dffeafc338b4f72bff52d25430efbed26eda0959fe56e93f3
|
data/CHANGELOG.md
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
4
4
|
|
5
|
-
## [3.0.0] - 2024
|
5
|
+
## [3.0.0] - 2024-02-17
|
6
6
|
|
7
7
|
### Enhancements
|
8
8
|
[x] Added `dsu project` command to manage DSU projects. See `dsu help project` or the [dsu wiki](https://github.com/gangelo/dsu/wiki) for more information.
|
@@ -10,6 +10,7 @@ All notable changes to this project will be documented in this file.
|
|
10
10
|
|
11
11
|
### Changes
|
12
12
|
[x] Update ruby gems.
|
13
|
+
[x] Major updates to the migration process.
|
13
14
|
[x] `dsu import` now has the --override true|false (default: false) OPTION. If true, the import process will ignore the project name found in the import file and import the entries into the current project. If false, the import process will use the project name found in the import file.
|
14
15
|
[x] Change `dsu export` file name for exports. When exporting all DSU entry groups for a project, the file name will be:
|
15
16
|
|
data/Gemfile.lock
CHANGED
data/lib/dsu/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: dsu
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.0
|
4
|
+
version: 3.0.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Gene M. Angelo, Jr.
|
@@ -376,9 +376,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
376
376
|
version: '4.0'
|
377
377
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
378
378
|
requirements:
|
379
|
-
- - "
|
379
|
+
- - ">="
|
380
380
|
- !ruby/object:Gem::Version
|
381
|
-
version:
|
381
|
+
version: '0'
|
382
382
|
requirements: []
|
383
383
|
rubygems_version: 3.2.15
|
384
384
|
signing_key:
|