rspec-pipeline 0.3.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.
Files changed (2) hide show
  1. checksums.yaml +7 -0
  2. metadata +60 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: bc677d641ffd22910b91a9bc8cbd6fb9363dc5c6853bb1d19f52ce364cac7e29
4
+ data.tar.gz: 6a147013c2b8bcb33579c6be96eaf04b44a6773a6b3e3f45206f1bf4f43687a3
5
+ SHA512:
6
+ metadata.gz: e4f0ce862b51570031a805f4c984c0cea9a22407ffa5d7cb6b9a58edea59156124df8f3aa2e7efb58ddc0ec7e9a3974814ff71f350dc818b4b9fa275fd06b998
7
+ data.tar.gz: 10324f733b6a8e745948702eff07cfbe19ec8bdfa6a5866c4a78f9f360d5874ce9fe95ec0b3c3be5294e4560eeb36084980a2341a0bb9d3794118daef89435ca
metadata ADDED
@@ -0,0 +1,60 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: rspec-pipeline
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.3.0
5
+ platform: ruby
6
+ authors:
7
+ - Thiago Marinho
8
+ autorequire:
9
+ bindir: exe
10
+ cert_chain: []
11
+ date: 2021-10-31 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: byebug
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - ">="
18
+ - !ruby/object:Gem::Version
19
+ version: '0'
20
+ type: :runtime
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - ">="
25
+ - !ruby/object:Gem::Version
26
+ version: '0'
27
+ description:
28
+ email:
29
+ - eu@thiagomarinho.net
30
+ executables: []
31
+ extensions: []
32
+ extra_rdoc_files: []
33
+ files: []
34
+ homepage: https://github.com/thiagomarinho/rspec-pipeline
35
+ licenses:
36
+ - MIT
37
+ metadata:
38
+ homepage_uri: https://github.com/thiagomarinho/rspec-pipeline
39
+ source_code_uri: https://github.com/thiagomarinho/rspec-pipeline
40
+ changelog_uri: https://github.com/thiagomarinho/rspec-pipeline/CHANGELOG.md
41
+ post_install_message:
42
+ rdoc_options: []
43
+ require_paths:
44
+ - lib
45
+ required_ruby_version: !ruby/object:Gem::Requirement
46
+ requirements:
47
+ - - ">="
48
+ - !ruby/object:Gem::Version
49
+ version: 2.6.0
50
+ required_rubygems_version: !ruby/object:Gem::Requirement
51
+ requirements:
52
+ - - ">="
53
+ - !ruby/object:Gem::Version
54
+ version: '0'
55
+ requirements: []
56
+ rubygems_version: 3.2.29
57
+ signing_key:
58
+ specification_version: 4
59
+ summary: RSpec-Pipeline helps you to write and test your pipeline manifests
60
+ test_files: []