bundler-pgs 0.1.2 → 0.7.4
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 +4 -4
- data/README.md +1 -5
- data/lib/bundler-pgs/version.rb +1 -1
- data/lib/bundler-pgs.rb +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9c9c0932962d7f6f4104ede28812bc3ea1f5f67e
|
|
4
|
+
data.tar.gz: dfd10843086f36d4462a706b2f851760a2058c1c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 80f9bbf8819a7b86ebb37746baae9cf021dae4f9bf90a9adbe34001eda4f5dfec28eddf791bd29282b247b5a2c1803e5ce59e7aeeef5629dd17df3191bd1857d
|
|
7
|
+
data.tar.gz: b98b694620ac9b14d25faef3c9a42fa36864e22f236daebadf6c127f35c051735ccd0817f4839f21929169dab72137894e99567201efed5a397acc51c1a30a26
|
data/README.md
CHANGED
|
@@ -25,11 +25,7 @@ As long as the internal implementation of fetching a gem from an url does not ch
|
|
|
25
25
|
In case a newer version of bundler change this code part the url might be stored in `Gemfile.lock`
|
|
26
26
|
with the credentials again.
|
|
27
27
|
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
* 1.6.2
|
|
31
|
-
* 1.5.3
|
|
32
|
-
* 1.5.2
|
|
28
|
+
bundler-pgs supports bundler 1.7.4 and older.
|
|
33
29
|
|
|
34
30
|
## Usage
|
|
35
31
|
|
data/lib/bundler-pgs/version.rb
CHANGED
data/lib/bundler-pgs.rb
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
require 'bundler/version'
|
|
2
2
|
|
|
3
|
-
if Bundler::VERSION > "1.
|
|
3
|
+
if Bundler::VERSION > "1.7.4"
|
|
4
4
|
puts "\nWarning: You are using bundler #{Bundler::VERSION} and bundler-pgs patch might not work for this version."
|
|
5
|
-
puts "Make sure your Gemfile.lock does not contain your credentials after running
|
|
5
|
+
puts "Make sure your Gemfile.lock does not contain your credentials after running bundle-pgs!"
|
|
6
6
|
puts ""
|
|
7
7
|
end
|
|
8
8
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: bundler-pgs
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.7.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Thomas Baustert
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2014-
|
|
11
|
+
date: 2014-10-23 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|