cvx_test_push 0.1.2 → 0.1.3

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: 1df14e4ad26e6398eb1b50c57f9bef23e4b366ee243061cd4de9413ff0fa71f5
4
- data.tar.gz: 658353c3bb1b0318d9e76c8f60ce7ccc5426e025fbcfd51836cbec053d1cc8b0
3
+ metadata.gz: 4ec7a79ea011dd5e36f8cae86c5695bbf552ee62a892ee89021f3bd45f692740
4
+ data.tar.gz: 11c71189d3aae77aecd0832a81e324bccb9c4ac100da580a0b13dd70a4ae9b2a
5
5
  SHA512:
6
- metadata.gz: 1491cd7b91fc05422b8356880b5ac6abcb34b3bfd104011a05fdaf696f5e6fd7fb931d769ba3834c55400828733669233c1d28721fbc5c37ed0038aad01867d4
7
- data.tar.gz: 3ab5d1707611daad0121afa3196e5a057a40c551e2414c17bd85bb227277ec0a7b3d43b3e2d3b7b02fc2a6a5c6539a4bcc7c63ec278946fa1722cc9e243de9ff
6
+ metadata.gz: 2af541db821ce742cd15fd703ebf46ad325304b1c996ea50ca0d9469afaf29d7698ea679afa33f2014153e2a6bd092a77cbfc3c5a558ed6845c1a11f6dc01809
7
+ data.tar.gz: df5dceec71383c94ff789c5754938f03a0a843f8f082a9f59c7459a35f0c19aafa261a3db58fbfc798459aa3b10e038fec1a0a39289128fd2de24d57f4fcdcb2
@@ -44,7 +44,7 @@ jobs:
44
44
  bundle install
45
45
 
46
46
  git config --global user.email "automated@example.com"
47
- git config --global user.name "Automated Release" && bundle exec rake release
47
+ git config --global user.name "Automated Release"
48
48
 
49
49
  echo "Running gem release task..."
50
50
  release_command="${RELEASE_COMMAND:-rake release}"
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module CvxTestPush
4
- VERSION = "0.1.2"
4
+ VERSION = "0.1.3"
5
5
  end
metadata CHANGED
@@ -1,16 +1,16 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cvx_test_push
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jarek Radosz
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
  date: 2021-02-26 00:00:00.000000000 Z
12
12
  dependencies: []
13
- description:
13
+ description:
14
14
  email:
15
15
  - jradosz@gmail.com
16
16
  executables: []
@@ -27,10 +27,10 @@ files:
27
27
  - cvx_test_push.gemspec
28
28
  - lib/cvx_test_push.rb
29
29
  - lib/cvx_test_push/version.rb
30
- homepage:
30
+ homepage:
31
31
  licenses: []
32
32
  metadata: {}
33
- post_install_message:
33
+ post_install_message:
34
34
  rdoc_options: []
35
35
  require_paths:
36
36
  - lib
@@ -46,7 +46,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
46
46
  version: '0'
47
47
  requirements: []
48
48
  rubygems_version: 3.1.2
49
- signing_key:
49
+ signing_key:
50
50
  specification_version: 4
51
51
  summary: A test of automatic gem publishing and version tagging
52
52
  test_files: []