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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9bbf5808a5abe187a4c0fd639a35e3d03d463d462b050ce35ccd081787b2b2d6
4
- data.tar.gz: 5d92cc342e3db20219dfef9df13305f3a6b9d5d66ac208b457e234b2abe0a5a2
3
+ metadata.gz: 692e79ca136ab61ee5ab3e6c5c96e8ea6aabbdb6ab41d64af488f25d082d7748
4
+ data.tar.gz: 8c763069f1f45db06b156c01a3365246c3a656550d5a4e4155e1790070535710
5
5
  SHA512:
6
- metadata.gz: '0987dc32d18a379bbb116627603fa40e28e1b053317ce317923b3be01bba3cbc8d0efd36d7d85fedc385281973ce8fb0bb9880e177e9fe1321970b528afa2014'
7
- data.tar.gz: 2c7fcef602b2f5acecf79449498bcdd42e63505726b3730504ebd14b4303f2cba41638cf6f1bc7a5fab9d468646d2943e832942d809e46eca3d15085521acc36
6
+ metadata.gz: 22b24a17c062e0f39ac32cb3de7a59f3ae6a5d5a36c9b54517b74d2fc6849fc63993fd48e67fd1588ef31ef1f0749bd7dc4b72a315ca079c163a1c1656827e60
7
+ data.tar.gz: 27a1c3c392292f2b6022b2d38725b2ba9988db6cf3c038413ffdac0fae4b8238ae65c2c1995eee89660d893db6dedac842ae4d4d35b0ff5a3f97c9db0fa0a92b
@@ -1,9 +1,8 @@
1
1
  name: Build & Publish Ruby Gem
2
2
 
3
3
  on:
4
- create:
5
- tags:
6
- - v*
4
+ release:
5
+ types: [created]
7
6
 
8
7
  jobs:
9
8
  build:
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)
@@ -1,3 +1,3 @@
1
1
  module PigCI
2
- VERSION = '0.2.1'.freeze
2
+ VERSION = '0.2.2'.freeze
3
3
  end
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 install Pig CI!',
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.1
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-19 00:00:00.000000000 Z
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 install Pig CI!
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 :)