versionaire 10.1.0 → 10.2.0
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
- checksums.yaml.gz.sig +0 -0
- data/README.adoc +0 -7
- data/versionaire.gemspec +2 -4
- data.tar.gz.sig +0 -0
- metadata +5 -5
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ee3a32cb0dda2bb4f4790a7812b8aec99042f2805160f02ade2a776b9fe59d58
|
|
4
|
+
data.tar.gz: 51ca16601cc8ff85afa4c0b1b053e6db1f520c52f1eb183ea49b560bbde2e12b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: cf702fa3a08847cc2de44ff45d3f01bd5f7ef147a599501ed33158e4fc9163cc357c1f0b12c8e3d706b5d031fb342626734b1b143480f37e85478efb938eda5d
|
|
7
|
+
data.tar.gz: b5bb327158288081151db42186b09adcba36acde8b2185b7f65916eccfcec80900d172925300797774e394f31e8f007a48ce396b1df426788bb39c3389d2a0d1
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
data/README.adoc
CHANGED
|
@@ -4,13 +4,6 @@
|
|
|
4
4
|
|
|
5
5
|
= Versionaire
|
|
6
6
|
|
|
7
|
-
[link=http://badge.fury.io/rb/versionaire]
|
|
8
|
-
image::https://badge.fury.io/rb/versionaire.svg[Gem Version]
|
|
9
|
-
[link=https://www.alchemists.io/projects/code_quality]
|
|
10
|
-
image::https://img.shields.io/badge/code_style-alchemists-brightgreen.svg[Alchemists Style Guide]
|
|
11
|
-
[link=https://circleci.com/gh/bkuhlmann/versionaire]
|
|
12
|
-
image::https://circleci.com/gh/bkuhlmann/versionaire.svg?style=svg[Circle CI Status]
|
|
13
|
-
|
|
14
7
|
Ruby doesn't provide a primitive version type by default. Versionaire fills this gap by providing an
|
|
15
8
|
immutable, thread-safe, and link:https://semver.org[Semantic Version] in order to use versions
|
|
16
9
|
within your applications. This new version type behaves and feels a lot like other primitives (i.e.
|
data/versionaire.gemspec
CHANGED
|
@@ -2,8 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Gem::Specification.new do |spec|
|
|
4
4
|
spec.name = "versionaire"
|
|
5
|
-
spec.version = "10.
|
|
6
|
-
spec.platform = Gem::Platform::RUBY
|
|
5
|
+
spec.version = "10.2.0"
|
|
7
6
|
spec.authors = ["Brooke Kuhlmann"]
|
|
8
7
|
spec.email = ["brooke@alchemists.io"]
|
|
9
8
|
spec.homepage = "https://www.alchemists.io/projects/versionaire"
|
|
@@ -23,9 +22,8 @@ Gem::Specification.new do |spec|
|
|
|
23
22
|
spec.cert_chain = [Gem.default_cert_path]
|
|
24
23
|
|
|
25
24
|
spec.required_ruby_version = "~> 3.1"
|
|
26
|
-
spec.add_dependency "refinements", "~> 9.
|
|
25
|
+
spec.add_dependency "refinements", "~> 9.2"
|
|
27
26
|
|
|
28
27
|
spec.files = Dir["*.gemspec", "lib/**/*"]
|
|
29
28
|
spec.extra_rdoc_files = Dir["README*", "LICENSE*"]
|
|
30
|
-
spec.require_paths = ["lib"]
|
|
31
29
|
end
|
data.tar.gz.sig
CHANGED
|
Binary file
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: versionaire
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 10.
|
|
4
|
+
version: 10.2.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Brooke Kuhlmann
|
|
@@ -28,7 +28,7 @@ cert_chain:
|
|
|
28
28
|
lkHilIrX69jq8wMPpBhlaw2mRmeSL50Wv5u6xVBvOHhXFSP1crXM95vfLhLyRYod
|
|
29
29
|
W2A=
|
|
30
30
|
-----END CERTIFICATE-----
|
|
31
|
-
date: 2022-
|
|
31
|
+
date: 2022-02-12 00:00:00.000000000 Z
|
|
32
32
|
dependencies:
|
|
33
33
|
- !ruby/object:Gem::Dependency
|
|
34
34
|
name: refinements
|
|
@@ -36,14 +36,14 @@ dependencies:
|
|
|
36
36
|
requirements:
|
|
37
37
|
- - "~>"
|
|
38
38
|
- !ruby/object:Gem::Version
|
|
39
|
-
version: '9.
|
|
39
|
+
version: '9.2'
|
|
40
40
|
type: :runtime
|
|
41
41
|
prerelease: false
|
|
42
42
|
version_requirements: !ruby/object:Gem::Requirement
|
|
43
43
|
requirements:
|
|
44
44
|
- - "~>"
|
|
45
45
|
- !ruby/object:Gem::Version
|
|
46
|
-
version: '9.
|
|
46
|
+
version: '9.2'
|
|
47
47
|
description:
|
|
48
48
|
email:
|
|
49
49
|
- brooke@alchemists.io
|
|
@@ -87,7 +87,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
87
87
|
- !ruby/object:Gem::Version
|
|
88
88
|
version: '0'
|
|
89
89
|
requirements: []
|
|
90
|
-
rubygems_version: 3.3.
|
|
90
|
+
rubygems_version: 3.3.7
|
|
91
91
|
signing_key:
|
|
92
92
|
specification_version: 4
|
|
93
93
|
summary: Provides an immutable, thread-safe, and semantic version type.
|
metadata.gz.sig
CHANGED
|
Binary file
|