unforgettable 0.2.0 → 0.2.1
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/CHANGELOG.md +5 -1
- data/lib/unforgettable/tasks/release.rb +1 -1
- data/lib/unforgettable/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d8f080b0a2d1e11a9ae529030b203c2b2f0e6d9857db5c4cb114819401cab850
|
|
4
|
+
data.tar.gz: 95decba8ddad05989b32b1f99782171faa21f1963439a37642ba3d87be13aa21
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 046df7c87f25dd94f8966a7e95e3b50a9210c498bed000cb0b65bf5bc0ac0b1bc47e874887a634e002eab78eb5eeaf8c96f5682a980af4fbf88ad362526fdaf3
|
|
7
|
+
data.tar.gz: e588a1f6a3caa742b8d65a0621db12cf3e611a556478e651507c438d5d41d133a911125e2e4c2c5e66c00173f53e2db2110868efe48613294f8656b9e115e526
|
data/CHANGELOG.md
CHANGED
|
@@ -1,10 +1,14 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
All notable changes to this project will be documented in this file.
|
|
3
3
|
|
|
4
|
+
## [0.2.1] - 2021-06-01
|
|
5
|
+
### Fixed
|
|
6
|
+
- Sort order of tasks by name before running.
|
|
7
|
+
|
|
4
8
|
## [0.2.0] - 2021-03-19
|
|
5
9
|
### Fixed
|
|
6
10
|
- Generates unforgettable folder on install to prevent release task error.
|
|
7
11
|
|
|
8
12
|
## [0.1.0] - 2021-03-09
|
|
9
13
|
### Added
|
|
10
|
-
- Initial release.
|
|
14
|
+
- Initial release.
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: unforgettable
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- James Stubblefield
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2021-
|
|
11
|
+
date: 2021-06-01 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activerecord
|