git_cache 0.1.0 → 0.1.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: 25fb9696507307274ad7eb1ec4b0ee320f634710923c43eb6f8ff7634b9e8fcc
4
- data.tar.gz: f53fc8fcafe1aec061807875c2312b2087580ebb03b63dcc3267585b6d4739a6
3
+ metadata.gz: d3b7101169665dc9115fad2454928336b6ef83cca3b1db38a8ae6acef81062b1
4
+ data.tar.gz: f58df6572f0e3511ef30e4e7f1b0843e54ee59b157edb77d84f268b8a4bc0135
5
5
  SHA512:
6
- metadata.gz: 47e5d4f032242e2476385b7b3aae2284267f18d9103efa26f6d6358a6a050c8a969084f094f2dbca3ec537826a6b78117ec1ff76d95288c58214c8ea989d5389
7
- data.tar.gz: 5959326bc16425c08b4887ac911d54f26213ac32852414197c3ebc80047be778cfcf6bd15b97f42449d9d6fda0be36772bb2b0e1d5d69f101d099964592470bf
6
+ metadata.gz: 0be87372ec841eb2288330508ce7bd5aaa61cb7f1332b78ff4866f63c071534204309dfb2bc4417bb47f093901dc22063cf1ba5c84d9f0f0391addf660fa0b91
7
+ data.tar.gz: 45fa8853c29cc760cd59f3054a39d43bf13d72b5fc9f2afcb4cdf5460a3b30b96a212754d6c878d08d418986cf2858a1108c1c68e5b191b3a437ed76e0d775b7
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release History
2
2
 
3
+ ### v0.1.1 / 2026-05-05
4
+
5
+ * BREAKING CHANGE: Make GitCache.sources_writable? private for now
6
+
3
7
  ### v0.1.0 / 2026-05-04
4
8
 
5
9
  * ADDED: Initial extraction from toys-core
@@ -5,5 +5,5 @@ class GitCache
5
5
  # Version of the git_cache gem
6
6
  # @return [String]
7
7
  #
8
- VERSION = "0.1.0"
8
+ VERSION = "0.1.1"
9
9
  end
data/lib/git_cache.rb CHANGED
@@ -367,6 +367,7 @@ class GitCache
367
367
 
368
368
  class << self
369
369
  ##
370
+ # @private
370
371
  # Returns whether shared source files are writable by default.
371
372
  # Normally, shared sources are made read-only to protect them from being
372
373
  # modified accidentally since multiple clients may be accessing them.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: git_cache
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daniel Azuma
@@ -61,8 +61,8 @@ licenses:
61
61
  - MIT
62
62
  metadata:
63
63
  bug_tracker_uri: https://github.com/dazuma/git_cache/issues
64
- changelog_uri: https://rubydoc.info/gems/git_cache/0.1.0/file/CHANGELOG.md
65
- documentation_uri: https://rubydoc.info/gems/git_cache/0.1.0
64
+ changelog_uri: https://rubydoc.info/gems/git_cache/0.1.1/file/CHANGELOG.md
65
+ documentation_uri: https://rubydoc.info/gems/git_cache/0.1.1
66
66
  homepage_uri: https://github.com/dazuma/git_cache
67
67
  rdoc_options: []
68
68
  require_paths: