bundler-pgs 0.1.2 → 0.7.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 30a2f8a6a51c52c11a71d1b294694defc307cde2
4
- data.tar.gz: 3dee8fba24347cec9a15f33ebc204d6fb0c2e9b3
3
+ metadata.gz: 9c9c0932962d7f6f4104ede28812bc3ea1f5f67e
4
+ data.tar.gz: dfd10843086f36d4462a706b2f851760a2058c1c
5
5
  SHA512:
6
- metadata.gz: 46242041cbaf6512b583eecf7772894fce0097a83e58611f681eac763074a00422838dd1938b985f4e6949dc498313ca21d01cc750696361e9ed5e96f93ddead
7
- data.tar.gz: 84650ea99ab27f1c9c865c71204b294af4a4e6aa491af38aceff1d1524fcf51c6b4485beb6848d15773476b0597fac9f39a51f85e34b232e9f5291a363207d9b
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
- Currently working bundler version are:
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
 
@@ -1,5 +1,5 @@
1
1
  module Bundler
2
2
  module Pgs
3
- VERSION = "0.1.2"
3
+ VERSION = "0.7.4"
4
4
  end
5
5
  end
data/lib/bundler-pgs.rb CHANGED
@@ -1,8 +1,8 @@
1
1
  require 'bundler/version'
2
2
 
3
- if Bundler::VERSION > "1.6.2"
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 pundle!"
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.1.2
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-08-08 00:00:00.000000000 Z
11
+ date: 2014-10-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler