track_open_instances 0.1.7 → 0.1.10

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: 57d2992119c778e47cc42e9b654fff9f57524dc4e33910db5d1c2613ba88c151
4
- data.tar.gz: 163ee8015c4dd32aa8bd113572325fc5b3c4109b7845bf323eaa9d4dda511743
3
+ metadata.gz: c549220e45116c5a6ac033c6b1aa740c2e31834f96bd1e3c0550d58ebfd86b8e
4
+ data.tar.gz: 534a96da8b84a9a0936498de5c53603389251776dc6de94996bea7ac5531be54
5
5
  SHA512:
6
- metadata.gz: f77cb3eaa8f17eec6d93bc504bc9e35867776ec6f41b99e38b3012581dd1fa3bd1928864fce6290379134e706edf126456fc443a465e826cb24cad40097957cb
7
- data.tar.gz: 20d013ed832b12655155bf2b8948e584711f3fd60f17cd378c084082890d0ff7cce361ca27b661561ca59cffb64a63573e196dbe6587349ff591496372cb7ad3
6
+ metadata.gz: 47fbd1a4870a53d0cc203a377e15bcc35683ebf885e7ab9065c885afb2a8a52da8398f2d60d99dbd17405dc316582bf708525c43a2a51e1a8163677c5afecec1
7
+ data.tar.gz: accf55976f9ac9c5ee7cf6e96bcfa8f5844db80e4624ef13f5f5d0458dfeb3e8640230f1874f11dc83c169aca66e1b30a22ec1a0ee1014f807bdcd0923ee6786
@@ -1,3 +1,3 @@
1
1
  {
2
- ".": "0.1.7"
2
+ ".": "0.1.10"
3
3
  }
data/CHANGELOG.md CHANGED
@@ -1,5 +1,26 @@
1
1
  # Change Log
2
2
 
3
+ ## [0.1.10](https://github.com/main-branch/track_open_instances/compare/v0.1.9...v0.1.10) (2025-04-15)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * Amend release task so it does not create a new tag ([4ba194c](https://github.com/main-branch/track_open_instances/commit/4ba194ce6c744db3ab57bed022e8d311166a4e64))
9
+
10
+ ## [0.1.9](https://github.com/main-branch/track_open_instances/compare/v0.1.8...v0.1.9) (2025-04-15)
11
+
12
+
13
+ ### Bug Fixes
14
+
15
+ * Amend release task so it does not create a new tag ([7bedd17](https://github.com/main-branch/track_open_instances/commit/7bedd176c140f6b3979f39388f0ca803c32f9282))
16
+
17
+ ## [0.1.8](https://github.com/main-branch/track_open_instances/compare/v0.1.7...v0.1.8) (2025-04-15)
18
+
19
+
20
+ ### Bug Fixes
21
+
22
+ * Remove component name from release version tag ([5991728](https://github.com/main-branch/track_open_instances/commit/59917284241eaa173fd4f83a38710cb50a23c750))
23
+
3
24
  ## [0.1.7](https://github.com/main-branch/track_open_instances/compare/track_open_instances-v0.1.6...track_open_instances/v0.1.7) (2025-04-15)
4
25
 
5
26
 
data/Rakefile CHANGED
@@ -17,6 +17,13 @@ Bundler::Audit::Task.new
17
17
  require 'bundler'
18
18
  require 'bundler/gem_tasks'
19
19
 
20
+ # Make it so that calling `rake release` just calls `rake release:rubygems_push` to
21
+ # avoid creating and pushing a new tag.
22
+
23
+ Rake::Task['release'].clear
24
+ desc 'Customized release task to avoid creating a new tag'
25
+ task release: 'release:rubygem_push'
26
+
20
27
  # RSpec
21
28
 
22
29
  require 'rspec/core/rake_task'
@@ -2,5 +2,5 @@
2
2
 
3
3
  module TrackOpenInstances
4
4
  # The last released version of this gem
5
- VERSION = '0.1.7'
5
+ VERSION = '0.1.10'
6
6
  end
@@ -9,7 +9,8 @@
9
9
  "bump-minor-pre-major": true,
10
10
  "bump-patch-for-minor-pre-major": true,
11
11
  "draft": false,
12
- "prerelease": false
12
+ "prerelease": false,
13
+ "include-component-in-tag": false
13
14
  }
14
15
  },
15
16
  "plugins": [
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: track_open_instances
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.7
4
+ version: 0.1.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - James Couball
8
8
  bindir: exe
9
9
  cert_chain: []
10
- date: 2025-04-15 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: bundler-audit
@@ -218,8 +218,8 @@ metadata:
218
218
  allowed_push_host: https://rubygems.org
219
219
  homepage_uri: https://github.com/main-branch/track_open_instances
220
220
  source_code_uri: https://github.com/main-branch/track_open_instances
221
- documentation_uri: https://rubydoc.info/gems/track_open_instances/0.1.7
222
- changelog_uri: https://rubydoc.info/gems/track_open_instances/0.1.7/file/CHANGELOG.md
221
+ documentation_uri: https://rubydoc.info/gems/track_open_instances/0.1.10
222
+ changelog_uri: https://rubydoc.info/gems/track_open_instances/0.1.10/file/CHANGELOG.md
223
223
  rubygems_mfa_required: 'true'
224
224
  rdoc_options: []
225
225
  require_paths:
@@ -237,7 +237,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
237
237
  requirements:
238
238
  - 'Platform: Mac, Linux, or Windows'
239
239
  - 'Ruby: MRI 3.1 or later, TruffleRuby 24 or later, or JRuby 9.4 or later'
240
- rubygems_version: 3.6.2
240
+ rubygems_version: 3.6.7
241
241
  specification_version: 4
242
242
  summary: A mixin to ensure that all instances of a class are closed
243
243
  test_files: []