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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8b5ea3976c946b474fa3e7d1cf75e30df6c55edfbb0048168968de1f4da6e078
4
- data.tar.gz: 697dcd00e542b94c80c6383f26bc5b36f75ee4519dd494219021e2492e36acd4
3
+ metadata.gz: 30c74cb944a80caf60aa48873b29ccb51ae72036b3ad23ed8ed2ca19426837bc
4
+ data.tar.gz: 1bb2b22d1895eadb4e78019b6a02dc087d2cc01ae8b34c1ebbe10f5c2966b6f1
5
5
  SHA512:
6
- metadata.gz: 4ad3f9a86bab508d3719a656e59fd43460f04261c98b8313d5092544d9d6f6f12e823c2dc19b620c15470b58a1674401278b8a85e1b7f253db92959dcab30f4a
7
- data.tar.gz: d464ebc206ca339e59525365dfc6d5161ad35937a4bc066a66e5585226d09bb9736e78c63fd8a6655ac2320e3b78aefe2ab53f1253f55f6a8ff7d4dcb6e5c202
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
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- dsu (3.0.0.beta.1)
4
+ dsu (3.0.0)
5
5
  activemodel (>= 7.0.8, < 8.0)
6
6
  activesupport (>= 7.0.8, < 8.0)
7
7
  colorize (>= 1.1, < 2.0)
data/lib/dsu/version.rb CHANGED
@@ -2,5 +2,5 @@
2
2
 
3
3
  module Dsu
4
4
  VERSION_REGEX = /\A\d+\.\d+\.\d+(\.(alpha|beta|rc)\.\d+)?\z/
5
- VERSION = '3.0.0.beta.3'
5
+ VERSION = '3.0.0'
6
6
  end
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.beta.3
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: 1.3.1
381
+ version: '0'
382
382
  requirements: []
383
383
  rubygems_version: 3.2.15
384
384
  signing_key: