pig-ci-rails 0.2.1 → 0.2.2
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/.github/workflows/gempush.yml +2 -3
- data/CHANGELOG.md +4 -0
- data/lib/pig_ci/version.rb +1 -1
- data/pig_ci.gemspec +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 692e79ca136ab61ee5ab3e6c5c96e8ea6aabbdb6ab41d64af488f25d082d7748
|
|
4
|
+
data.tar.gz: 8c763069f1f45db06b156c01a3365246c3a656550d5a4e4155e1790070535710
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 22b24a17c062e0f39ac32cb3de7a59f3ae6a5d5a36c9b54517b74d2fc6849fc63993fd48e67fd1588ef31ef1f0749bd7dc4b72a315ca079c163a1c1656827e60
|
|
7
|
+
data.tar.gz: 27a1c3c392292f2b6022b2d38725b2ba9988db6cf3c038413ffdac0fae4b8238ae65c2c1995eee89660d893db6dedac842ae4d4d35b0ff5a3f97c9db0fa0a92b
|
data/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,10 @@
|
|
|
4
4
|
|
|
5
5
|
* TODO: Deprecate pigci.com integration.
|
|
6
6
|
|
|
7
|
+
## 0.2.2
|
|
8
|
+
|
|
9
|
+
* [Fixing grammar on post_install_message](https://github.com/PigCI/pig-ci-rails/pull/25)
|
|
10
|
+
|
|
7
11
|
## 0.2.1
|
|
8
12
|
|
|
9
13
|
* [Handling JSON response for API key being incorrect with correct error](https://github.com/PigCI/pig-ci-rails/pull/23)
|
data/lib/pig_ci/version.rb
CHANGED
data/pig_ci.gemspec
CHANGED
|
@@ -39,7 +39,7 @@ Gem::Specification.new do |spec|
|
|
|
39
39
|
spec.add_development_dependency 'yard', '~> 0.9.24'
|
|
40
40
|
|
|
41
41
|
spec.post_install_message = [
|
|
42
|
-
'Thank you for
|
|
42
|
+
'Thank you for installing Pig CI!',
|
|
43
43
|
'Upgrade Notes:',
|
|
44
44
|
'The latest version adds a "config.thresholds" option which will replace the pigci.com integration in future.',
|
|
45
45
|
'See https://github.com/PigCI/pig-ci-rails#configuring-thresholds for more information :)'
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: pig-ci-rails
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Mike Rogers
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2020-03-
|
|
11
|
+
date: 2020-03-23 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activesupport
|
|
@@ -270,7 +270,7 @@ licenses:
|
|
|
270
270
|
- MIT
|
|
271
271
|
metadata: {}
|
|
272
272
|
post_install_message: |-
|
|
273
|
-
Thank you for
|
|
273
|
+
Thank you for installing Pig CI!
|
|
274
274
|
Upgrade Notes:
|
|
275
275
|
The latest version adds a "config.thresholds" option which will replace the pigci.com integration in future.
|
|
276
276
|
See https://github.com/PigCI/pig-ci-rails#configuring-thresholds for more information :)
|