gemvault 0.1.1 → 0.1.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7de6dc35280e873a80b18d4619ef13b789525cc2e071417acbd80fe65d040ada
4
- data.tar.gz: 8520005cc49b5eead43706f03c622063b330c5e391ab3d8966c6e69b4482d267
3
+ metadata.gz: 6a02c9b869cf7a374027dc96bccca295aee69f2d1dfd06f4ec7120b025aaf6d6
4
+ data.tar.gz: 82542f43ccab3337a08d0f2b34445ab0535f659e24e4542e71f742510280d215
5
5
  SHA512:
6
- metadata.gz: 34f5e6485abe04eaed2f39b10bf7394b89d7e7f0b3f3bd8b51b60aeeed43e140ef1b4c43e20ed0f73d6f8f60f81dcdd98eb818af67d17297db655bd239535d03
7
- data.tar.gz: 52dc205f6c9f989a52881d14ebb828ab0cd8733bfad990db472307393ca62cac444ee539070f95efac91e447e4fce319730d83cb058ad697e44867a2a3876f62
6
+ metadata.gz: 31536e18dfb5508c186ca4771fa60dcd569aa5e1786e71e757c15a30133e0281833434433dc90384669b93507f987191dd68c642a97b7b29d41c28e882417d08
7
+ data.tar.gz: 7bc1958e230e05ec6bab5c283b835732494f2b05065bf3c56bcf7916e0aa2fe4c693a3065a2fc4fd1616165892220d6fdd173262d75a829f7fe68c1b6691a8e4
@@ -76,6 +76,11 @@ module Bundler
76
76
  {}
77
77
  end
78
78
 
79
+ # No source-level install_path to copy: VaultSource#install installs
80
+ # each gem into Bundler.bundle_path via RubyGemsGemInstaller, so the
81
+ # default Source#cache would dereference a non-existent directory.
82
+ def cache(spec, custom_path = nil); end
83
+
79
84
  def to_s
80
85
  "vault at #{@uri}"
81
86
  end
@@ -1,3 +1,3 @@
1
1
  module Gemvault
2
- VERSION = "0.1.1".freeze
2
+ VERSION = "0.1.2".freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gemvault
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Gillis