lolcommits 0.17.1 → 0.17.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9a4fb7aff1ed7e19cab88aba481cd7be5ae546909651b8bb0ac597f906638435
4
- data.tar.gz: 882d1bbb46c47f29148c7a82edafa9c06a55e84e02c65ead6399ec995315e3b1
3
+ metadata.gz: '088cc7f1206089c7bd38c2fcddfb70b66564cf7ad9aec31d431515107ab8443f'
4
+ data.tar.gz: fa276c54847eef35ad780762328f15748509bb741b04c5d96b6ebd2b2bea4e1c
5
5
  SHA512:
6
- metadata.gz: df7ccadfd38feb09d6e9d092476d4583003bbe6e604fdf915804fee93f1753d2a13d5d862c8f5ae6aeea243d68533c79c862dc4568e0651b3a8da8c8b4d77901
7
- data.tar.gz: 06b4a116dd0a834c57ebdc5c5e2b3ccd91fbee94a911812daf59760a127786c7d61fd4d2beff742109349175a1c96dbae6985a3c2dc58d464ecbb26cf5dac9ce
6
+ metadata.gz: f5e2796f8a1493519602e6027f39e6b6aa644a1dece4e5141de16a6a2d1bd81c677ba2079a4ccf335da0d60b37fa7a79e040cc6887f0c3bde46ce38df9fab7b4
7
+ data.tar.gz: a17dcd832fcb303dac024e6d5b4a18782c3d58e073a9ae064c69785d2fd428c2b87756d865bcfd2d38fe0d69e2ad32aba62eb23026c0d13ec430c39461a26d23
data/CHANGELOG.md CHANGED
@@ -7,6 +7,9 @@ This project adheres to [Semantic Versioning][Semver].
7
7
 
8
8
  * Your contribution here!
9
9
 
10
+ ## [0.17.2][] (22 Sep 2024)
11
+ * Change plugin testing helper to use /tmp for test repo path
12
+
10
13
  ## [0.17.1][] (20 Sep 2024)
11
14
  * Use latest lolcommits-loltext gem
12
15
 
@@ -409,7 +412,9 @@ This project adheres to [Semantic Versioning][Semver].
409
412
  reliable to not glitch.)
410
413
 
411
414
  [Semver]: http://semver.org
412
- [Unreleased]: https://github.com/lolcommits/lolcommits/compare/v0.17.0...HEAD
415
+ [Unreleased]: https://github.com/lolcommits/lolcommits/compare/v0.17.2...HEAD
416
+ [0.17.2]: https://github.com/lolcommits/lolcommits/compare/v0.17.1...v0.17.2
417
+ [0.17.1]: https://github.com/lolcommits/lolcommits/compare/v0.17.0...v0.17.1
413
418
  [0.17.0]: https://github.com/lolcommits/lolcommits/compare/v0.16.5...v0.17.0
414
419
  [0.16.5]: https://github.com/lolcommits/lolcommits/compare/v0.16.4...v0.16.5
415
420
  [0.16.4]: https://github.com/lolcommits/lolcommits/compare/v0.16.3...v0.16.4
@@ -8,7 +8,7 @@ module Lolcommits
8
8
  end
9
9
 
10
10
  def repo_path
11
- '~/.lolcommits/plugin-test-repo'
11
+ '/tmp/lolcommits-plugin-test-repo'
12
12
  end
13
13
 
14
14
  def repo_exists?
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Lolcommits
4
- VERSION = "0.17.1"
4
+ VERSION = "0.17.2"
5
5
  GEM_NAME = "lolcommits"
6
6
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lolcommits
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.17.1
4
+ version: 0.17.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matthew Rothenberg
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2024-09-20 00:00:00.000000000 Z
12
+ date: 2024-09-22 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: optparse-plus