ruby_ci 0.2.22 → 0.2.23
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/ruby_ci/version.rb +1 -1
- data/ruby_ci.gemspec +2 -2
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 282e4d81a5965b03913c663a477646cb22c1791fa4538ecf3bd7ab7987f88954
|
4
|
+
data.tar.gz: f4919403fd00063b96c727f5ca0cbf5d3733495c589eed1faf32b65cb3bcf589
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 206a9cf778e5ed30a9f348ca52bee8658fcddd27266238a5528543be29e562cdc3358ecb7c8b09caa9ce23ab93899cd4f185f32fce0a428409dcd3595e52e917
|
7
|
+
data.tar.gz: b3466a8f1520b05a85eb13d66326b97896e70e86bb661388ddb18aec4f02a6167c4338ec6522024e743c1914a852ce87020453037426c1f1b14403f363cbf03e
|
data/lib/ruby_ci/version.rb
CHANGED
data/ruby_ci.gemspec
CHANGED
@@ -5,8 +5,8 @@ require_relative "lib/ruby_ci/version"
|
|
5
5
|
Gem::Specification.new do |spec|
|
6
6
|
spec.name = "ruby_ci"
|
7
7
|
spec.version = RubyCI::VERSION
|
8
|
-
spec.authors = ["
|
9
|
-
spec.email = ["
|
8
|
+
spec.authors = ["Nesha Zoric"]
|
9
|
+
spec.email = ["no-reply@ruby.ci"]
|
10
10
|
|
11
11
|
spec.summary = "Ruby wrapper for creating RubyCI integrations"
|
12
12
|
spec.description = "Ruby wrapper for creating RubyCI integrations"
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ruby_ci
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.23
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
|
-
-
|
7
|
+
- Nesha Zoric
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-
|
11
|
+
date: 2024-09-04 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: console
|
@@ -96,7 +96,7 @@ dependencies:
|
|
96
96
|
version: '0'
|
97
97
|
description: Ruby wrapper for creating RubyCI integrations
|
98
98
|
email:
|
99
|
-
-
|
99
|
+
- no-reply@ruby.ci
|
100
100
|
executables:
|
101
101
|
- rubyci_rubycritic
|
102
102
|
- rubyci_brakeman
|