lolcommits 0.17.0 → 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: a7df07dc635044ff316e7c5849b7ecc4a639777cd40a347c5fe25d4a3e7d581c
4
- data.tar.gz: 42ec12e85aaaa466c20ae8caf07f3d9f7663eb292d4f70f18008d11e5c563aab
3
+ metadata.gz: '088cc7f1206089c7bd38c2fcddfb70b66564cf7ad9aec31d431515107ab8443f'
4
+ data.tar.gz: fa276c54847eef35ad780762328f15748509bb741b04c5d96b6ebd2b2bea4e1c
5
5
  SHA512:
6
- metadata.gz: 987efba08a9a0fd3574aaa2406993c3f030250edd76d7bcd18414defbc1e44820d39d13591569c6b2c7cdbabf69de2946aa00aaf42bf53d6405cf0860d99d1f9
7
- data.tar.gz: c9a09531e119e5184a1d9c71c7aff3ee2d797c8bd11aaa2a842041e0e6b1c43840d260a91abfd54564497711596a50073f1c3fbfc46c1283b224927b24230ec3
6
+ metadata.gz: f5e2796f8a1493519602e6027f39e6b6aa644a1dece4e5141de16a6a2d1bd81c677ba2079a4ccf335da0d60b37fa7a79e040cc6887f0c3bde46ce38df9fab7b4
7
+ data.tar.gz: a17dcd832fcb303dac024e6d5b4a18782c3d58e073a9ae064c69785d2fd428c2b87756d865bcfd2d38fe0d69e2ad32aba62eb23026c0d13ec430c39461a26d23
data/CHANGELOG.md CHANGED
@@ -7,7 +7,13 @@ This project adheres to [Semantic Versioning][Semver].
7
7
 
8
8
  * Your contribution here!
9
9
 
10
- ## [0.17.0][] (soon)
10
+ ## [0.17.2][] (22 Sep 2024)
11
+ * Change plugin testing helper to use /tmp for test repo path
12
+
13
+ ## [0.17.1][] (20 Sep 2024)
14
+ * Use latest lolcommits-loltext gem
15
+
16
+ ## [0.17.0][] (15 Sep 2024)
11
17
  * Ditch Travis, switch to GitHub actions for CI
12
18
  * Use GitHub actions for trusted gem publishing
13
19
  * Bump all gem dependencies
@@ -406,7 +412,9 @@ This project adheres to [Semantic Versioning][Semver].
406
412
  reliable to not glitch.)
407
413
 
408
414
  [Semver]: http://semver.org
409
- [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
410
418
  [0.17.0]: https://github.com/lolcommits/lolcommits/compare/v0.16.5...v0.17.0
411
419
  [0.16.5]: https://github.com/lolcommits/lolcommits/compare/v0.16.4...v0.16.5
412
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.0"
4
+ VERSION = "0.17.2"
5
5
  GEM_NAME = "lolcommits"
6
6
  end
data/lolcommits.gemspec CHANGED
@@ -49,7 +49,7 @@ Gem::Specification.new do |s|
49
49
  s.add_runtime_dependency('base64')
50
50
 
51
51
  # included plugins
52
- s.add_runtime_dependency('lolcommits-loltext', '~> 0.4.0')
52
+ s.add_runtime_dependency('lolcommits-loltext', '~> 0.5.0')
53
53
 
54
54
  # development & test gems
55
55
  s.add_development_dependency('aruba')
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.0
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-15 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
@@ -143,14 +143,14 @@ dependencies:
143
143
  requirements:
144
144
  - - "~>"
145
145
  - !ruby/object:Gem::Version
146
- version: 0.4.0
146
+ version: 0.5.0
147
147
  type: :runtime
148
148
  prerelease: false
149
149
  version_requirements: !ruby/object:Gem::Requirement
150
150
  requirements:
151
151
  - - "~>"
152
152
  - !ruby/object:Gem::Version
153
- version: 0.4.0
153
+ version: 0.5.0
154
154
  - !ruby/object:Gem::Dependency
155
155
  name: aruba
156
156
  requirement: !ruby/object:Gem::Requirement