rails_git_hooks 0.4.0 → 0.4.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 109ffcd87e2ce426eba039b823d0ff33826a3dbed17551aa064bd2102af0e0eb
4
- data.tar.gz: 8669d08859c06afc5aa43b6e3476b6fec3f1fb2edcdf93a1eb0e437ee30ca8d0
3
+ metadata.gz: 94f388ff518dfa6ca8a80d6a4cfaac1639682e7a8e2535da52929bc5ea34862b
4
+ data.tar.gz: 7bb6f56263591ffc1925fee536341e4b2c7c29e6c0cef865779a0d73ac796b6a
5
5
  SHA512:
6
- metadata.gz: bbe3c679e9cb4d71be001cb02ce82a80d16a36764aff795a1d3d1cffeca86a14a6036b9f55a86679afebf70acb16f797f6952f87e4900d29bf22c615cb3ac840
7
- data.tar.gz: 482cda03ee82f8aee5caad95611eec7deaf190136d97be665b74de5a89d842bcdae5a7086ceeb65fb5d74d8e7cc1ef41ecab3d7b05a708dd60e34d6d890aeedf
6
+ metadata.gz: 4e77a5d7f9b321a34e1cceb269ae590c6ffd8db816794fac5a775090614f46c58b275429a106046459df8407f6344a4dbf4c1421051891ac02ad73981b3177af
7
+ data.tar.gz: 1bb5be50035416d37ea8b3a256753c47dd21fd92baadb3e0063c18c22149ee1a94cb0f7945a3075fdc3ba7707da1c3fab4b4108c0bc5d1fbf4c08535eae525cf
data/CHANGELOG.md CHANGED
@@ -4,9 +4,13 @@ All notable changes to this project will be documented in this file.
4
4
 
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
6
6
 
7
- ## [Unreleased]
7
+ ## [0.4.1] - (latest)
8
8
 
9
- ## [0.4.0] - (latest)
9
+ ### Changed
10
+
11
+ - Gemspec: updated summary for RubyGems listing
12
+
13
+ ## [0.4.0]
10
14
 
11
15
  ### Changed
12
16
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module GitHooks
4
- VERSION = '0.4.0'
4
+ VERSION = '0.4.1'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rails_git_hooks
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 0.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nikita Nazarov
@@ -93,5 +93,5 @@ required_rubygems_version: !ruby/object:Gem::Requirement
93
93
  requirements: []
94
94
  rubygems_version: 3.6.9
95
95
  specification_version: 4
96
- summary: Git hooks for Jira commit prefix and RuboCop on staged files
96
+ summary: Most useful git hooks for Rails and Ruby projects
97
97
  test_files: []