chelsea 0.0.39 → 0.0.41
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 +4 -4
- data/.circleci/circleci-readme.md +2 -2
- data/Gemfile.lock +5 -5
- data/lib/chelsea/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: 1542eef9992430271690c56307e79e6084d7805cea892fa6154a6d1fac6dad5f
|
4
|
+
data.tar.gz: 1af84d7a990025a8b77cc74642057a4170639f98b1c3c36f0034e24a2b3185b5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c1a5b3aeb7bfc05b575508f6bb1ada305f15895cb9ce49a30f12e604bb55f762c38867901894f5a817a453255cfcf0d38ecb4c4b2ea7a3c19194b664698d2a08
|
7
|
+
data.tar.gz: d9a993ee83a17fe099ba5580c86a439c48018a15cfd720034004633701640a472b680d0ee75bfcf870947892b2579035a34ff52db285203797723d09c5a3372e
|
@@ -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
|
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
|
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.
|
4
|
+
chelsea (0.0.40)
|
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.
|
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.
|
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.
|
51
|
-
strscan
|
50
|
+
rexml (3.3.4)
|
51
|
+
strscan
|
52
52
|
rspec (3.9.0)
|
53
53
|
rspec-core (~> 3.9.0)
|
54
54
|
rspec-expectations (~> 3.9.0)
|
data/lib/chelsea/version.rb
CHANGED
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.
|
4
|
+
version: 0.0.41
|
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-
|
11
|
+
date: 2024-08-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|