dorian 0.5.6 → 0.5.7
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/LICENSE +1 -1
- data/dorian.gemspec +2 -2
- 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: 7bd7f041b936563200a55891cd24571a2db1cd60c318df8550d71b086325e7fe
|
|
4
|
+
data.tar.gz: 7625d2e46e73ca1cbfc2d6a367551fc7e1f2524a177f8f3c450f4325f380c11d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2dabefd659eb6b81f0aa4f35220601446240f77ae026066b0154ee19d5ede3b861d61457b7f1630cb357108d74c14990f7f288a2f1dfa6902e9756b95e84cef2
|
|
7
|
+
data.tar.gz: 6a08416b56310912a12d05e7409b6c5b6db54b7a00c097fe995f417426f38aa9bdf175aafd02601e922e90fdf183b04d0ba1a375c36e7345f106e0c6ce50a2f8
|
data/LICENSE
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
Copyright 2021 Dorian Marié <dorian@dorianmarie.
|
|
1
|
+
Copyright 2021 Dorian Marié <dorian@dorianmarie.com>
|
|
2
2
|
|
|
3
3
|
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
|
4
4
|
|
data/dorian.gemspec
CHANGED
|
@@ -2,12 +2,12 @@
|
|
|
2
2
|
|
|
3
3
|
Gem::Specification.new do |s|
|
|
4
4
|
s.name = "dorian"
|
|
5
|
-
s.version = "0.5.
|
|
5
|
+
s.version = "0.5.7"
|
|
6
6
|
s.summary = "A collection of gems"
|
|
7
7
|
s.description =
|
|
8
8
|
"A collection of gem by Dorian Marié: all, dot, each, git-tree, replace, shuffle, sort-json, sort-yaml, times, yaml-compare, yaml-read-write"
|
|
9
9
|
s.authors = ["Dorian Marié"]
|
|
10
|
-
s.email = "dorian@dorianmarie.
|
|
10
|
+
s.email = "dorian@dorianmarie.com"
|
|
11
11
|
s.homepage = "https://github.com/dorianmariecom/dorian"
|
|
12
12
|
s.license = "MIT"
|
|
13
13
|
s.files = %w[LICENSE README.md dorian.gemspec]
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: dorian
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.5.
|
|
4
|
+
version: 0.5.7
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Dorian Marié
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2024-03-
|
|
11
|
+
date: 2024-03-09 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: dorian-anonymize-yaml
|
|
@@ -250,7 +250,7 @@ dependencies:
|
|
|
250
250
|
version: '0'
|
|
251
251
|
description: 'A collection of gem by Dorian Marié: all, dot, each, git-tree, replace,
|
|
252
252
|
shuffle, sort-json, sort-yaml, times, yaml-compare, yaml-read-write'
|
|
253
|
-
email: dorian@dorianmarie.
|
|
253
|
+
email: dorian@dorianmarie.com
|
|
254
254
|
executables: []
|
|
255
255
|
extensions: []
|
|
256
256
|
extra_rdoc_files: []
|