rake_circle_ci 0.10.0.pre.3 → 0.10.0.pre.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +2 -2
- data/LICENSE.txt +1 -1
- data/lib/rake_circle_ci/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: fa307a2276542c67d73d861a659df253f36618d6c27e5d25be7a3b9b06df3819
|
4
|
+
data.tar.gz: c2f62ff03caf6a244b7648272bfaacaf041bb216fd8baec44418f9453f7caa5c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3d8cbed1081ee0b81499fa3d75acdcc5266c24662cb3df1db80abc3fb6d23f883787eb4acf2acc4b8597e101f59b5e334fd614cfe00c644b9bb36a37bbed5da5
|
7
|
+
data.tar.gz: 2f0ad52a3047c16e5d80c4d256de0b6b8fe9d769295d449f5722fd48d855917a7d28ec36d0cfd7398314cb1fef7bb96336406e6ae71423d8495d6904151c09ab
|
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
rake_circle_ci (0.10.0.pre.
|
4
|
+
rake_circle_ci (0.10.0.pre.4)
|
5
5
|
colored2 (~> 3.1)
|
6
6
|
excon (~> 0.72)
|
7
7
|
rake_factory (~> 0.23)
|
@@ -21,7 +21,7 @@ GEM
|
|
21
21
|
concurrent-ruby (1.1.9)
|
22
22
|
diff-lcs (1.5.0)
|
23
23
|
docile (1.4.0)
|
24
|
-
excon (0.
|
24
|
+
excon (0.92.0)
|
25
25
|
faraday (1.10.0)
|
26
26
|
faraday-em_http (~> 1.0)
|
27
27
|
faraday-em_synchrony (~> 1.0)
|
data/LICENSE.txt
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
The MIT License (MIT)
|
2
2
|
|
3
|
-
Copyright (c)
|
3
|
+
Copyright (c) 2022 InfraBlocks Maintainers
|
4
4
|
|
5
5
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
6
6
|
of this software and associated documentation files (the "Software"), to deal
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rake_circle_ci
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.10.0.pre.
|
4
|
+
version: 0.10.0.pre.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- InfraBlocks Maintainers
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-03-
|
11
|
+
date: 2022-03-21 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rake_factory
|