chelsea 0.0.32 → 0.0.33

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 686aae79e6cbf3cb19456560e436cec101b62210208e1e4a01ce4509a90479b0
4
- data.tar.gz: b3d117b306d99ec83b68c2f2e00fc013c52720c2fe33081e76f63ec7ee68dac1
3
+ metadata.gz: e55c549e9821f6a1f72a2dd5104a3d94c9d6acf2e0ba811161dfa6130cd6ac68
4
+ data.tar.gz: 23c18257b6393cc3071879aed9ca9469ecc19a616622ba0aa24a48e575319364
5
5
  SHA512:
6
- metadata.gz: 07b48c2b6bd66a5f30d99253303f37d3909e41f7965b2cc5ad4636bb32ffa03a3452b31ccf9752da69e880a46670e8b041e29cdf312789bd3936966985c7d83d
7
- data.tar.gz: 5220d6dd1071f238a1a8be091083db8a32fb535f5039a1a49dfef4bd73cadbd2fec5d0539a57e4e3eb04c6ad25307a98caa04a2488b28e5e99faf05342b7b495
6
+ metadata.gz: 2fc7059979d959e6bb92d87623f6d1c263e5b3ff6d754785de69078d3d13e15436e8298600b788b7df7cf130795021f6e9a1007c6c1f155d18ed1d3bc009ec3f
7
+ data.tar.gz: 92dce470a6ac4affb76140428d8ae1d03f0ab730055b8e7a69bd6a679c8ad5aba9c9b164d8489242d59c934a3cad2cc65cdedda83de22e94f642914fc1508992
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- chelsea (0.0.28)
4
+ chelsea (0.0.32)
5
5
  bundler (>= 1.2.0, < 3)
6
6
  ox (~> 2.13.2)
7
7
  pastel (~> 0.7.2)
@@ -14,7 +14,7 @@ PATH
14
14
  GEM
15
15
  remote: https://rubygems.org/
16
16
  specs:
17
- addressable (2.7.0)
17
+ addressable (2.8.0)
18
18
  public_suffix (>= 2.0.2, < 5.0)
19
19
  ast (2.4.2)
20
20
  byebug (11.1.2)
@@ -25,7 +25,7 @@ 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.3)
28
+ http-cookie (1.0.4)
29
29
  domain_name (~> 0.5)
30
30
  mime-types (3.3.1)
31
31
  mime-types-data (~> 3.2015)
@@ -39,7 +39,7 @@ GEM
39
39
  pastel (0.7.4)
40
40
  equatable (~> 0.6)
41
41
  tty-color (~> 0.5)
42
- public_suffix (4.0.3)
42
+ public_suffix (4.0.6)
43
43
  rainbow (3.0.0)
44
44
  rake (12.3.3)
45
45
  regexp_parser (2.1.1)
@@ -117,4 +117,4 @@ DEPENDENCIES
117
117
  webmock (~> 3.8.3)
118
118
 
119
119
  BUNDLED WITH
120
- 2.1.4
120
+ 2.2.22
data/README.md CHANGED
@@ -17,12 +17,12 @@
17
17
  -->
18
18
 
19
19
  <p align="center">
20
- <img src="https://github.com/sonatype-nexus-community/chelsea/blob/main/docs/images/chelsea.png" width="350"/>
20
+ <img src="https://github.com/sonatype-nexus-community/chelsea/blob/main/docs/images/chelsea.png" width="350" alt="chelsea-icon"/>
21
21
  </p>
22
22
  <p align="center">
23
- <a href="https://rubygems.org/gems/chelsea"><img src="https://img.shields.io/gem/v/chelsea" /></a>
24
- <a href="https://gitter.im/sonatype-nexus-community/chelsea?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge"><img src="https://badges.gitter.im/sonatype-nexus-community/chelsea.svg" /></a>
25
- <a href="https://circleci.com/gh/sonatype-nexus-community/chelsea"><img src="https://circleci.com/gh/sonatype-nexus-community/chelsea.svg?style=shield" /></a>
23
+ <a href="https://rubygems.org/gems/chelsea"><img src="https://img.shields.io/gem/v/chelsea" alt="chelsea-gem"/></a>
24
+ <a href="https://gitter.im/sonatype-nexus-community/chelsea?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge"><img src="https://badges.gitter.im/sonatype-nexus-community/chelsea.svg" alt="chelsea-gitter"/></a>
25
+ <a href="https://circleci.com/gh/sonatype-nexus-community/chelsea"><img src="https://circleci.com/gh/sonatype-nexus-community/chelsea.svg?style=shield" alt="chelsea-ci"/></a>
26
26
  </p>
27
27
 
28
28
  # Chelsea
@@ -140,7 +140,7 @@ We suggest using [rbenv](https://github.com/rbenv/rbenv) to setup a reliable rub
140
140
  Follow the [installation steps](https://github.com/rbenv/rbenv#installation).
141
141
  For macos (10.15.7), there was a problem with step 2, with: `$ rbenv init`. The command
142
142
  printed suggested editing `~/.bashrc`; however, this did not work in our case (even after an OS reboot),
143
- and we had to instead edit `~/bash_profile`. To sanity check your installation, you should see the
143
+ and we had to instead edit `~/.bash_profile`. To sanity check your installation, you should see the
144
144
  `.rbenv` directory early in your PATH, e.g.:
145
145
  ```
146
146
  $ echo $PATH
@@ -161,6 +161,19 @@ Install dependencies:
161
161
  ```
162
162
  bundle install
163
163
  ```
164
+ * Misc weirdness:
165
+ I was running into errors like the one below:
166
+ ```shell
167
+ $ bundle install
168
+ Fetching gem metadata from https://rubygems.org/.........
169
+ chelsea-0.0.32 requires ruby version >= 2.6.6, which is incompatible with the current version, ruby 2.6.3p62
170
+ ```
171
+ This was solved by following the steps described [here](https://stackoverflow.com/questions/42306116/ruby-version-x-is-incompatible-with-current-version).
172
+ ```shell
173
+ gem install bundler
174
+ eval "$(rbenv init -)"
175
+ bundle install
176
+ ```
164
177
 
165
178
  Run tests:
166
179
  ```
@@ -17,5 +17,5 @@
17
17
  #
18
18
 
19
19
  module Chelsea
20
- VERSION = '0.0.32'
20
+ VERSION = '0.0.33'
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.32
4
+ version: 0.0.33
5
5
  platform: ruby
6
6
  authors:
7
7
  - Allister Beharry
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-04-14 00:00:00.000000000 Z
11
+ date: 2021-07-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler