versionaire 9.2.1 → 9.2.2

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: ee362c5cbe42be9177b1ec4f7f82576bf39b465d030291526051d7cba3f89766
4
- data.tar.gz: 1c8cef6f4967e1abc9b88c5009c017cba13e51037bdb6354d2215a9d6171c746
3
+ metadata.gz: 6fc322d69d30450c7c68857bfe9976a59af4489a5651ddb30972ed4918a6b369
4
+ data.tar.gz: d222908d2a74363b6fbd4d5aac6202b6c51553eff1a175f08d66b03821b44c40
5
5
  SHA512:
6
- metadata.gz: 3bed3af0bd372891d25432aae32d886a56377dc82e564f55bd4dce33bb27df5cad8d226101406a235bb818329d5b0fcb4d104efebe268750b4b6771da0172073
7
- data.tar.gz: 58b4fc773ce456a43854544617f33fe22f2c3a495d69426647130ffd6dd14303f3422e9eaa7e0f3b4c7851b3ab21111619e198c9a0a37f6c3c3ff22fdda9b712
6
+ metadata.gz: 5492ddd489f1f689fec8f6a263e99c28a22b4c824f604735e58910f15ffab439f49b09cb5a47d534ce3d141d14f50b95d196d0c3656633f1b76989a22221c607
7
+ data.tar.gz: ae282cecbd1dc785aa0b6be8f1e8b3807a2dedfbc13d4bca10fea484c9ce3a4cbea3dc97fcc6b6b6c8daa5a5c58938226dc593adf7a341baae59f2697902d803
checksums.yaml.gz.sig CHANGED
Binary file
data/README.adoc CHANGED
@@ -11,8 +11,10 @@ image::https://img.shields.io/badge/code_style-alchemists-brightgreen.svg[Alchem
11
11
  [link=https://circleci.com/gh/bkuhlmann/versionaire]
12
12
  image::https://circleci.com/gh/bkuhlmann/versionaire.svg?style=svg[Circle CI Status]
13
13
 
14
- Provides an immutable, thread-safe, and semantic version type when managing versions within your
15
- applications.
14
+ Ruby doesn't provide a primitive version type by default. Versionaire fills this gap by providing an
15
+ immutable, thread-safe, and link:https://semver.org[Semantic Version] in order to use versions
16
+ within your applications. This new version type behaves and feels a lot like other primitives (i.e.
17
+ `String`, `Array`, `Hash`, etc) and can even be cast/converted from other primitives.
16
18
 
17
19
  toc::[]
18
20
 
@@ -150,7 +152,7 @@ Version version
150
152
  By adding `using Versionaire::Cast` to your implementation, this allows Versionaire to refine
151
153
  `Kernel` so you have a top-level `Version` conversion function much like Kernel's native support for
152
154
  `Integer`, `String`, `Array`, `Hash`, etc. The benefit to this approach is it reduces the amount of
153
- typing, doesn't polute your entire object space like a monkey patch would, and provides a idiomatic
155
+ typing, doesn't pollute your entire object space like a monkey patch would, and provides a idiomatic
154
156
  approach to casting like any other primitive.
155
157
 
156
158
  ==== Implicit
@@ -5,7 +5,7 @@ module Versionaire
5
5
  module Identity
6
6
  NAME = "versionaire"
7
7
  LABEL = "Versionaire"
8
- VERSION = "9.2.1"
9
- VERSION_LABEL = "#{LABEL} #{VERSION}"
8
+ VERSION = "9.2.2"
9
+ VERSION_LABEL = "#{LABEL} #{VERSION}".freeze
10
10
  end
11
11
  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: 9.2.1
4
+ version: 9.2.2
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: 2021-08-07 00:00:00.000000000 Z
31
+ date: 2021-09-06 00:00:00.000000000 Z
32
32
  dependencies:
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: refinements
@@ -88,7 +88,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
88
88
  - !ruby/object:Gem::Version
89
89
  version: '0'
90
90
  requirements: []
91
- rubygems_version: 3.2.25
91
+ rubygems_version: 3.2.27
92
92
  signing_key:
93
93
  specification_version: 4
94
94
  summary: Provides an immutable, thread-safe, and semantic version type.
metadata.gz.sig CHANGED
Binary file