rralph 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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/rralph/runner.rb +1 -1
  3. data/lib/rralph.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ebba7ca8a7b704f97c3dbc0df60c6df68d29542641fb91c9251574af1d79ecc5
4
- data.tar.gz: 1846e26ecb26b0eab7f0df14330d2f1e8b279da785101e2b885e02d9b99d27e4
3
+ metadata.gz: 9fee5ec363c3f2bef533634cc0959815995c58ab6427496d0a14c381371a6ced
4
+ data.tar.gz: c505d1dbe57ba55bbd905130713de18927fa54528a24609baf253a39a8ac7823
5
5
  SHA512:
6
- metadata.gz: 7e586e53ebba5ab3886388929d731eecfff9cdf74d8684a20ec7949fa249192cae9634d93e68b25cf96dedb2830b0471517e043cca0b28579b3a4794d8ebd756
7
- data.tar.gz: f3ea37403f48d24dd1b506079450f7ed05e33c5462f6319d3735a7e4688223078020d624bc5f05c8fa8fb51389de646647a058996f460e7c52f470da18237d68
6
+ metadata.gz: efea6825e59d661ff2e9023a4cbab82a6d10b0f713e5a63bfd070ab8ae12dff087091485b5b2ecfbd95d16b830278a0f153d59a01ccebfa763ed3b75d699103d
7
+ data.tar.gz: c1fdb135c8599692a362c16832ce68096d8ca064098dcd17fae1d6d227a7c2eccecd40ac8de42944898ce71b2e1ef2d8d12c7487eedacaa52521f1b58b1d8dda
data/lib/rralph/runner.rb CHANGED
@@ -120,7 +120,7 @@ module Rralph
120
120
  if @skip_commit
121
121
  log("⏭️ [Cycle #{@cycle_count}] Skipping commit (skip_commit enabled)")
122
122
  else
123
- commit_message = "rralph: completed task and updated artifacts [cycle #{@cycle_count}]"
123
+ commit_message = "rralph: #{current_task[:text]} [cycle #{@cycle_count}]"
124
124
  sha = @git.commit_changes(commit_message)
125
125
 
126
126
  if sha
data/lib/rralph.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  module Rralph
2
- VERSION = "0.1.2"
2
+ VERSION = "0.1.3"
3
3
 
4
4
  class Error < StandardError; end
5
5
  class FileNotFound < Error; end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rralph
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
  - rralph