gitlab-crystalball 1.1.0 → 1.1.1
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/README.md +1 -2
- data/lib/crystalball/version.rb +1 -1
- metadata +6 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: '09338c254c5dab6b9c1e9dc9547a923779b7dbc959690ab180d723d7668c1ec0'
|
4
|
+
data.tar.gz: 153ced689ef2d086dd23918ef153ad9bde0ea75306fd1053d17c7ff09a076211
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: '071864d290306263dd6c18cfba33bc2b6efa56087c274437ea45cbb9bd6480a1e29de371654c38aa59224362f5990a7546ae0876f3cde2bc3f58545e0021507e'
|
7
|
+
data.tar.gz: 04e37581bc6decd802d879e703220bd4fbd619e7520a2851b8eb8ba1146a2e33eafa5edbf9261f8b6d632adfef458ded83d6b255d9582c964e1bb2cc017c7a2c
|
data/README.md
CHANGED
@@ -12,7 +12,7 @@ Add this line to your application's Gemfile:
|
|
12
12
|
|
13
13
|
```ruby
|
14
14
|
group :test do
|
15
|
-
gem 'crystalball'
|
15
|
+
gem 'gitlab-crystalball'
|
16
16
|
end
|
17
17
|
```
|
18
18
|
|
@@ -48,7 +48,6 @@ In order to release new version, manual pipeline should be triggered via Gitlab
|
|
48
48
|
|
49
49
|
## Contributing
|
50
50
|
|
51
|
-
Bug reports and pull requests are welcome on GitHub at <https://github.com/toptal/crystalball>.
|
52
51
|
This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
|
53
52
|
|
54
53
|
## License
|
data/lib/crystalball/version.rb
CHANGED
metadata
CHANGED
@@ -1,13 +1,16 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: gitlab-crystalball
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.1.
|
4
|
+
version: 1.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
|
-
-
|
7
|
+
- Pavel Shutsin
|
8
|
+
- Evgenii Pecherkin
|
9
|
+
- Jaimerson Araujo
|
10
|
+
- GitLab Developer Experience Team
|
8
11
|
bindir: bin
|
9
12
|
cert_chain: []
|
10
|
-
date: 2025-
|
13
|
+
date: 2025-07-01 00:00:00.000000000 Z
|
11
14
|
dependencies:
|
12
15
|
- !ruby/object:Gem::Dependency
|
13
16
|
name: git
|