versionize 1.0.1 → 1.0.2
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 +5 -5
- data/COPYING +10 -0
- data/README.md +2 -2
- data/coil.txt +30 -0
- data/{LICENSE → dpl.txt} +0 -0
- data/lib/versionize.rb +1 -1
- metadata +10 -10
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: 386045a688c0920e3e43b3b2c52787910d6cf7d6a48a816b8aa5b110c1b5ae42
|
4
|
+
data.tar.gz: 58be67cd9abbe62c66ec549b3de7bc3e5d9ffe46d0923d581b218764a4e28a44
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: be0b6d51d4e4df7a0154b17d50083e16c609501ff76005423243e03d56d60ae46747c829add87da0fe3c9fd72ba2407765473da638dfa6bc900df4e2f8db46ad
|
7
|
+
data.tar.gz: 5dd36a4329a3c8a0630943f3ab2d54ae9d0e128d93c7005574f2aaac029fbf1365cb0bc0dd53fbecf4fb3e2234f635d312254a5612778b05b9d542c278234ccf
|
data/COPYING
ADDED
@@ -0,0 +1,10 @@
|
|
1
|
+
Versionize is distributed under the terms of the Copyfree Open Innovation
|
2
|
+
License (COIL) or the Detachable Public License (DPL), at the recipient's
|
3
|
+
discretion. The COIL and DPL are copyfree licenses.
|
4
|
+
|
5
|
+
See http://copyfree.org for more information about copyfree licensing in
|
6
|
+
general, and about the COIL and DPL in particular.
|
7
|
+
|
8
|
+
See http://fossrec.com/u/apotheon/versionize for information about Versionize.
|
9
|
+
|
10
|
+
See coil.txt for the text of the COIL and dpl.txt for the text of the DPL.
|
data/README.md
CHANGED
@@ -48,5 +48,5 @@ That's about all there is to it.
|
|
48
48
|
## credits
|
49
49
|
|
50
50
|
This program was written by Chad Perrin, Copyright 2012. It may (conveniently)
|
51
|
-
be redistributed under the terms of the
|
52
|
-
details, see
|
51
|
+
be redistributed under the terms of the Copyfree Open Innovation License or
|
52
|
+
Detachable Public License at your discretion. For details, see COPYING.
|
data/coil.txt
ADDED
@@ -0,0 +1,30 @@
|
|
1
|
+
# Copyfree Open Innovation License
|
2
|
+
|
3
|
+
This is version 0.6 of the Copyfree Open Innovation License.
|
4
|
+
|
5
|
+
## Terms and Conditions
|
6
|
+
|
7
|
+
Redistributions, modified or unmodified, in whole or in part, must retain
|
8
|
+
applicable notices of copyright or other legal privilege, these conditions, and
|
9
|
+
the following license terms and disclaimer. Subject to these conditions, each
|
10
|
+
holder of copyright or other legal privileges, author or assembler, and
|
11
|
+
contributor of this work, henceforth "licensor", hereby grants to any person
|
12
|
+
who obtains a copy of this work in any form:
|
13
|
+
|
14
|
+
1. Permission to reproduce, modify, distribute, publish, sell, sublicense, use,
|
15
|
+
and/or otherwise deal in the licensed material without restriction.
|
16
|
+
|
17
|
+
2. A perpetual, worldwide, non-exclusive, royalty-free, gratis, irrevocable
|
18
|
+
patent license to make, have made, provide, transfer, import, use, and/or
|
19
|
+
otherwise deal in the licensed material without restriction, for any and all
|
20
|
+
patents held by such licensor and necessarily infringed by the form of the work
|
21
|
+
upon distribution of that licensor's contribution to the work under the terms
|
22
|
+
of this license.
|
23
|
+
|
24
|
+
NO WARRANTY OF ANY KIND IS IMPLIED BY, OR SHOULD BE INFERRED FROM, THIS LICENSE
|
25
|
+
OR THE ACT OF DISTRIBUTION UNDER THE TERMS OF THIS LICENSE, INCLUDING BUT NOT
|
26
|
+
LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE,
|
27
|
+
AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS, ASSEMBLERS, OR HOLDERS OF
|
28
|
+
COPYRIGHT OR OTHER LEGAL PRIVILEGE BE LIABLE FOR ANY CLAIM, DAMAGES, OR OTHER
|
29
|
+
LIABILITY, WHETHER IN ACTION OF CONTRACT, TORT, OR OTHERWISE ARISING FROM, OUT
|
30
|
+
OF, OR IN CONNECTION WITH THE WORK OR THE USE OF OR OTHER DEALINGS IN THE WORK.
|
data/{LICENSE → dpl.txt}
RENAMED
File without changes
|
data/lib/versionize.rb
CHANGED
metadata
CHANGED
@@ -1,31 +1,32 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: versionize
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Chad Perrin
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2021-08-05 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
|
-
description:
|
14
|
-
Versionize exists to provide simple version management and reporting.
|
13
|
+
description: " Versionize exists to provide simple version management and reporting.\n"
|
15
14
|
email: code@apotheon.net
|
16
15
|
executables: []
|
17
16
|
extensions: []
|
18
17
|
extra_rdoc_files: []
|
19
18
|
files:
|
20
|
-
-
|
19
|
+
- COPYING
|
21
20
|
- README.md
|
21
|
+
- coil.txt
|
22
|
+
- dpl.txt
|
22
23
|
- lib/versionize.rb
|
23
24
|
homepage: http://fossrec.com/u/apotheon/versionize
|
24
25
|
licenses:
|
26
|
+
- COIL
|
25
27
|
- DPL
|
26
28
|
metadata: {}
|
27
|
-
post_install_message:
|
28
|
-
Thank you for using Versionize. See the rdoc for details.
|
29
|
+
post_install_message: " Thank you for using Versionize. See the rdoc for details.\n"
|
29
30
|
rdoc_options: []
|
30
31
|
require_paths:
|
31
32
|
- lib
|
@@ -40,9 +41,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
40
41
|
- !ruby/object:Gem::Version
|
41
42
|
version: '0'
|
42
43
|
requirements: []
|
43
|
-
|
44
|
-
rubygems_version: 2.4.6
|
44
|
+
rubygems_version: 3.1.4
|
45
45
|
signing_key:
|
46
46
|
specification_version: 4
|
47
|
-
summary: Versionize - simple
|
47
|
+
summary: Versionize - the face of simple versioning
|
48
48
|
test_files: []
|