versionaire 11.0.2 → 11.0.3

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: 70f10fd00ed5bafd1cc46089c3845f9f57b3dffb2f8bc2ff22a51c75409272da
4
- data.tar.gz: 6ce3ba868de81bd8ee487ea55884d54204e6203fb45140cf8bfb3737a19b9c7d
3
+ metadata.gz: bf1ea14fadf575fe8801412f0e6a8d368a9276b9e7f332eecbdc29db751d1641
4
+ data.tar.gz: d053ebdda799062c1d42126596889bd4e2ebbc1b3cc19a9cce482aa317325652
5
5
  SHA512:
6
- metadata.gz: 0775c86fe50b73b8fbfa94610ca4a6471c13ac3e782a75b4c3bc305f06ccae9ca4b6bc992084de3f4ceef03e4be6f3be97b1c94656d58e41ff9901618036e027
7
- data.tar.gz: 1acf3cca4c59e32b01ecff106d1dd598836fb79316b9c142cc12b45ec5e85f7539e2d9c380ad407f6784138636dc2c1421870a932800f2b4d202993e1e27827f
6
+ metadata.gz: 8fd920388336f3c169802bc631ca280b732ffffd8d4505e7f7234c2cd83ada3385e236a2023738af42770aefc440c476f42256a9ee8263b58a60dba80ad51a15
7
+ data.tar.gz: d7755f5caaac9bce0024ec48661b7a3b3ac686c9bc6019a535c878235f69303900cfd08bb2e7788564908490aa8749ac0b30b3d8fdafcd362c813e2559221e08
checksums.yaml.gz.sig CHANGED
Binary file
data/README.adoc CHANGED
@@ -29,18 +29,34 @@ image::https://alchemists.io/images/screencasts/versionaire/cover.svg[Screencast
29
29
 
30
30
  == Setup
31
31
 
32
- To install, run:
32
+ To install _with_ security, run:
33
+
34
+ [source,bash]
35
+ ----
36
+ # 💡 Skip this line if you already have the public certificate installed.
37
+ gem cert --add <(curl --compressed --location https://alchemists.io/gems.pem)
38
+ gem install versionaire --trust-policy HighSecurity
39
+ ----
40
+
41
+ To install _without_ security, run:
33
42
 
34
43
  [source,bash]
35
44
  ----
36
45
  gem install versionaire
37
46
  ----
38
47
 
39
- Add the following to your Gemfile:
48
+ You can also add the gem directly to your project:
49
+
50
+ [source,bash]
51
+ ----
52
+ bundle add versionaire
53
+ ----
54
+
55
+ Once the gem is installed, you only need to require it:
40
56
 
41
57
  [source,ruby]
42
58
  ----
43
- gem "versionaire"
59
+ require "versionaire"
44
60
  ----
45
61
 
46
62
  == Usage
data/versionaire.gemspec CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |spec|
4
4
  spec.name = "versionaire"
5
- spec.version = "11.0.2"
5
+ spec.version = "11.0.3"
6
6
  spec.authors = ["Brooke Kuhlmann"]
7
7
  spec.email = ["brooke@alchemists.io"]
8
8
  spec.homepage = "https://alchemists.io/projects/versionaire"
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: 11.0.2
4
+ version: 11.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brooke Kuhlmann
@@ -35,7 +35,7 @@ cert_chain:
35
35
  3n5C8/6Zh9DYTkpcwPSuIfAga6wf4nXc9m6JAw8AuMLaiWN/r/2s4zJsUHYERJEu
36
36
  gZGm4JqtuSg8pYjPeIJxS960owq+SfuC+jxqmRA54BisFCv/0VOJi7tiJVY=
37
37
  -----END CERTIFICATE-----
38
- date: 2023-03-22 00:00:00.000000000 Z
38
+ date: 2023-04-30 00:00:00.000000000 Z
39
39
  dependencies:
40
40
  - !ruby/object:Gem::Dependency
41
41
  name: refinements
@@ -95,7 +95,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
95
95
  - !ruby/object:Gem::Version
96
96
  version: '0'
97
97
  requirements: []
98
- rubygems_version: 3.4.9
98
+ rubygems_version: 3.4.12
99
99
  signing_key:
100
100
  specification_version: 4
101
101
  summary: Provides an immutable, thread-safe, and semantic version type.
metadata.gz.sig CHANGED
Binary file