chelsea 0.0.39 → 0.0.40

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 502a5a97a7c61eea18f610c891465f45bd27d793f7c40cf1359435227170a6df
4
- data.tar.gz: 42858f50241421846d951c73fb69e7adeb95c96a12d7ecce77422df95d513bd6
3
+ metadata.gz: 93909270a4794d37b3ed3e6b69231dc9669fb93d5420fb4706861f61d0ce2b72
4
+ data.tar.gz: cdabcda4ae6bc24258fedadb1a87afb420b6569c2fafdd7bde7ca1ada1e26b9e
5
5
  SHA512:
6
- metadata.gz: 6866212c50d59eb197c3a76f9b8ec8ac01735cd18d00e3760d7f8fa8668d4d368fdcc36f95d77ddf0cd6bf018b0c6ea6ad845669ba29b5db6099aca5a20cdbd7
7
- data.tar.gz: f1eb28b4d08d4b7c2840695bf823e442ac16d0ac7139a74d7e6360b5078b8424ffc07e4f910a26939b9319fd0af29e275229e5f714b2f67230d0a4f32629f4b3
6
+ metadata.gz: 9cb5d6e739fb472e3e2658da74daf562d52d8e12b4d519339259832d4c6ce7ccfc85a96c1f23e741011d59f1d5f8dd2802d98e16a849502457c36dbd837d6318
7
+ data.tar.gz: f12500e7544dc0cc7978292d7728da0447ffadebfe689744fdb88d15db9322d8237d071612132be45ad60ba064a5e74ee8bd908de7ffb918f62f68bc05a147f8
@@ -11,11 +11,11 @@ The local build runs in a docker container.
11
11
 
12
12
  * Run a local build with the following command:
13
13
 
14
- circleci local execute -c .circleci/local-config.yml --job 'build'
14
+ circleci local execute -c .circleci/local-config.yml 'build'
15
15
 
16
16
  Typically both commands are run together:
17
17
 
18
- circleci config process .circleci/config.yml > .circleci/local-config.yml && circleci local execute -c .circleci/local-config.yml --job 'build'
18
+ circleci config process .circleci/config.yml > .circleci/local-config.yml && circleci local execute -c .circleci/local-config.yml 'build'
19
19
 
20
20
  With the above command, operations that cannot occur during a local build will show an error like this:
21
21
 
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- chelsea (0.0.38)
4
+ chelsea (0.0.39)
5
5
  bundler (>= 1.2.0, < 3)
6
6
  ox (~> 2.13.2)
7
7
  pastel (~> 0.7.2)
@@ -25,11 +25,11 @@ GEM
25
25
  unf (>= 0.0.5, < 1.0.0)
26
26
  equatable (0.7.0)
27
27
  hashdiff (1.0.1)
28
- http-cookie (1.0.5)
28
+ http-cookie (1.0.6)
29
29
  domain_name (~> 0.5)
30
30
  mime-types (3.5.2)
31
31
  mime-types-data (~> 3.2015)
32
- mime-types-data (3.2024.0507)
32
+ mime-types-data (3.2024.0702)
33
33
  necromancer (0.7.0)
34
34
  netrc (0.11.0)
35
35
  ox (2.13.4)
@@ -47,8 +47,8 @@ GEM
47
47
  http-cookie (>= 1.0.2, < 2.0)
48
48
  mime-types (>= 1.16, < 4.0)
49
49
  netrc (~> 0.8)
50
- rexml (3.2.8)
51
- strscan (>= 3.0.9)
50
+ rexml (3.3.2)
51
+ strscan
52
52
  rspec (3.9.0)
53
53
  rspec-core (~> 3.9.0)
54
54
  rspec-expectations (~> 3.9.0)
@@ -17,5 +17,5 @@
17
17
  #
18
18
 
19
19
  module Chelsea
20
- VERSION = '0.0.39'
20
+ VERSION = '0.0.40'
21
21
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: chelsea
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.39
4
+ version: 0.0.40
5
5
  platform: ruby
6
6
  authors:
7
7
  - Allister Beharry
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-05-20 00:00:00.000000000 Z
11
+ date: 2024-07-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler