bundler-private_install 0.2 → 0.3

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: d6a11be7e4915bf42aaa4cf04b922cf0f44a738c3f3a6edf71054d60d742f7c0
4
- data.tar.gz: a4f6d9374848f9348bcb8c5f704458fab3dcc1b468aa2914d029eaa99e32a04e
3
+ metadata.gz: ccaeb77bb656942764b8bf201a1776025b27030241ac62daf2652e92512899e8
4
+ data.tar.gz: 03a5e4777908ccef515396406ffd9ecde0ae3191e959c09dee77ff27cae1ea6a
5
5
  SHA512:
6
- metadata.gz: fe092d568abde2b077ab97c08f27d986988611a2fc0a8e1123a3914ed9359770d7bd0bb4cf764df8312a126ba5232bdb136722f880b3f1909bddf4322721ad88
7
- data.tar.gz: 130f41d593e4302f041bbc3175c07cbb20e94f814d951cee21386f9fb1b2e3bf4e558c7fdcecc547c7056e543a4291bb4fac4a92cc21a740b376e4bb1b9511be
6
+ metadata.gz: 799ccd2a66f6637394317c084109bbbf517a7050da2b9f1cae567e4aef14e457492c6f07b3344c33bfeb18b73bdbf36b26109d87871cc52dcb79661e9e7ca197
7
+ data.tar.gz: be79ceae35bc003fa662b67fa167971a7d6b8592102abe13cc026abbf9a7264f4412f09c682440f30d0daf673f8e0d594ec4bb99fa44fc1aee5c8b2f800e9501
@@ -8,6 +8,7 @@ module Bundler
8
8
  puts nil, "Installing #{file}"
9
9
  system(%{cp Gemfile.lock "#{file}.lock"})
10
10
  system(%{BUNDLE_GEMFILE="#{file}" bundle install})
11
+ puts "Done installing #{file}", nil
11
12
  end
12
13
  end
13
14
  end
@@ -1,5 +1,5 @@
1
1
  module Bundler
2
2
  module PrivateInstall
3
- VERSION = "0.2"
3
+ VERSION = "0.3"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bundler-private_install
3
3
  version: !ruby/object:Gem::Version
4
- version: '0.2'
4
+ version: '0.3'
5
5
  platform: ruby
6
6
  authors:
7
7
  - Philipe Fatio