runger_release_assistant 0.4.1 → 0.4.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/CHANGELOG.md +4 -0
- data/Gemfile.lock +1 -1
- data/lib/runger_release_assistant/version.rb +1 -1
- data/runger_release_assistant.gemspec +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: fb8abfab67376a0956cb7d8c5d8b79ced4fb7ee8c8e8c2c3e71e46d68ba5f983
|
|
4
|
+
data.tar.gz: 3b4dc36cf759eededf934ffe0df5a3d544d5297c8c4a4e31b36bed6a837c8a21
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3533aa82349a6682b34a4ae5b98a88afa586e61f67ed40d57e32b9f922c48888f0d4c1edd223416ec714e71550d08a76a2deefe9407d515f043da5e0c8a855a7
|
|
7
|
+
data.tar.gz: 3d24cb67af71b30dad65100829b2201d5d06a41d858fd948702ecb0919b90d966dd2bc1379f147be95bc3883038940cbbdcede5025a342e6495bd33a3a42795d
|
data/CHANGELOG.md
CHANGED
data/Gemfile.lock
CHANGED
|
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
|
|
|
10
10
|
spec.authors = ['David Runger']
|
|
11
11
|
spec.email = ['davidjrunger@gmail.com']
|
|
12
12
|
|
|
13
|
-
spec.summary = 'CLI tool
|
|
13
|
+
spec.summary = 'A gem / CLI tool to automate the release process of other gems'
|
|
14
14
|
spec.homepage = 'https://github.com/davidrunger/runger_release_assistant'
|
|
15
15
|
spec.license = 'MIT'
|
|
16
16
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: runger_release_assistant
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.4.
|
|
4
|
+
version: 0.4.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- David Runger
|
|
@@ -138,5 +138,5 @@ requirements: []
|
|
|
138
138
|
rubygems_version: 3.4.13
|
|
139
139
|
signing_key:
|
|
140
140
|
specification_version: 4
|
|
141
|
-
summary: CLI tool
|
|
141
|
+
summary: A gem / CLI tool to automate the release process of other gems
|
|
142
142
|
test_files: []
|